My router is BCM4704 CPU with atheros miniPCI . flashed kamikaze 2.6 .
When wifi is working sta mode , ath0 cann't bridged with ethX .
root@OpenWrt:~/root/etc/config# vi wi*
config wifi-device wifi0
option type atheros
# option channel 5
# REMOVE THIS LINE TO ENABLE WIFI:
# option disabled 1
config wifi-iface
option device wifi0
option network lan
option mode sta
option ssid GMCC
option encryption none
~
#### Loopback configuration
config interface loopback
option ifname "lo"
option proto static
option ipaddr 127.0.0.1
option netmask 255.0.0.0
#### LAN configuration
config interface lan
option type bridge
option ifname "eth0"
option macaddr "00:0D:0B:0D:06:A6"
option proto dhcp
# option ipaddr 192.168.1.1
# option netmask 255.255.255.0
#### WAN configuration
config interface wan
option ifname "eth1"
option macaddr "00:0d:0b:0d:06:a7"
option proto dhcp
Frequently output this msg from conlose :
br-lan: port 2(ath0) entering disabled state
br-lan: port 2(ath0) entering learning state
br-lan: topology change detected, propagating
br-lan: port 2(ath0) entering forwarding state
br-lan: port 2(ath0) entering disabled state
br-lan: port 2(ath0) entering learning state
br-lan: topology change detected, propagating
br-lan: port 2(ath0) entering forwarding state
br-lan: port 2(ath0) entering disabled state
br-lan: port 2(ath0) entering learning state
br-lan: topology change detected, propagating
br-lan: port 2(ath0) entering forwarding state
br-lan: port 2(ath0) entering disabled state
br-lan: port 2(ath0) entering learning state
br-lan: topology change detected, propagating
br-lan: port 2(ath0) entering forwarding state
wifi is working in wds mode ,the route frequently output from console :
ath0: received packet with own address as source address
ath0: received packet with own address as source address
ath0: received packet with own address as source address
ath0: received packet with own address as source address
ath0: received packet with own address as source address
ath0: received packet with own address as source address
ath0: received packet with own address as source address
ath0: received packet with own address as source address
ath0: received packet with own address as source address
(Last edited by hgnan on 24 Aug 2007, 09:01)