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 <pkshih@xxxxxxxxxxx> Signed-off-by: Larry Finger <Larry.Finger@xxxxxxxxxxxx> Cc: Yan-Hsuan Chuang <yhchuang@xxxxxxxxxxx> Cc: Birming Chiu <birming@xxxxxxxxxxx> Cc: Shaofu <shaofu@xxxxxxxxxxx> Cc: Steven Ting <steventing@xxxxxxxxxxx> 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