aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/550-mac80211_optimize_mcs_rate_mask.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-11-10 02:47:33 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-11-10 02:47:33 +0000
commitf9e59cf29c3a9207549524cda51937a0e13ab8b4 (patch)
tree2f053101c9cdcc2a74c4e94f2bb74a2c6d0efb94 /package/mac80211/patches/550-mac80211_optimize_mcs_rate_mask.patch
parentf3f3f52259c1db74069295ad296ac1d53b080b45 (diff)
downloadupstream-f9e59cf29c3a9207549524cda51937a0e13ab8b4.tar.gz
upstream-f9e59cf29c3a9207549524cda51937a0e13ab8b4.tar.bz2
upstream-f9e59cf29c3a9207549524cda51937a0e13ab8b4.zip
mac80211: add more tx skb free fixes (hopefully final fix to #11894)
SVN-Revision: 34133
Diffstat (limited to 'package/mac80211/patches/550-mac80211_optimize_mcs_rate_mask.patch')
-rw-r--r--package/mac80211/patches/550-mac80211_optimize_mcs_rate_mask.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/patches/550-mac80211_optimize_mcs_rate_mask.patch b/package/mac80211/patches/550-mac80211_optimize_mcs_rate_mask.patch
index f778338092..eb46f53f45 100644
--- a/package/mac80211/patches/550-mac80211_optimize_mcs_rate_mask.patch
+++ b/package/mac80211/patches/550-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);
-@@ -2449,8 +2451,6 @@ struct sk_buff *ieee80211_beacon_get_tim
+@@ -2452,8 +2454,6 @@ struct sk_buff *ieee80211_beacon_get_tim
txrc.max_rate_idx = -1;
else
txrc.max_rate_idx = fls(txrc.rate_idx_mask) - 1;