mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
[adm5120] fix ethernet vlan matrix of the NP28G board (closes: #2387)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8977 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3c50f64b06
commit
53b44a57cf
@ -123,12 +123,10 @@ unsigned char np27g_vlans[6] __initdata = {
|
||||
};
|
||||
|
||||
unsigned char np28g_vlans[6] __initdata = {
|
||||
/* FIXME: untested */
|
||||
0x41, 0x42, 0x44, 0x48, 0x00, 0x00
|
||||
0x50, 0x42, 0x44, 0x48, 0x00, 0x00
|
||||
};
|
||||
|
||||
unsigned char wp54_vlans[6] __initdata = {
|
||||
/* FIXME: untested */
|
||||
0x41, 0x42, 0x00, 0x00, 0x00, 0x00
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user