summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-06-28 00:01:11 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-06-28 00:01:11 +0000
commit95ada99a76f49831221ca2f645485a41bd5d1a94 (patch)
tree2e46788341cffebf509e1fc7581fa8f27d9a1106 /package
parent4408ce713fc684b071d8f2bf0f67c827468be2e0 (diff)
clean up the madwifi SoC support patch - remove some breakage that went unnoticed because it only applies to kernelversions before 2.6.19
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7746 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/madwifi/patches/120-soc_fix.patch24
1 files changed, 1 insertions, 23 deletions
diff --git a/package/madwifi/patches/120-soc_fix.patch b/package/madwifi/patches/120-soc_fix.patch
index 067dbfbb1..fd3a20079 100644
--- a/package/madwifi/patches/120-soc_fix.patch
+++ b/package/madwifi/patches/120-soc_fix.patch
@@ -43,26 +43,4 @@ Index: madwifi-ng-r2420-20070602/ath/if_ath_ahb.c
return 0;
}
-@@ -439,7 +441,7 @@
- (AR5315_REV_MAJ_M | AR5315_REV_MIN_M));
- if (((devid & AR5315_REV_MAJ_M) == AR5315_REV_MAJ) ||
- ((devid & AR5315_REV_MAJ_M) == AR5317_REV_MAJ))
-- return init_ath_wmac(devid, 0, &config);
-+ return init_ath_wmac(devid, 0);
- }
-
- devid = (u_int16_t) ((sysRegRead(AR531X_REV) >>8) &
-@@ -452,11 +454,11 @@
- ar5312BspEepromRead(2 * AR531X_RADIO_MASK_OFF, 2,
- (char *) &radioMask);
- if ((radioMask & AR531X_RADIO0_MASK) != 0)
-- if ((ret = init_ath_wmac(devid, 0, &config)) !=0 )
-+ if ((ret = init_ath_wmac(devid, 0)) !=0 )
- return ret;
- /* XXX: Fall through?! */
- case AR5212_AR2313_REV8:
-- if ((ret = init_ath_wmac(devid, 1, &config)) != 0)
-+ if ((ret = init_ath_wmac(devid, 1)) != 0)
- return ret;
- break;
- default:
+