linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/19] rtlwifi: btcoex: First set of changes for rtl8821ae 2ant
@ 2017-04-13 18:06 Larry Finger
  2017-04-13 18:06 ` [PATCH 01/19] rtlwifi: btcoex: 21a 2ant: limit rx aggregation size to avoid bt interrupt Larry Finger
                   ` (18 more replies)
  0 siblings, 19 replies; 21+ messages in thread
From: Larry Finger @ 2017-04-13 18:06 UTC (permalink / raw)
  To: kvalo
  Cc: linux-wireless, Larry Finger, Yan-Hsuan Chuang, Pkshih,
	Birming Chiu, Shaofu, Steven Ting

These patches are the first set of patches for file
btcoexist/halbtc8821a2ant.c.

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

Yan-Hsuan Chuang (19):
  rtlwifi: btcoex: 21a 2ant: limit rx aggregation size to avoid bt
    interrupt
  rtlwifi: btcoex: 21a 2ant: monitor if bt is slave or not
  rtlwifi: btcoex: 21a 2ant: monitor wifi counter to check network
    status
  rtlwifi: btcoex: 21a 2ant: update bt profiling information
  rtlwifi: btcoex: 21a 2ant: finer adjustment of bt power
  rtlwifi: btcoex: 21a 2ant: move from bt_stack_info to bt_link_info
  rtlwifi: btcoex: 21a 2ant: suffer less tx penalty from retry
  rtlwifi: btcoex: 21a 2ant: check power save state before pstdma
  rtlwifi: btcoex: 21a 2ant: do not check wifi bandwidth
  rtlwifi: btcoex: 21a 2ant: centralized control of coex table
  rtlwifi: btcoex: 21a 2ant: check if wifi status changed
  rtlwifi: btcoex: 21a 2ant: ignore wifi if it is at 5G band
  rtlwifi: btcoex: 21a 2ant: set coex table and tdma when bt inquiry
  rtlwifi: btcoex: 21a 2ant: let PTA circuit control the switch
  rtlwifi: btcoex: 21a 2ant: slot time fine tune
  rtlwifi: btcoex: 21a 2ant: tdma cases for low wifi/bt rssi
  rtlwifi: btcoex: 21a 2ant: action for wifi is idle/linking/common
  rtlwifi: btcoex: 21a 2ant: fix invalid argument passed
  rtlwifi: btcoex: 21a 2ant: refine tdma duration adjust function

 .../realtek/rtlwifi/btcoexist/halbtc8821a2ant.c    | 1982 ++++++++++++++++----
 .../realtek/rtlwifi/btcoexist/halbtc8821a2ant.h    |   29 +-
 2 files changed, 1663 insertions(+), 348 deletions(-)

-- 
2.12.0

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

end of thread, other threads:[~2017-04-20  7:24 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-13 18:06 [PATCH 00/19] rtlwifi: btcoex: First set of changes for rtl8821ae 2ant Larry Finger
2017-04-13 18:06 ` [PATCH 01/19] rtlwifi: btcoex: 21a 2ant: limit rx aggregation size to avoid bt interrupt Larry Finger
2017-04-20  7:24   ` [01/19] " Kalle Valo
2017-04-13 18:06 ` [PATCH 02/19] rtlwifi: btcoex: 21a 2ant: monitor if bt is slave or not Larry Finger
2017-04-13 18:06 ` [PATCH 03/19] rtlwifi: btcoex: 21a 2ant: monitor wifi counter to check network status Larry Finger
2017-04-13 18:06 ` [PATCH 04/19] rtlwifi: btcoex: 21a 2ant: update bt profiling information Larry Finger
2017-04-13 18:06 ` [PATCH 05/19] rtlwifi: btcoex: 21a 2ant: finer adjustment of bt power Larry Finger
2017-04-13 18:06 ` [PATCH 06/19] rtlwifi: btcoex: 21a 2ant: move from bt_stack_info to bt_link_info Larry Finger
2017-04-13 18:06 ` [PATCH 07/19] rtlwifi: btcoex: 21a 2ant: suffer less tx penalty from retry Larry Finger
2017-04-13 18:06 ` [PATCH 08/19] rtlwifi: btcoex: 21a 2ant: check power save state before pstdma Larry Finger
2017-04-13 18:07 ` [PATCH 09/19] rtlwifi: btcoex: 21a 2ant: do not check wifi bandwidth Larry Finger
2017-04-13 18:07 ` [PATCH 10/19] rtlwifi: btcoex: 21a 2ant: centralized control of coex table Larry Finger
2017-04-13 18:07 ` [PATCH 11/19] rtlwifi: btcoex: 21a 2ant: check if wifi status changed Larry Finger
2017-04-13 18:07 ` [PATCH 12/19] rtlwifi: btcoex: 21a 2ant: ignore wifi if it is at 5G band Larry Finger
2017-04-13 18:07 ` [PATCH 13/19] rtlwifi: btcoex: 21a 2ant: set coex table and tdma when bt inquiry Larry Finger
2017-04-13 18:07 ` [PATCH 14/19] rtlwifi: btcoex: 21a 2ant: let PTA circuit control the switch Larry Finger
2017-04-13 18:07 ` [PATCH 15/19] rtlwifi: btcoex: 21a 2ant: slot time fine tune Larry Finger
2017-04-13 18:07 ` [PATCH 16/19] rtlwifi: btcoex: 21a 2ant: tdma cases for low wifi/bt rssi Larry Finger
2017-04-13 18:07 ` [PATCH 17/19] rtlwifi: btcoex: 21a 2ant: action for wifi is idle/linking/common Larry Finger
2017-04-13 18:07 ` [PATCH 18/19] rtlwifi: btcoex: 21a 2ant: fix invalid argument passed Larry Finger
2017-04-13 18:07 ` [PATCH 19/19] rtlwifi: btcoex: 21a 2ant: refine tdma duration adjust function Larry Finger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).