diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-07 21:36:04 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-07 21:36:04 +0000 |
commit | b75e455c3280f7f2b0a77cc6c3ee7155db693ed8 (patch) | |
tree | 363582a08639f6b13329160c18fbd9891e15a89f /package/mac80211/patches/550-mac80211_optimize_mcs_rate_mask.patch | |
parent | 7039d3fcc5b021144dda77cc142bb8637f7ac558 (diff) | |
download | openwrt-b75e455c3280f7f2b0a77cc6c3ee7155db693ed8.tar.gz openwrt-b75e455c3280f7f2b0a77cc6c3ee7155db693ed8.zip |
mac80211: use ieee80211_free_txskb in a few more places to prevent skb leaks (backport of r33635)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33637 3c298f89-4303-0410-b956-a3cf2f4a3e73
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.patch | 2 |
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 53889d19c..f77833809 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); -@@ -2447,8 +2449,6 @@ struct sk_buff *ieee80211_beacon_get_tim +@@ -2449,8 +2451,6 @@ struct sk_buff *ieee80211_beacon_get_tim txrc.max_rate_idx = -1; else txrc.max_rate_idx = fls(txrc.rate_idx_mask) - 1; |