diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-01-26 00:14:44 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-01-26 00:14:44 +0000 |
commit | eb694a7a833e5b6d6e361520ee301b059c3a37dd (patch) | |
tree | 2982938b965956d0aa111cbfc063d60ad0c538ad /package/mac80211/patches/570-ath9k_bcnslot_leak.patch | |
parent | d690de9a0c1bcda5431a18ea0280d31b89bc02a7 (diff) | |
download | upstream-eb694a7a833e5b6d6e361520ee301b059c3a37dd.tar.gz upstream-eb694a7a833e5b6d6e361520ee301b059c3a37dd.tar.bz2 upstream-eb694a7a833e5b6d6e361520ee301b059c3a37dd.zip |
mac80211: update to wireless-testing 2010-01-25, includes fixes for crypto and retransmissions
SVN-Revision: 19337
Diffstat (limited to 'package/mac80211/patches/570-ath9k_bcnslot_leak.patch')
-rw-r--r-- | package/mac80211/patches/570-ath9k_bcnslot_leak.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/package/mac80211/patches/570-ath9k_bcnslot_leak.patch b/package/mac80211/patches/570-ath9k_bcnslot_leak.patch deleted file mode 100644 index bbd94894ee..0000000000 --- a/package/mac80211/patches/570-ath9k_bcnslot_leak.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/drivers/net/wireless/ath/ath9k/main.c -+++ b/drivers/net/wireless/ath/ath9k/main.c -@@ -1471,10 +1471,10 @@ static void ath9k_remove_interface(struc - (sc->sc_ah->opmode == NL80211_IFTYPE_MESH_POINT)) { - ath9k_ps_wakeup(sc); - ath9k_hw_stoptxdma(sc->sc_ah, sc->beacon.beaconq); -- ath_beacon_return(sc, avp); - ath9k_ps_restore(sc); - } - -+ ath_beacon_return(sc, avp); - sc->sc_flags &= ~SC_OP_BEACONS; - - for (i = 0; i < ARRAY_SIZE(sc->beacon.bslot); i++) { |