From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 29D86C388F3 for ; Tue, 1 Oct 2019 09:32:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id F230221855 for ; Tue, 1 Oct 2019 09:32:26 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=endlessm-com.20150623.gappssmtp.com header.i=@endlessm-com.20150623.gappssmtp.com header.b="iDAM+R9A" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729347AbfJAJcZ (ORCPT ); Tue, 1 Oct 2019 05:32:25 -0400 Received: from mail-qt1-f196.google.com ([209.85.160.196]:34735 "EHLO mail-qt1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729292AbfJAJcZ (ORCPT ); Tue, 1 Oct 2019 05:32:25 -0400 Received: by mail-qt1-f196.google.com with SMTP id 3so20750556qta.1 for ; Tue, 01 Oct 2019 02:32:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=endlessm-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=OFYZf47XM4r0xE8wHoVEHk7v0YQ69pCu6pGafD2jwco=; b=iDAM+R9ANcbzIjKCTN6ZYSi+Aksa0PboAWyf4s6tXCRILXfjN3srMVk9rzXdIqonNN C9tv2GNLMLTLlcZF4RTX407fQQa7EBvmm2QK21l9IcRLfczMl3ma6kDFRqqyBPouORRx JZ/RhDpKYXtEX30EgeQ56tCgIuBlcbFg9y2srZkbkZX+E7tUi8PYPAYd2r/N17AWhvVG s4Et//tI2AlllqkmYdaS8QVYEKC15gqaZ4bH6rNd9y/yNi15b2pDCdtRFyPfJjHI46yl sGHyzAzz7QTQhSZLZoWbeNkX5FWMhPnhPPCFNgYOPGekKsGpB5/ZkIhxmOuO4a8p+QWr jTJQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=OFYZf47XM4r0xE8wHoVEHk7v0YQ69pCu6pGafD2jwco=; b=iu8uCvZxvBEJg4Z0Bhd6HP3dIlVU0j+ODAoNlUFTvcZJrTljYYB5VMEBBDmimdNb1H HhGt2GmWwluQ+ukJaMNUa06zjW27aBXvMU+ei5h4iEP0CKOy57JLs2pl60m0Id+fnK9Q mLcRe6As3uB+hTSGudbVFiwGyXchfqRb/WycpFtT0lNANFH5k5u6/pa90vgiBPrM6abi /TySf1UHYGNtBoSnmi0PPxHUqHMXaJV5t9ReKAdF1xLvF02cz3xYpylHHBhXM8JUloub VjCXEuJrPiL6YfUKYabc091yxh+rItbDoIzH9/RR9nvM7Y3+4xDOI2b12LYGEJ+hYr2u zrFA== X-Gm-Message-State: APjAAAXUFDmhHKR3E6iX2F2pfJu1LN3N/ZbDhSesEMVSWN8t64q8Mbjh 7OfHoCWb0v+Be/Rhs/2leLOH0rmkj3A9wK4dZ06xvQ== X-Google-Smtp-Source: APXvYqx/69O5IdHsZutFRVhhkJCSDgmYpJbh7WyfugO2INdJv/xpqNfiengrZJKHyEPhWEsJ/6sllro9UJLiTLagBoI= X-Received: by 2002:a05:6214:30d:: with SMTP id i13mr24557854qvu.101.1569922344454; Tue, 01 Oct 2019 02:32:24 -0700 (PDT) MIME-Version: 1.0 References: <20190911025045.20918-1-chiu@endlessm.com> In-Reply-To: From: Chris Chiu Date: Tue, 1 Oct 2019 17:32:13 +0800 Message-ID: Subject: Re: [PATCH v2] rtl8xxxu: add bluetooth co-existence support for single antenna To: Jes Sorensen , Kalle Valo , David Miller Cc: linux-wireless , netdev , Linux Kernel , Linux Upstreaming Team Content-Type: text/plain; charset="UTF-8" Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, Sep 19, 2019 at 9:44 AM Chris Chiu wrote: > > On Wed, Sep 11, 2019 at 10:50 AM Chris Chiu wrote: > > > > > > Notes: > > v2: > > - Add helper functions to replace bunch of tdma settings > > - Reformat some lines to meet kernel coding style > > > > > Hi Jes, I've refactored the code per your suggestion. Any comment for further improvement? Thanks. Chris