X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fmac80211%2Fpatches%2F610-fix_warn_on.patch;fp=package%2Fmac80211%2Fpatches%2F610-fix_warn_on.patch;h=8cc0a7bf51654dbb37a8938eec0f7f883c7d8942;hb=560a9b93442438949486f3ef5953c433273784f6;hp=0000000000000000000000000000000000000000;hpb=ff9c48a9631c7d3df680e166a43078b10cbebd25;p=openwrt-10.03%2F.git diff --git a/package/mac80211/patches/610-fix_warn_on.patch b/package/mac80211/patches/610-fix_warn_on.patch new file mode 100644 index 000000000..8cc0a7bf5 --- /dev/null +++ b/package/mac80211/patches/610-fix_warn_on.patch @@ -0,0 +1,11 @@ +--- a/net/mac80211/work.c ++++ b/net/mac80211/work.c +@@ -1022,8 +1022,6 @@ ieee80211_rx_result ieee80211_work_rx_mg + case IEEE80211_STYPE_PROBE_RESP: + case IEEE80211_STYPE_ASSOC_RESP: + case IEEE80211_STYPE_REASSOC_RESP: +- case IEEE80211_STYPE_DEAUTH: +- case IEEE80211_STYPE_DISASSOC: + skb_queue_tail(&local->work_skb_queue, skb); + ieee80211_queue_work(&local->hw, &local->work_work); + return RX_QUEUED;