linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] rtlwifi: Set 1 of changes to prepare for RTL8822BE
@ 2017-07-21  4:24 Larry Finger
  2017-07-21  4:24 ` [PATCH 01/10] rtlwifi: Add COMP_HALMAC to debug Larry Finger
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Larry Finger @ 2017-07-21  4:24 UTC (permalink / raw)
  To: kvalo
  Cc: linux-wireless, Larry Finger, Ping-Ke Shih, Yan-Hsuan Chuang,
	Birming Chiu, Shaofu, Steven Ting

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

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

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

end of thread, other threads:[~2017-07-28 15:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-21  4:24 [PATCH 00/10] rtlwifi: Set 1 of changes to prepare for RTL8822BE Larry Finger
2017-07-21  4:24 ` [PATCH 01/10] rtlwifi: Add COMP_HALMAC to debug Larry Finger
2017-07-28 15:38   ` [01/10] " Kalle Valo
2017-07-21  4:24 ` [PATCH 02/10] rtlwifi: define radio_mask for RF, and extend bw Larry Finger
2017-07-21  4:24 ` [PATCH 03/10] rtlwifi: Add phydm structure to main header file Larry Finger
2017-07-21  4:24 ` [PATCH 04/10] rtlwifi: Issue connection notification to phydm Larry Finger
2017-07-21  4:24 ` [PATCH 05/10] rtlwifi: Add COMP_PHYDM to debug Larry Finger
2017-07-21  4:24 ` [PATCH 06/10] rtlwifi: btcoex: Add send_bt_mp common function, and modify related functions Larry Finger
2017-07-21  4:24 ` [PATCH 07/10] rtlwifi: btcoex: btcoexist needs rfe_type to make decision Larry Finger
2017-07-21  4:24 ` [PATCH 08/10] rtlwifi: Use mutex to replace spin_lock in cases of IPS and LPS Larry Finger
2017-07-21  4:24 ` [PATCH 09/10] rtlwifi: Add halmac structure to wifi.h Larry Finger
2017-07-21  4:24 ` [PATCH 10/10] rtlwifi: Add phydm debug cmd to debugfs 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).