diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-03-27 12:39:52 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2013-03-27 12:39:52 +0000 |
commit | 7e0b5d15c626d1aa2f6fa51b52c64380a55649d3 (patch) | |
tree | 6e593dca2570f5bc134e13006afedeee131afb83 /package/mac80211/patches/300-pending_work.patch | |
parent | 574bab45ac550c378af1435362e0d9782147f215 (diff) | |
download | upstream-7e0b5d15c626d1aa2f6fa51b52c64380a55649d3.tar.gz upstream-7e0b5d15c626d1aa2f6fa51b52c64380a55649d3.tar.bz2 upstream-7e0b5d15c626d1aa2f6fa51b52c64380a55649d3.zip |
mac80211: backport some upstream mwl8k fixes
SVN-Revision: 36134
Diffstat (limited to 'package/mac80211/patches/300-pending_work.patch')
-rw-r--r-- | package/mac80211/patches/300-pending_work.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/patches/300-pending_work.patch b/package/mac80211/patches/300-pending_work.patch index cf51aae5cc..3a09420321 100644 --- a/package/mac80211/patches/300-pending_work.patch +++ b/package/mac80211/patches/300-pending_work.patch @@ -300,7 +300,7 @@ static void ieee80211_iface_work(struct work_struct *work) { struct ieee80211_sub_if_data *sdata = -@@ -1126,6 +1175,9 @@ static void ieee80211_iface_work(struct +@@ -1126,6 +1175,9 @@ static void ieee80211_iface_work(struct break; ieee80211_mesh_rx_queued_mgmt(sdata, skb); break; |