diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-02-10 13:16:49 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-02-10 13:16:49 +0000 |
commit | 97243cdfbe2539bbf92d81d37ab4d32616d2ba30 (patch) | |
tree | 3a3a2aea1dc441355eef1b66681b9b11a6d1f3c9 /package/mac80211/patches/201-ath5k-WAR-for-AR71xx-PCI-bug.patch | |
parent | c31797f1ad0dae0db5a2240624843849d2abf035 (diff) | |
download | upstream-97243cdfbe2539bbf92d81d37ab4d32616d2ba30.tar.gz upstream-97243cdfbe2539bbf92d81d37ab4d32616d2ba30.tar.bz2 upstream-97243cdfbe2539bbf92d81d37ab4d32616d2ba30.zip |
package/mac80211: apply AR71XX PCI workaround on ATH79 as well
SVN-Revision: 30413
Diffstat (limited to 'package/mac80211/patches/201-ath5k-WAR-for-AR71xx-PCI-bug.patch')
-rw-r--r-- | package/mac80211/patches/201-ath5k-WAR-for-AR71xx-PCI-bug.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/patches/201-ath5k-WAR-for-AR71xx-PCI-bug.patch b/package/mac80211/patches/201-ath5k-WAR-for-AR71xx-PCI-bug.patch index 72274eefe9..20f2325952 100644 --- a/package/mac80211/patches/201-ath5k-WAR-for-AR71xx-PCI-bug.patch +++ b/package/mac80211/patches/201-ath5k-WAR-for-AR71xx-PCI-bug.patch @@ -4,7 +4,7 @@ { AR5K_IMR, 0 }, { AR5K_IER, AR5K_IER_DISABLE }, { AR5K_BSR, 0, AR5K_INI_READ }, -+#ifndef CONFIG_ATHEROS_AR71XX ++#if !defined(CONFIG_ATHEROS_AR71XX) && !defined(CONFIG_ATH79) { AR5K_TXCFG, AR5K_DMASIZE_128B }, { AR5K_RXCFG, AR5K_DMASIZE_128B }, +#else @@ -21,7 +21,7 @@ * guess we can tweak it and see how it goes ;-) */ if (ah->ah_version != AR5K_AR5210) { -+#ifndef CONFIG_ATHEROS_AR71XX ++#if !defined(CONFIG_ATHEROS_AR71XX) && !defined(CONFIG_ATH79) AR5K_REG_WRITE_BITS(ah, AR5K_TXCFG, AR5K_TXCFG_SDMAMR, AR5K_DMASIZE_128B); AR5K_REG_WRITE_BITS(ah, AR5K_RXCFG, |