projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mac80211: add brcmsmac driver
[openwrt.git]
/
package
/
mac80211
/
patches
/
201-ath5k-WAR-for-AR71xx-PCI-bug.patch
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
72274ee
..
20f2325
100644
(file)
--- 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 },
{ AR5K_IMR, 0 },
{ AR5K_IER, AR5K_IER_DISABLE },
{ AR5K_BSR, 0, AR5K_INI_READ },
-+#if
ndef CONFIG_ATHEROS_AR71XX
++#if
!defined(CONFIG_ATHEROS_AR71XX) && !defined(CONFIG_ATH79)
{ AR5K_TXCFG, AR5K_DMASIZE_128B },
{ AR5K_RXCFG, AR5K_DMASIZE_128B },
+#else
{ 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) {
* guess we can tweak it and see how it goes ;-)
*/
if (ah->ah_version != AR5K_AR5210) {
-+#if
ndef 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,
AR5K_REG_WRITE_BITS(ah, AR5K_TXCFG,
AR5K_TXCFG_SDMAMR, AR5K_DMASIZE_128B);
AR5K_REG_WRITE_BITS(ah, AR5K_RXCFG,
This page took
0.024309 seconds
and
4
git commands to generate.