diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-27 11:22:26 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-27 11:22:26 +0000 |
commit | 39570be2489a6901b8476165fc36a7268b12fe21 (patch) | |
tree | d26fd19901b2d5f77313136c6dfd63ee19ed86f5 /package/mac80211/patches/550-ath9k_fix_interrupts.patch | |
parent | fb28515e2639e6e420ac407e50d97d5a99899856 (diff) | |
download | upstream-39570be2489a6901b8476165fc36a7268b12fe21.tar.gz upstream-39570be2489a6901b8476165fc36a7268b12fe21.tar.bz2 upstream-39570be2489a6901b8476165fc36a7268b12fe21.zip |
mac80211: update to 2011-02-25
SVN-Revision: 25749
Diffstat (limited to 'package/mac80211/patches/550-ath9k_fix_interrupts.patch')
-rw-r--r-- | package/mac80211/patches/550-ath9k_fix_interrupts.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/package/mac80211/patches/550-ath9k_fix_interrupts.patch b/package/mac80211/patches/550-ath9k_fix_interrupts.patch deleted file mode 100644 index 52e28c82cc..0000000000 --- a/package/mac80211/patches/550-ath9k_fix_interrupts.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/drivers/net/wireless/ath/ath9k/mac.c -+++ b/drivers/net/wireless/ath/ath9k/mac.c -@@ -891,7 +891,7 @@ void ath9k_hw_set_interrupts(struct ath_ - struct ath_common *common = ath9k_hw_common(ah); - - if (!(ints & ATH9K_INT_GLOBAL)) -- ath9k_hw_enable_interrupts(ah); -+ ath9k_hw_disable_interrupts(ah); - - ath_dbg(common, ATH_DBG_INTERRUPT, "0x%x => 0x%x\n", omask, ints); - -@@ -969,7 +969,8 @@ void ath9k_hw_set_interrupts(struct ath_ - REG_CLR_BIT(ah, AR_IMR_S5, AR_IMR_S5_TIM_TIMER); - } - -- ath9k_hw_enable_interrupts(ah); -+ if (ints & ATH9K_INT_GLOBAL) -+ ath9k_hw_enable_interrupts(ah); - - return; - } |