From 9543368113a95ed81ea28f99ede62172c97b7b3b Mon Sep 17 00:00:00 2001 From: juhosg Date: Fri, 10 Feb 2012 13:16:50 +0000 Subject: package/madwifi: apply AR71XX PCI workaround on ATH79 as well git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30414 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/madwifi/patches/470-mac_addresss_from_ath5k_platform_data.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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 2bcd09d86..0c35050c5 100644 --- 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 */ - #ifdef CONFIG_ATHEROS_AR71XX + #if defined(CONFIG_ATHEROS_AR71XX) || defined(CONFIG_ATH79) if ((ar_device(sc->devid) >= 5210) && (ar_device(sc->devid) < 5416)) { -- cgit v1.2.3