Author: nbd
Date: 2015-11-07 13:12:08 +0100 (Sat, 07 Nov 2015)
New Revision: 47402

Added:
   
trunk/package/kernel/mac80211/patches/314-mac80211-don-t-advertise-NL80211_FEATURE_FULL_AP_CLI.patch
Modified:
   
trunk/package/kernel/mac80211/patches/522-mac80211_configure_antenna_gain.patch
Log:
mac80211: disable a broken feature that was merged with the last update

Signed-off-by: Felix Fietkau <[email protected]>

Added: 
trunk/package/kernel/mac80211/patches/314-mac80211-don-t-advertise-NL80211_FEATURE_FULL_AP_CLI.patch
===================================================================
--- 
trunk/package/kernel/mac80211/patches/314-mac80211-don-t-advertise-NL80211_FEATURE_FULL_AP_CLI.patch
                                (rev 0)
+++ 
trunk/package/kernel/mac80211/patches/314-mac80211-don-t-advertise-NL80211_FEATURE_FULL_AP_CLI.patch
        2015-11-07 12:12:08 UTC (rev 47402)
@@ -0,0 +1,28 @@
+From: Johannes Berg <[email protected]>
+Date: Wed, 4 Nov 2015 14:09:02 +0100
+Subject: [PATCH] mac80211: don't advertise
+ NL80211_FEATURE_FULL_AP_CLIENT_STATE
+
+For now, this feature doesn't actually work. To avoid shipping a
+kernel that has it enabled but where it can't be used disable it
+for now - we can re-enable it when it's fixed.
+
+This partially reverts 44674d9c2267 ("mac80211: advertise support
+for full station state in AP mode").
+
+Cc: Ayala Beker <[email protected]>
+Signed-off-by: Johannes Berg <[email protected]>
+---
+
+--- a/net/mac80211/main.c
++++ b/net/mac80211/main.c
+@@ -541,8 +541,7 @@ struct ieee80211_hw *ieee80211_alloc_hw_
+                          NL80211_FEATURE_HT_IBSS |
+                          NL80211_FEATURE_VIF_TXPOWER |
+                          NL80211_FEATURE_MAC_ON_CREATE |
+-                         NL80211_FEATURE_USERSPACE_MPM |
+-                         NL80211_FEATURE_FULL_AP_CLIENT_STATE;
++                         NL80211_FEATURE_USERSPACE_MPM;
+ 
+       if (!ops->hw_scan)
+               wiphy->features |= NL80211_FEATURE_LOW_PRIORITY_SCAN |

Modified: 
trunk/package/kernel/mac80211/patches/522-mac80211_configure_antenna_gain.patch
===================================================================
--- 
trunk/package/kernel/mac80211/patches/522-mac80211_configure_antenna_gain.patch 
    2015-11-07 12:11:44 UTC (rev 47401)
+++ 
trunk/package/kernel/mac80211/patches/522-mac80211_configure_antenna_gain.patch 
    2015-11-07 12:12:08 UTC (rev 47402)
@@ -119,7 +119,7 @@
        if (local->hw.conf.power_level != power) {
                changed |= IEEE80211_CONF_CHANGE_POWER;
                local->hw.conf.power_level = power;
-@@ -580,6 +586,7 @@ struct ieee80211_hw *ieee80211_alloc_hw_
+@@ -579,6 +585,7 @@ struct ieee80211_hw *ieee80211_alloc_hw_
                                         IEEE80211_RADIOTAP_MCS_HAVE_BW;
        local->hw.radiotap_vht_details = IEEE80211_RADIOTAP_VHT_KNOWN_GI |
                                         IEEE80211_RADIOTAP_VHT_KNOWN_BANDWIDTH;
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to