X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Fkernel%2Fmac80211%2Fpatches%2F300-pending_work.patch;h=234006355b892acffd5da5fe75d87f24722d1b65;hb=3be427a8c6d4732e8052528736a26ed0ae731ca7;hp=31eab5e4025b05084f12aac3f9d43ccf99dab30d;hpb=e975ec66a8a15fc4e54f8ff625b7d73c7eb33232;p=openwrt.git diff --git a/package/kernel/mac80211/patches/300-pending_work.patch b/package/kernel/mac80211/patches/300-pending_work.patch index 31eab5e402..234006355b 100644 --- a/package/kernel/mac80211/patches/300-pending_work.patch +++ b/package/kernel/mac80211/patches/300-pending_work.patch @@ -1,3 +1,13 @@ +commit 0ca13e26341733bf9577287fb04a3bef0d2f5cc9 +Author: Felix Fietkau +Date: Wed Apr 9 00:07:01 2014 +0200 + + mac80211: suppress BSS info change notifications for AP_VLAN + + Fixes warnings on tx power changes + + Signed-off-by: Felix Fietkau + commit ec998e5991781ecdaad0911dc64f1c8d3749c308 Author: Felix Fietkau Date: Tue Apr 8 23:42:17 2014 +0200 @@ -55,3 +65,14 @@ Date: Sun Apr 6 23:35:28 2014 +0200 } void ath9k_beacon_tasklet(unsigned long data) +--- a/net/mac80211/main.c ++++ b/net/mac80211/main.c +@@ -203,7 +203,7 @@ void ieee80211_bss_info_change_notify(st + { + struct ieee80211_local *local = sdata->local; + +- if (!changed) ++ if (!changed || sdata->vif.type == NL80211_IFTYPE_AP_VLAN) + return; + + drv_bss_info_changed(local, sdata, &sdata->vif.bss_conf, changed);