1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-20 14:38:20 +02:00

ar71xx: drop DB120_WMAC_MAC_OFFSET, it is not needed

SVN-Revision: 29021
This commit is contained in:
Gabor Juhos 2011-11-13 12:48:01 +00:00
parent f4f326699b
commit f623066e60

@ -33,7 +33,6 @@
#define DB120_MAC0_OFFSET 0 #define DB120_MAC0_OFFSET 0
#define DB120_MAC1_OFFSET 6 #define DB120_MAC1_OFFSET 6
#define DB120_CALDATA_OFFSET 0x1000 #define DB120_CALDATA_OFFSET 0x1000
#define DB120_WMAC_MAC_OFFSET 0x1002
#define DB120_KEYS_POLL_INTERVAL 20 /* msecs */ #define DB120_KEYS_POLL_INTERVAL 20 /* msecs */
#define DB120_KEYS_DEBOUNCE_INTERVAL (3 * DB120_KEYS_POLL_INTERVAL) #define DB120_KEYS_DEBOUNCE_INTERVAL (3 * DB120_KEYS_POLL_INTERVAL)
@ -146,8 +145,7 @@ static void __init db120_setup(void)
ar71xx_add_device_eth(1); ar71xx_add_device_eth(1);
ar9xxx_add_device_wmac(art + DB120_CALDATA_OFFSET, ar9xxx_add_device_wmac(art + DB120_CALDATA_OFFSET, NULL);
art + DB120_WMAC_MAC_OFFSET);
db120_pci_init(); db120_pci_init();
} }