diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-09-28 18:28:54 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-09-28 18:28:54 +0000 |
commit | d3add1f103b1870a7263b0037873b696bc726cec (patch) | |
tree | 5d228cc1d466b70a985c9df1e7a23c1c45878e5f /package/mac80211/patches/563-ath9k_rx_dma_stop_check.patch | |
parent | c02bd635b29d4fd2c798cd28ae28b45c3cf1d407 (diff) | |
download | upstream-d3add1f103b1870a7263b0037873b696bc726cec.tar.gz upstream-d3add1f103b1870a7263b0037873b696bc726cec.tar.bz2 upstream-d3add1f103b1870a7263b0037873b696bc726cec.zip |
mac80211: fix beacon IE power constraint handling
SVN-Revision: 33583
Diffstat (limited to 'package/mac80211/patches/563-ath9k_rx_dma_stop_check.patch')
-rw-r--r-- | package/mac80211/patches/563-ath9k_rx_dma_stop_check.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/patches/563-ath9k_rx_dma_stop_check.patch b/package/mac80211/patches/563-ath9k_rx_dma_stop_check.patch index 1da720733f..606eb1c63d 100644 --- a/package/mac80211/patches/563-ath9k_rx_dma_stop_check.patch +++ b/package/mac80211/patches/563-ath9k_rx_dma_stop_check.patch @@ -1,6 +1,6 @@ --- a/drivers/net/wireless/ath/ath9k/mac.c +++ b/drivers/net/wireless/ath/ath9k/mac.c -@@ -689,7 +689,7 @@ bool ath9k_hw_stopdmarecv(struct ath_hw +@@ -689,7 +689,7 @@ bool ath9k_hw_stopdmarecv(struct ath_hw { #define AH_RX_STOP_DMA_TIMEOUT 10000 /* usec */ struct ath_common *common = ath9k_hw_common(ah); @@ -9,7 +9,7 @@ int i; /* Enable access to the DMA observation bus */ -@@ -719,6 +719,16 @@ bool ath9k_hw_stopdmarecv(struct ath_hw +@@ -719,6 +719,16 @@ bool ath9k_hw_stopdmarecv(struct ath_hw } if (i == 0) { |