From: Kalle Valo <kvalo@codeaurora.org>
To: Larry Finger <Larry.Finger@lwfinger.net>
Cc: linux-wireless@vger.kernel.org,
Larry Finger <Larry.Finger@lwfinger.net>,
Yan-Hsuan Chuang <yhchuang@realtek.com>,
Pkshih <pkshih@realtek.com>, Birming Chiu <birming@realtek.com>,
Shaofu <shaofu@realtek.com>, Steven Ting <steventing@realtek.com>
Subject: Re: [01/27] rtlwifi: btcoex: Restore 23b 1ant routine for tdma adjustment
Date: Fri, 21 Apr 2017 06:48:58 +0000 (UTC) [thread overview]
Message-ID: <20170421064858.0FD87611C0@smtp.codeaurora.org> (raw)
In-Reply-To: <20170417001111.29384-2-Larry.Finger@lwfinger.net>
Larry Finger <Larry.Finger@lwfinger.net> wrote:
> Routine btc8723b1ant_tdma_dur_adj_for_acl() was removed in a set of
> Sparse fixes; however, this routine will be needed later.
>
> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
> Cc: Yan-Hsuan Chuang <yhchuang@realtek.com>
> Cc: Pkshih <pkshih@realtek.com>
> Cc: Birming Chiu <birming@realtek.com>
> Cc: Shaofu <shaofu@realtek.com>
> Cc: Steven Ting <steventing@realtek.com>
Requested by Larry
27 patches set to Changes Requested.
9683321 [01/27] rtlwifi: btcoex: Restore 23b 1ant routine for tdma adjustment
9683323 [02/27] rtlwifi: btcoex: 23b 1ant: rename and coding style modification.
9683325 [03/27] rtlwifi: btcoex: 23b 1ant: TDMA duration for ACL busy
9683333 [04/27] rtlwifi: btcoex: 23b 1ant: monitor wifi and BT counter
9683329 [05/27] rtlwifi: btcoex: 23b 1ant: check if BT high priority packet exist
9683327 [06/27] rtlwifi: btcoex: 23b 1ant: monitor bt is enabled or disabled
9683331 [07/27] rtlwifi: btcoex: 23b 1ant: check PS state before setting tdma duration
9683373 [08/27] rtlwifi: btcoex: 23b 1ant: Switch antenna to wifi or BT.
9683371 [09/27] rtlwifi: btcoex: 23b 1ant: need these information when scan
9683345 [10/27] rtlwifi: btcoex: 23b 1ant: adjust wifi duration for bt a2dp
9683361 [11/27] rtlwifi: btcoex: 23b 1ant: add wifi_only argument to init_hwconfig
9683343 [12/27] rtlwifi: btcoex: 23b 1ant: Add power_on_setting
9683335 [13/27] rtlwifi: btcoex: 23b 1ant: parse more BT information from C2H
9683337 [14/27] rtlwifi: btcoex: 23b 1ant: Setup register for BT WHCK test
9683341 [15/27] rtlwifi: btcoex: 23b 1ant: Add rf status notification
9683339 [16/27] rtlwifi: btcoex: 23b 1ant: fine tune connect notify
9683369 [17/27] rtlwifi: btcoex: 23b 1ant: Revise media status notify to fix no scan result issue
9683347 [18/27] rtlwifi: btcoex: 23b 1ant: Special packets statistic in notification
9683349 [19/27] rtlwifi: btcoex: 23b 1ant: define wifi in high priority task.
9683351 [20/27] rtlwifi: btcoex: 23b 1ant: check more cases when bt is queing
9683367 [21/27] rtlwifi: btcoex: 23b 1ant: remove verbose log from periodic function
9683353 [22/27] rtlwifi: btcoex: 23b 1ant: Add coex_table_type to log
9683365 [23/27] rtlwifi: btcoex: 23b 1ant: coex table fine tune
9683355 [24/27] rtlwifi: btcoex: 23b 1ant: fine tune for wifi connected
9683357 [25/27] rtlwifi: btcoex: 23b 1ant: fine tune for wifi not connected
9683359 [26/27] rtlwifi: btcoex: 23b 1ant: fine tune for bt_sco_hid busy
9683363 [27/27] rtlwifi: btcoex: 23b 1ant: turn off ps and tdma mechanism when concurrent mode
--
https://patchwork.kernel.org/patch/9683321/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
next prev parent reply other threads:[~2017-04-21 6:48 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-17 0:10 [PATCH 00/27] rtlwifi: btcoex: Changes for 23b 1ant Larry Finger
2017-04-17 0:10 ` [PATCH 01/27] rtlwifi: btcoex: Restore 23b 1ant routine for tdma adjustment Larry Finger
2017-04-21 6:48 ` Kalle Valo [this message]
2017-04-17 0:10 ` [PATCH 02/27] rtlwifi: btcoex: 23b 1ant: rename and coding style modification Larry Finger
2017-04-17 0:10 ` [PATCH 03/27] rtlwifi: btcoex: 23b 1ant: TDMA duration for ACL busy Larry Finger
2017-04-17 0:10 ` [PATCH 04/27] rtlwifi: btcoex: 23b 1ant: monitor wifi and BT counter Larry Finger
2017-04-17 0:10 ` [PATCH 05/27] rtlwifi: btcoex: 23b 1ant: check if BT high priority packet exist Larry Finger
2017-04-17 0:10 ` [PATCH 06/27] rtlwifi: btcoex: 23b 1ant: monitor bt is enabled or disabled Larry Finger
2017-04-17 0:10 ` [PATCH 07/27] rtlwifi: btcoex: 23b 1ant: check PS state before setting tdma duration Larry Finger
2017-04-17 0:10 ` [PATCH 08/27] rtlwifi: btcoex: 23b 1ant: Switch antenna to wifi or BT Larry Finger
2017-04-17 0:10 ` [PATCH 09/27] rtlwifi: btcoex: 23b 1ant: need these information when scan Larry Finger
2017-04-17 0:10 ` [PATCH 10/27] rtlwifi: btcoex: 23b 1ant: adjust wifi duration for bt a2dp Larry Finger
2017-04-17 0:10 ` [PATCH 11/27] rtlwifi: btcoex: 23b 1ant: add wifi_only argument to init_hwconfig Larry Finger
2017-04-17 0:10 ` [PATCH 12/27] rtlwifi: btcoex: 23b 1ant: Add power_on_setting Larry Finger
2017-04-17 0:10 ` [PATCH 13/27] rtlwifi: btcoex: 23b 1ant: parse more BT information from C2H Larry Finger
2017-04-17 0:10 ` [PATCH 14/27] rtlwifi: btcoex: 23b 1ant: Setup register for BT WHCK test Larry Finger
2017-04-17 0:10 ` [PATCH 15/27] rtlwifi: btcoex: 23b 1ant: Add rf status notification Larry Finger
2017-04-17 0:11 ` [PATCH 16/27] rtlwifi: btcoex: 23b 1ant: fine tune connect notify Larry Finger
2017-04-17 0:11 ` [PATCH 17/27] rtlwifi: btcoex: 23b 1ant: Revise media status notify to fix no scan result issue Larry Finger
2017-04-17 0:11 ` [PATCH 18/27] rtlwifi: btcoex: 23b 1ant: Special packets statistic in notification Larry Finger
2017-04-17 0:11 ` [PATCH 19/27] rtlwifi: btcoex: 23b 1ant: define wifi in high priority task Larry Finger
2017-04-17 0:11 ` [PATCH 20/27] rtlwifi: btcoex: 23b 1ant: check more cases when bt is queing Larry Finger
2017-04-17 0:11 ` [PATCH 21/27] rtlwifi: btcoex: 23b 1ant: remove verbose log from periodic function Larry Finger
2017-04-17 0:11 ` [PATCH 22/27] rtlwifi: btcoex: 23b 1ant: Add coex_table_type to log Larry Finger
2017-04-17 0:11 ` [PATCH 23/27] rtlwifi: btcoex: 23b 1ant: coex table fine tune Larry Finger
2017-04-17 0:11 ` [PATCH 24/27] rtlwifi: btcoex: 23b 1ant: fine tune for wifi connected Larry Finger
2017-04-17 0:11 ` [PATCH 25/27] rtlwifi: btcoex: 23b 1ant: fine tune for wifi not connected Larry Finger
2017-04-17 0:11 ` [PATCH 26/27] rtlwifi: btcoex: 23b 1ant: fine tune for bt_sco_hid busy Larry Finger
2017-04-17 0:11 ` [PATCH 27/27] rtlwifi: btcoex: 23b 1ant: turn off ps and tdma mechanism when concurrent mode Larry Finger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170421064858.0FD87611C0@smtp.codeaurora.org \
--to=kvalo@codeaurora.org \
--cc=Larry.Finger@lwfinger.net \
--cc=birming@realtek.com \
--cc=linux-wireless@vger.kernel.org \
--cc=pkshih@realtek.com \
--cc=shaofu@realtek.com \
--cc=steventing@realtek.com \
--cc=yhchuang@realtek.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.