summaryrefslogtreecommitdiff
path: root/package/mac80211/patches/530-mac80211_fix_beacon_race.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-02-08 19:31:43 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-02-08 19:31:43 +0000
commitd807f70e4781773557c4aa8ed9ee5062b41568fb (patch)
tree666597b535b8df74f5bdf7d260cac21389bbce9b /package/mac80211/patches/530-mac80211_fix_beacon_race.patch
parentb32ae97fd6a8d14dcac4801ab1dcf0d9533a0f6e (diff)
downloadmtk-20170518-d807f70e4781773557c4aa8ed9ee5062b41568fb.zip
mtk-20170518-d807f70e4781773557c4aa8ed9ee5062b41568fb.tar.gz
mtk-20170518-d807f70e4781773557c4aa8ed9ee5062b41568fb.tar.bz2
mac80211: update to wireless-testing 2010-02-07
SVN-Revision: 25425
Diffstat (limited to 'package/mac80211/patches/530-mac80211_fix_beacon_race.patch')
-rw-r--r--package/mac80211/patches/530-mac80211_fix_beacon_race.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/mac80211/patches/530-mac80211_fix_beacon_race.patch b/package/mac80211/patches/530-mac80211_fix_beacon_race.patch
deleted file mode 100644
index 36c0916..0000000
--- a/package/mac80211/patches/530-mac80211_fix_beacon_race.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/net/mac80211/tx.c
-+++ b/net/mac80211/tx.c
-@@ -2241,6 +2241,9 @@ struct sk_buff *ieee80211_beacon_get_tim
-
- sdata = vif_to_sdata(vif);
-
-+ if (!ieee80211_sdata_running(sdata))
-+ goto out;
-+
- if (tim_offset)
- *tim_offset = 0;
- if (tim_length)