diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-08 19:31:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-08 19:31:43 +0000 |
commit | d807f70e4781773557c4aa8ed9ee5062b41568fb (patch) | |
tree | 666597b535b8df74f5bdf7d260cac21389bbce9b /package/mac80211/patches/590-mac80211_fix_clone_check.patch | |
parent | b32ae97fd6a8d14dcac4801ab1dcf0d9533a0f6e (diff) | |
download | upstream-d807f70e4781773557c4aa8ed9ee5062b41568fb.tar.gz upstream-d807f70e4781773557c4aa8ed9ee5062b41568fb.tar.bz2 upstream-d807f70e4781773557c4aa8ed9ee5062b41568fb.zip |
mac80211: update to wireless-testing 2010-02-07
SVN-Revision: 25425
Diffstat (limited to 'package/mac80211/patches/590-mac80211_fix_clone_check.patch')
-rw-r--r-- | package/mac80211/patches/590-mac80211_fix_clone_check.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/mac80211/patches/590-mac80211_fix_clone_check.patch b/package/mac80211/patches/590-mac80211_fix_clone_check.patch deleted file mode 100644 index 41de0bbe07..0000000000 --- a/package/mac80211/patches/590-mac80211_fix_clone_check.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/net/mac80211/tx.c -+++ b/net/mac80211/tx.c -@@ -1547,7 +1547,7 @@ static int ieee80211_skb_resize(struct i - skb_orphan(skb); - } - -- if (skb_header_cloned(skb)) -+ if (skb_cloned(skb)) - I802_DEBUG_INC(local->tx_expand_skb_head_cloned); - else if (head_need || tail_need) - I802_DEBUG_INC(local->tx_expand_skb_head); |