All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/27] rtlwifi: btcoex: Changes for 23b 1ant
@ 2017-04-17  0:10 Larry Finger
  2017-04-17  0:10 ` [PATCH 01/27] rtlwifi: btcoex: Restore 23b 1ant routine for tdma adjustment Larry Finger
                   ` (26 more replies)
  0 siblings, 27 replies; 29+ messages in thread
From: Larry Finger @ 2017-04-17  0:10 UTC (permalink / raw)
  To: kvalo
  Cc: linux-wireless, Larry Finger, Ping-Ke Shih, Yan-Hsuan Chuang,
	Birming Chiu, Shaofu, Steven Ting

This set of patches updates file btcoexist/halbtc8723b1ant.c for
changes in Bluetooth and wifi performance.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Ping-Ke Shih <pkshih@realtek.com>
Cc: Yan-Hsuan Chuang <yhchuang@realtek.com>
Cc: Birming Chiu <birming@realtek.com>
Cc: Shaofu <shaofu@realtek.com>
Cc: Steven Ting <steventing@realtek.com>


Larry Finger (1):
  rtlwifi: btcoex: Restore 23b 1ant routine for tdma adjustment

Ping-Ke Shih (25):
  rtlwifi: btcoex: 23b 1ant: rename and coding style modification.
  rtlwifi: btcoex: 23b 1ant: TDMA duration for ACL busy
  rtlwifi: btcoex: 23b 1ant: monitor wifi and BT counter
  rtlwifi: btcoex: 23b 1ant: check if BT high priority packet exist
  rtlwifi: btcoex: 23b 1ant: monitor bt is enabled or disabled
  rtlwifi: btcoex: 23b 1ant: check PS state before setting tdma duration
  rtlwifi: btcoex: 23b 1ant: Switch antenna to wifi or BT.
  rtlwifi: btcoex: 23b 1ant: need these information when scan
  rtlwifi: btcoex: 23b 1ant: adjust wifi duration for bt a2dp
  rtlwifi: btcoex: 23b 1ant: add wifi_only argument to init_hwconfig
  rtlwifi: btcoex: 23b 1ant: Add power_on_setting
  rtlwifi: btcoex: 23b 1ant: parse more BT information from C2H
  rtlwifi: btcoex: 23b 1ant: Setup register for BT WHCK test
  rtlwifi: btcoex: 23b 1ant: Add rf status notification
  rtlwifi: btcoex: 23b 1ant: fine tune connect notify
  rtlwifi: btcoex: 23b 1ant: Revise media status notify to fix no scan
    result issue
  rtlwifi: btcoex: 23b 1ant: Special packets statistic in notification
  rtlwifi: btcoex: 23b 1ant: define wifi in high priority task.
  rtlwifi: btcoex: 23b 1ant: check more cases when bt is queing
  rtlwifi: btcoex: 23b 1ant: remove verbose log from periodic function
  rtlwifi: btcoex: 23b 1ant: Add coex_table_type to log
  rtlwifi: btcoex: 23b 1ant: coex table fine tune
  rtlwifi: btcoex: 23b 1ant: fine tune for wifi connected
  rtlwifi: btcoex: 23b 1ant: fine tune for wifi not connected
  rtlwifi: btcoex: 23b 1ant: fine tune for bt_sco_hid busy

Yan-Hsuan Chuang (1):
  rtlwifi: btcoex: 23b 1ant: turn off ps and tdma mechanism when
    concurrent mode

 .../realtek/rtlwifi/btcoexist/halbtc8723b1ant.c    | 1981 +++++++++++++++-----
 .../realtek/rtlwifi/btcoexist/halbtc8723b1ant.h    |   45 +-
 .../realtek/rtlwifi/btcoexist/halbtcoutsrc.h       |   23 +
 3 files changed, 1573 insertions(+), 476 deletions(-)

-- 
2.12.0

^ permalink raw reply	[flat|nested] 29+ messages in thread

end of thread, other threads:[~2017-04-21  6:48 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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   ` [01/27] " Kalle Valo
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

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.