mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
use radio0 only on the 5312
SVN-Revision: 6326
This commit is contained in:
parent
e10c97c2ca
commit
e32f19c986
@ -282,9 +282,11 @@ int __init ar5312_init_devices(void)
|
||||
}
|
||||
|
||||
if (radio) {
|
||||
if (*((u32 *) radio) & AR531X_RADIO0_MASK) {
|
||||
ar5312_wmac[0].dev.platform_data = init_wmac(0);
|
||||
ar5312_devs[dev++] = &ar5312_wmac[0];
|
||||
if (mips_machtype == MACH_ATHEROS_AR5312) {
|
||||
if (*((u32 *) radio) & AR531X_RADIO0_MASK) {
|
||||
ar5312_wmac[0].dev.platform_data = init_wmac(0);
|
||||
ar5312_devs[dev++] = &ar5312_wmac[0];
|
||||
}
|
||||
}
|
||||
if (*((u32 *) radio) & AR531X_RADIO1_MASK) {
|
||||
ar5312_wmac[1].dev.platform_data = init_wmac(1);
|
||||
|
Loading…
Reference in New Issue
Block a user