Hi, I have a 2 linux boxes with 802.1q vlan tagging and they are connected through a wireless link with two WAP54G (1 in AP mode, the other in client mode).
------- 802.1q -------- -------- 802.1q -------
|BOX 1|----------|WAP54G|------|WAP54G|----------|BOX 2|
------- tag 12 -------- -------- tag 12 -------
That works fine, but when I replace the WAP54G in AP mode with a WRT54G the vlan is not passed-through the WRT54G. I guess it's because of the Broadcom switch that is implementing vlans as well, so I try different setting in the nvram variables but without success
Now I'm thinking about to modify the et.o driver so here you come I wonder if it is possible to modify the et.o driver so that it sets the switch to pass-through vlan's packets, or simply configure one port without tagging to kernel interface.
Hoping you could understand me, I thank you in advance.