diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-11-22 07:13:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-11-22 07:13:30 +0000 |
commit | e4489675b560ba14e74ed760f0ee9b96923ecad8 (patch) | |
tree | 57641e00bf9b06481b08a226ca91343041ba881c /package/mac80211/patches/550-ath9k_rx_fix.patch | |
parent | f1da5431bb3e440f3d1337a8ec08cc09611a1550 (diff) | |
download | upstream-e4489675b560ba14e74ed760f0ee9b96923ecad8.tar.gz upstream-e4489675b560ba14e74ed760f0ee9b96923ecad8.tar.bz2 upstream-e4489675b560ba14e74ed760f0ee9b96923ecad8.zip |
mac80211: update to compat-wireless 2009-11-21
SVN-Revision: 18465
Diffstat (limited to 'package/mac80211/patches/550-ath9k_rx_fix.patch')
-rw-r--r-- | package/mac80211/patches/550-ath9k_rx_fix.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/package/mac80211/patches/550-ath9k_rx_fix.patch b/package/mac80211/patches/550-ath9k_rx_fix.patch deleted file mode 100644 index cdef13cf33..0000000000 --- a/package/mac80211/patches/550-ath9k_rx_fix.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/drivers/net/wireless/ath/ath9k/common.c -+++ b/drivers/net/wireless/ath/ath9k/common.c -@@ -203,6 +203,7 @@ int ath9k_cmn_rx_skb_preprocess(struct a - { - struct ath_hw *ah = common->ah; - -+ memset(rx_status, 0, sizeof(struct ieee80211_rx_status)); - if (!ath9k_rx_accept(common, skb, rx_status, rx_stats, decrypt_error)) - return -EINVAL; - |