All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] rtlwifi: btcoexist: Rewrite BT coexistence routines
@ 2016-12-03 17:32 Larry Finger
  2016-12-03 17:32 ` [PATCH 1/7] rtlwifi: btcoexist: Update routines for RTL8192EE Larry Finger
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Larry Finger @ 2016-12-03 17:32 UTC (permalink / raw)
  To: kvalo; +Cc: devel, linux-wireless, Larry Finger, Ping-Ke Shih

This set of patches implement a major rewrite of the BT coexistence
routines.

These patches must follow [PATCH 14/14] rtlwifi: Add work queue for c2h cmd.

Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>

Ping-Ke Shih (7)
  rtlwifi: btcoexist: Update routines for RTL8192EE
  rtlwifi: btcoexist: Rewrite halbtc8723b1ant code
  rtlwifi: btcoexist: Rewrite of halbtc8723b2ant
  rtlwifi: btcoexist: Rewrite routine halbtc8821a1ant
  rtlwifi: btcoexist: Rewrite routine halbtc8821a2ant
  rtlwifi: Add btcoex record_pwr_mode
  rtlwifi: btcoexist control to enter/leave LPS

 drivers/net/wireless/realtek/rtlwifi/base.c        |    8 +
 .../wireless/realtek/rtlwifi/btcoexist/Makefile    |    7 +-
 .../realtek/rtlwifi/btcoexist/halbt_precomp.h      |   22 +
 .../realtek/rtlwifi/btcoexist/halbtc8192e2ant.c    | 4598 ++++++++-------
 .../realtek/rtlwifi/btcoexist/halbtc8192e2ant.h    |  243 +-
 .../realtek/rtlwifi/btcoexist/halbtc8723b1ant.c    | 5165 +++++++++++------
 .../realtek/rtlwifi/btcoexist/halbtc8723b1ant.h    |  342 +-
 .../realtek/rtlwifi/btcoexist/halbtc8723b2ant.c    | 5495 +++++++++++-------
 .../realtek/rtlwifi/btcoexist/halbtc8723b2ant.h    |  287 +-
 .../realtek/rtlwifi/btcoexist/halbtc8821a1ant.c    | 3233 ++++++-----
 .../realtek/rtlwifi/btcoexist/halbtc8821a1ant.h    |  148 +-
 .../realtek/rtlwifi/btcoexist/halbtc8821a2ant.c    | 6122 +++++++++++---------
 .../realtek/rtlwifi/btcoexist/halbtc8821a2ant.h    |  273 +-
 .../realtek/rtlwifi/btcoexist/halbtcoutsrc.c       | 1018 +++-
 .../realtek/rtlwifi/btcoexist/halbtcoutsrc.h       |  364 +-
 .../wireless/realtek/rtlwifi/btcoexist/rtl_btc.c   |   74 +-
 .../wireless/realtek/rtlwifi/btcoexist/rtl_btc.h   |    5 +
 .../net/wireless/realtek/rtlwifi/rtl8192ee/fw.c    |   67 +-
 .../net/wireless/realtek/rtlwifi/rtl8192ee/fw.h    |    4 +-
 .../net/wireless/realtek/rtlwifi/rtl8723be/fw.c    |   68 +-
 .../net/wireless/realtek/rtlwifi/rtl8723be/fw.h    |   23 +-
 .../net/wireless/realtek/rtlwifi/rtl8723be/hw.c    |    2 +
 .../net/wireless/realtek/rtlwifi/rtl8821ae/fw.c    |   68 +-
 .../net/wireless/realtek/rtlwifi/rtl8821ae/fw.h    |   33 +-
 drivers/net/wireless/realtek/rtlwifi/wifi.h        |    5 +
 25 files changed, 16246 insertions(+), 11428 deletions(-)

-- 
2.10.2

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

end of thread, other threads:[~2016-12-30 13:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-03 17:32 [PATCH 0/7] rtlwifi: btcoexist: Rewrite BT coexistence routines Larry Finger
2016-12-03 17:32 ` [PATCH 1/7] rtlwifi: btcoexist: Update routines for RTL8192EE Larry Finger
2016-12-05 11:38   ` Dan Carpenter
2016-12-05 17:17     ` Larry Finger
2016-12-05 21:48       ` Dan Carpenter
2016-12-30 13:12   ` [1/7] " Kalle Valo
2016-12-03 17:32 ` [PATCH 2/7] rtlwifi: btcoexist: Rewrite halbtc8723b1ant code Larry Finger
2016-12-03 17:32 ` [PATCH 3/7] rtlwifi: btcoexist: Rewrite of halbtc8723b2ant Larry Finger
2016-12-03 17:32 ` [PATCH 4/7] rtlwifi: btcoexist: Rewrite routine halbtc8821a1ant Larry Finger
2016-12-03 17:32 ` [PATCH 5/7] rtlwifi: btcoexist: Rewrite routine halbtc8821a2ant Larry Finger
2016-12-03 17:32 ` [PATCH 6/7] rtlwifi: Add btcoex record_pwr_mode Larry Finger
2016-12-03 17:32 ` [PATCH 7/7] rtlwifi: btcoexist control to enter/leave LPS 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.