aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/918-wlcore-add-support-for-STA-CSA-with-chan-contexts.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/kernel/mac80211/patches/918-wlcore-add-support-for-STA-CSA-with-chan-contexts.patch')
-rw-r--r--package/kernel/mac80211/patches/918-wlcore-add-support-for-STA-CSA-with-chan-contexts.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/package/kernel/mac80211/patches/918-wlcore-add-support-for-STA-CSA-with-chan-contexts.patch b/package/kernel/mac80211/patches/918-wlcore-add-support-for-STA-CSA-with-chan-contexts.patch
deleted file mode 100644
index c33535d049..0000000000
--- a/package/kernel/mac80211/patches/918-wlcore-add-support-for-STA-CSA-with-chan-contexts.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-TI wl12xx/wl18xx cards support channel switch via a driver specific
-switch_channel op while operating with channel contexts.
-
-Signed-off-by: Arik Nemtsov <arik@wizery.com>
-Signed-off-by: Eliad Peller <eliad@wizery.com>
-
----
-drivers/net/wireless/ti/wlcore/main.c | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
---- a/drivers/net/wireless/ti/wlcore/main.c
-+++ b/drivers/net/wireless/ti/wlcore/main.c
-@@ -5770,7 +5770,8 @@ static int wl1271_init_ieee80211(struct
- IEEE80211_HW_AP_LINK_PS |
- IEEE80211_HW_AMPDU_AGGREGATION |
- IEEE80211_HW_TX_AMPDU_SETUP_IN_HW |
-- IEEE80211_HW_QUEUE_CONTROL;
-+ IEEE80211_HW_QUEUE_CONTROL |
-+ IEEE80211_HW_CHANCTX_STA_CSA;
-
- wl->hw->wiphy->cipher_suites = cipher_suites;
- wl->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites);