There are many changes needed to prepare rtlwifi and family for the
addition of drivers for the new RTL8822BE. This is the first set of
patches that implement these changes.

These patches follow the following sets:
[PATCH v4 00/10] Set 3 of changes related to updates of btcoexist
[PATCH 0/2] rtlwifi: Fix two static errors
[PATCH] Revert "rtlwifi: btcoex: rtl8723be: fix ant_sel not work"
[PATCH v2 00/11] Set 4 of changes related to updates of btcoexist

Larry

Signed-off-by: Ping-Ke Shih <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Cc: Yan-Hsuan Chuang <[email protected]>
Cc: Birming Chiu <[email protected]>
Cc: Shaofu <[email protected]>
Cc: Steven Ting <[email protected]>

Ping-Ke Shih (10):
  rtlwifi: Add COMP_HALMAC to debug
  rtlwifi: define radio_mask for RF, and extend bw
  rtlwifi: Add phydm structure to main header file
  rtlwifi: Issue connection notification to phydm.
  rtlwifi: Add COMP_PHYDM to debug
  rtlwifi: btcoex: Add send_bt_mp common function, and modify related
    functions.
  rtlwifi: btcoex: btcoexist needs rfe_type to make decision
  rtlwifi: Use mutex to replace spin_lock in cases of IPS and LPS
  rtlwifi: Add halmac structure to wifi.h
  rtlwifi: Add phydm debug cmd to debugfs

 drivers/net/wireless/realtek/rtlwifi/base.c        |   6 +-
 .../realtek/rtlwifi/btcoexist/halbtcoutsrc.c       | 238 ++++++++++++++++++---
 .../realtek/rtlwifi/btcoexist/halbtcoutsrc.h       |  51 +++++
 .../wireless/realtek/rtlwifi/btcoexist/rtl_btc.c   |  29 ++-
 drivers/net/wireless/realtek/rtlwifi/core.c        |  13 ++
 drivers/net/wireless/realtek/rtlwifi/debug.c       |  77 +++++++
 drivers/net/wireless/realtek/rtlwifi/debug.h       |   2 +
 drivers/net/wireless/realtek/rtlwifi/ps.c          |  26 ++-
 drivers/net/wireless/realtek/rtlwifi/usb.c         |   1 -
 drivers/net/wireless/realtek/rtlwifi/wifi.h        | 219 ++++++++++++++++++-
 10 files changed, 601 insertions(+), 61 deletions(-)

-- 
2.12.3

Reply via email to