diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-03-10 13:37:26 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-03-10 13:37:26 +0000 |
commit | 34f90988dd1604e1a32003d50e8fc31f247707a3 (patch) | |
tree | de08a9a26b498453482689581b20aa1fe49cd9f8 /package/mac80211/patches/573-ath9k_beacon_stop.patch | |
parent | deafde5632c37c2a43b761df46b06ababe5f33fa (diff) | |
download | upstream-34f90988dd1604e1a32003d50e8fc31f247707a3.tar.gz upstream-34f90988dd1604e1a32003d50e8fc31f247707a3.tar.bz2 upstream-34f90988dd1604e1a32003d50e8fc31f247707a3.zip |
ath9k: improve tx dma fixes based on review feedback
SVN-Revision: 26005
Diffstat (limited to 'package/mac80211/patches/573-ath9k_beacon_stop.patch')
-rw-r--r-- | package/mac80211/patches/573-ath9k_beacon_stop.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/patches/573-ath9k_beacon_stop.patch b/package/mac80211/patches/573-ath9k_beacon_stop.patch index ea79ab151f..7a9f63fc70 100644 --- a/package/mac80211/patches/573-ath9k_beacon_stop.patch +++ b/package/mac80211/patches/573-ath9k_beacon_stop.patch @@ -1,6 +1,6 @@ --- a/drivers/net/wireless/ath/ath9k/mac.c +++ b/drivers/net/wireless/ath/ath9k/mac.c -@@ -174,84 +174,30 @@ bool ath9k_hw_abort_tx_dma(struct ath_hw +@@ -170,84 +170,30 @@ void ath9k_hw_abort_tx_dma(struct ath_hw } EXPORT_SYMBOL(ath9k_hw_abort_tx_dma); @@ -100,7 +100,7 @@ bool ath9k_hw_updatetxtriglevel(struct ath_hw *ah, bool bIncTrigLevel); -bool ath9k_hw_stoptxdma(struct ath_hw *ah, u32 q); +bool ath9k_hw_stop_dma_queue(struct ath_hw *ah, u32 q); - bool ath9k_hw_abort_tx_dma(struct ath_hw *ah); + void ath9k_hw_abort_tx_dma(struct ath_hw *ah); void ath9k_hw_gettxintrtxqs(struct ath_hw *ah, u32 *txqs); bool ath9k_hw_set_txq_props(struct ath_hw *ah, int q, --- a/drivers/net/wireless/ath/ath9k/beacon.c |