Return-path: Received: from rtits2.realtek.com ([211.75.126.72]:42892 "EHLO rtits2.realtek.com.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752624AbeAJFUc (ORCPT ); Wed, 10 Jan 2018 00:20:32 -0500 From: To: CC: , , Subject: [PATCH 00/10] rtlwifi: fix some bugs and add btcoex functions Date: Wed, 10 Jan 2018 13:19:52 +0800 Message-ID: <20180110052002.9544-1-pkshih@realtek.com> (sfid-20180110_062050_142948_76579EB2) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: From: Ping-Ke Shih Fix some bugs reported by QC, and continue to submit btcoex patches for further use. Ping-Ke Shih (8): rtlwifi: Use mutex to replace spin_lock to protect IPS and LPS rtlwifi: fix scan channel 1 fail after IPS rtlwifi: Add sta_statistics of mac80211's op, and set filled=0 by default rtlwifi: enable mac80211 fast-tx support rtlwifi: btcoex: Add power_on_setting routine rtlwifi: btcoex: Remove global variables from btcoex rtlwifi: btcoex: Add common function for qeurying BT information rtlwifi: btcoex: add rfe_type parameter to btcoex Steven Ting (1): rtlwifi: Support A-MSDU in A-MPDU capability Tsang-Shian Lin (1): rtlwifi: unlink bss when un-association drivers/net/wireless/realtek/rtlwifi/base.c | 9 +- .../realtek/rtlwifi/btcoexist/halbtcoutsrc.c | 398 +++++++++++++++++---- .../realtek/rtlwifi/btcoexist/halbtcoutsrc.h | 94 ++++- .../wireless/realtek/rtlwifi/btcoexist/rtl_btc.c | 234 ++++++++++-- .../wireless/realtek/rtlwifi/btcoexist/rtl_btc.h | 4 +- drivers/net/wireless/realtek/rtlwifi/core.c | 34 ++ drivers/net/wireless/realtek/rtlwifi/pci.c | 5 +- drivers/net/wireless/realtek/rtlwifi/ps.c | 30 +- drivers/net/wireless/realtek/rtlwifi/usb.c | 1 - drivers/net/wireless/realtek/rtlwifi/wifi.h | 16 +- 10 files changed, 688 insertions(+), 137 deletions(-) -- 2.15.1