mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
ar71xx: Fix mac address offset for AR934x
Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26557 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#define DB120_GPIO_BTN_SW1 16
|
||||
|
||||
#define DB120_CALDATA_OFFSET 0x1000
|
||||
#define DB120_WMAC_MAC_OFFSET 0x1003
|
||||
#define DB120_WMAC_MAC_OFFSET 0x1002
|
||||
|
||||
#define DB120_BUTTONS_POLL_INTERVAL 20
|
||||
|
||||
|
||||
Reference in New Issue
Block a user