so I have recently bought a couple of supercool Atheros9K miniPCI-wifi cards (300Mbps); they are PCI_MEM_ONLY, my routers is compliant with them, and this is very very good
There is just a little problem: the ath9k kernel module doesn't support the bridged-mode, so you cannot add the wlan0 to the bridge
192.168.1.4 |
mybridge --------|
|---------- Eth0
|---------- Eth1
|---------- Eth2
|---------- wlan0
|
so, currently I have two subnet, 192.168.1.4 for the bridged wired lan (three ethernet cards are bridged), and 192.168.2.4 for the wireless.
192.168.1.4 |
mybridge --------|
|---------- Eth0
|---------- Eth1
|---------- Eth2
192.168.2.4 |
wlan0 -----------|
I would like to add the wlan0 physical interface to the bridge, and this worked with intel-2200 wifi cards (54Mbps) by using the old (and dead) MadWifi driver, whereas the new ath9K kernel module is a completely different story.
So, how do you manage this, guys?