mirror of https://github.com/hak5/openwrt-owl.git
parent
40d44d26af
commit
ae0d98552d
|
@ -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…
Reference in New Issue