aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/540-mac80211_optimize_mcs_rate_mask.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-02-26 21:52:59 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-02-26 21:52:59 +0000
commit95473e353841786efa7e1599fdfb4b63213c953c (patch)
tree96e9864d34b33e4e588ad16e8619c5ee0c56f5f3 /package/mac80211/patches/540-mac80211_optimize_mcs_rate_mask.patch
parentaff0dc862ce9bcc0486d090815cb2f65a89dfdd5 (diff)
downloadmaster-187ad058-95473e353841786efa7e1599fdfb4b63213c953c.tar.gz
master-187ad058-95473e353841786efa7e1599fdfb4b63213c953c.tar.bz2
master-187ad058-95473e353841786efa7e1599fdfb4b63213c953c.zip
mac80211: fix sending probe requests in client mode, fixes connecting to hidden networks (#13056)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35819 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/540-mac80211_optimize_mcs_rate_mask.patch')
-rw-r--r--package/mac80211/patches/540-mac80211_optimize_mcs_rate_mask.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/patches/540-mac80211_optimize_mcs_rate_mask.patch b/package/mac80211/patches/540-mac80211_optimize_mcs_rate_mask.patch
index 3709639334..347c920135 100644
--- a/package/mac80211/patches/540-mac80211_optimize_mcs_rate_mask.patch
+++ b/package/mac80211/patches/540-mac80211_optimize_mcs_rate_mask.patch
@@ -69,7 +69,7 @@
txrc.bss = (tx->sdata->vif.type == NL80211_IFTYPE_AP ||
tx->sdata->vif.type == NL80211_IFTYPE_MESH_POINT ||
tx->sdata->vif.type == NL80211_IFTYPE_ADHOC);
-@@ -2505,8 +2507,6 @@ struct sk_buff *ieee80211_beacon_get_tim
+@@ -2511,8 +2513,6 @@ struct sk_buff *ieee80211_beacon_get_tim
txrc.max_rate_idx = -1;
else
txrc.max_rate_idx = fls(txrc.rate_idx_mask) - 1;