I can't add wlan0 interface into bridge with kernel >= 2.6.33. Am I alone with 
such problem?

2.6.32.10:
------------------------------------------------------------------------------
~ # modprobe ath5k
~ # brctl addbr br0
~ # brctl addif br0 wlan0
~ # brctl show
bridge name     bridge id               STP enabled     interfaces
br0             8000.0019e08d0c32       no              wlan0
~ # modprobe sky2
~ # brctl addif br0 eth1
~ # brctl show
bridge name     bridge id               STP enabled     interfaces
br0             8000.0019e08d0c32       no              eth1
                                                        wlan0
------------------------------------------------------------------------------

2.6.33.1/2.6.34-rc2:
------------------------------------------------------------------------------
~ # modprobe ath5k
~ # brctl addbr br0
~ # brctl addif br0 wlan0
can't add wlan0 to bridge br0: Operation not supported
~ # modprobe sky2
~ # brctl addif br0 eth1
~ # brctl show
bridge name     bridge id               STP enabled     interfaces
br0             8000.0022158079ab       no              eth1
------------------------------------------------------------------------------

PCI card:
03:06.0 Ethernet controller: Atheros Communications Inc. AR5413 802.11abg NIC 
(rev 01)
        Subsystem: Atheros Communications Inc. EnGenius EMP-8602 (400mw) or 
Compex WLM54AG (SuperAG)
        Flags: bus master, medium devsel, latency 168, IRQ 21
        Memory at febf0000 (32-bit, non-prefetchable) [size=64K]
        Capabilities: [44] Power Management version 2
        Kernel driver in use: ath5k
        Kernel modules: ath5k
03:06.0 0200: 168c:001b (rev 01)
        Subsystem: 168c:2062
        Flags: bus master, medium devsel, latency 168, IRQ 21
        Memory at febf0000 (32-bit, non-prefetchable) [size=64K]
        Capabilities: [44] Power Management version 2
        Kernel driver in use: ath5k
        Kernel modules: ath5k


Thanks for your help.

Jiri Moravec



_______________________________________________
ath5k-devel mailing list
ath5k-devel@lists.ath5k.org
https://lists.ath5k.org/mailman/listinfo/ath5k-devel

Reply via email to