All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] Set 2 of changes related to updates of btcoexist
@ 2017-06-20  0:32 Larry Finger
  2017-06-20  0:32 ` [PATCH 01/10] rtlwifi: Fix a2dp choppy while BT RSSI stays on threshold Larry Finger
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Larry Finger @ 2017-06-20  0:32 UTC (permalink / raw)
  To: kvalo
  Cc: linux-wireless, Larry Finger, Ping-Ke Shih, Yan-Hsuan Chuang,
	Birming Chiu, Shaofu, Steven Ting

To get maximum benefit of the recent changes in btcoexist, changes need
to be made in the drivers for the NIC. This is set 2 of those changes.

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: Fix a2dp choppy while BT RSSI stays on threshold.
  rtlwifi: Do IQK only once to reduce wifi occupy antenna
  rtlwifi: Modify power mode parameters of 8723be and 8821ae.
  rtlwifi: Update some cases in btc_get function -- roam, 5G, AP mode,
    and return value.
  rtlwifi: Add return value to btc_set.
  rtlwifi: Add ap_num field for btcoexist
  rtlwifi: Fill ap_num filed by vendor command
  rtlwifi: Fill ap_num field by driver
  rtlwifi: Add in_4way field for btcoexist
  rtlwifi: Fill in_4way field by vendor command

 drivers/net/wireless/realtek/rtlwifi/base.c        | 194 +++++++++++++++++++++
 drivers/net/wireless/realtek/rtlwifi/base.h        |   2 +
 .../realtek/rtlwifi/btcoexist/halbtcoutsrc.c       |  36 ++--
 drivers/net/wireless/realtek/rtlwifi/core.c        |   3 +
 drivers/net/wireless/realtek/rtlwifi/debug.h       |   1 +
 drivers/net/wireless/realtek/rtlwifi/pci.c         |   4 +
 drivers/net/wireless/realtek/rtlwifi/ps.c          |  14 +-
 .../net/wireless/realtek/rtlwifi/rtl8192ee/fw.c    |  10 +-
 .../net/wireless/realtek/rtlwifi/rtl8192ee/hw.c    |   3 +-
 .../net/wireless/realtek/rtlwifi/rtl8723be/fw.c    |   8 +-
 .../net/wireless/realtek/rtlwifi/rtl8723be/hw.c    |   7 +-
 .../net/wireless/realtek/rtlwifi/rtl8723be/phy.c   |   3 +-
 .../net/wireless/realtek/rtlwifi/rtl8723be/sw.c    |   4 +-
 .../net/wireless/realtek/rtlwifi/rtl8821ae/fw.c    |  10 +-
 .../net/wireless/realtek/rtlwifi/rtl8821ae/sw.c    |   4 +-
 drivers/net/wireless/realtek/rtlwifi/wifi.h        |  16 ++
 16 files changed, 285 insertions(+), 34 deletions(-)

-- 
2.12.3

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

end of thread, other threads:[~2017-06-21 16:34 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-20  0:32 [PATCH 00/10] Set 2 of changes related to updates of btcoexist Larry Finger
2017-06-20  0:32 ` [PATCH 01/10] rtlwifi: Fix a2dp choppy while BT RSSI stays on threshold Larry Finger
2017-06-20  0:32 ` [PATCH 02/10] rtlwifi: Do IQK only once to reduce wifi occupy antenna Larry Finger
2017-06-20  0:32 ` [PATCH 03/10] rtlwifi: Modify power mode parameters of 8723be and 8821ae Larry Finger
2017-06-20  0:32 ` [PATCH 04/10] rtlwifi: Update some cases in btc_get function -- roam, 5G, AP mode, and return value Larry Finger
2017-06-20  0:32 ` [PATCH 05/10] rtlwifi: Add return value to btc_set Larry Finger
2017-06-20  0:32 ` [PATCH 06/10] rtlwifi: Add ap_num field for btcoexist Larry Finger
2017-06-20  0:32 ` [PATCH 07/10] rtlwifi: Fill ap_num filed by vendor command Larry Finger
2017-06-21 15:17   ` [07/10] " Kalle Valo
2017-06-20  0:32 ` [PATCH 08/10] rtlwifi: Fill ap_num field by driver Larry Finger
2017-06-20  0:32 ` [PATCH 09/10] rtlwifi: Add in_4way field for btcoexist Larry Finger
2017-06-20  0:32 ` [PATCH 10/10] rtlwifi: Fill in_4way field by vendor command 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.