projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
mpc52xx: switch to 3.2.9
[openwrt.git]
/
package
/
madwifi
/
patches
/
470-mac_addresss_from_ath5k_platform_data.patch
diff --git
a/package/madwifi/patches/470-mac_addresss_from_ath5k_platform_data.patch
b/package/madwifi/patches/470-mac_addresss_from_ath5k_platform_data.patch
index
2bcd09d
..
0c35050
100644
(file)
--- a/
package/madwifi/patches/470-mac_addresss_from_ath5k_platform_data.patch
+++ b/
package/madwifi/patches/470-mac_addresss_from_ath5k_platform_data.patch
@@
-32,5
+32,5
@@
+ ath_hal_setmac(ah, pdata->macaddr);
+#endif
/* WAR for AR7100 PCI bug */
- #if
def CONFIG_ATHEROS_AR71XX
+ #if
defined(CONFIG_ATHEROS_AR71XX) || defined(CONFIG_ATH79)
if ((ar_device(sc->devid) >= 5210) && (ar_device(sc->devid) < 5416)) {
This page took
0.020162 seconds
and
4
git commands to generate.