I've got an avilia gw2345 with an Atheros mini pci card popped in it.  I've configured everything as best as I can tell correctly, but  something is not right.

The bridged lan which the wireless is connected constantly disables itself, reconfigures, and enables itself as is seen during a ping test:

64 bytes from 192.168.1.1: seq=157 ttl=64 time=119.460 ms
64 bytes from 192.168.1.1: seq=158 ttl=64 time=60.910 ms
64 bytes from 192.168.1.1: seq=159 ttl=64 time=34.521 ms
64 bytes from 192.168.1.1: seq=161 ttl=64 time=4.530 ms
64 bytes from 192.168.1.1: seq=162 ttl=64 time=13.999 ms
64 bytes from 192.168.1.1: seq=163 ttl=64 time=7.929 ms
64 bytes from 192.168.1.1: seq=165 ttl=64 time=9.216 ms
64 bytes from 192.168.1.1: seq=166 ttl=64 time=4.531 ms
64 bytes from 192.168.1.1: seq=167 ttl=64 time=6.478 ms
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
64 bytes from 192.168.1.1: seq=169 ttl=64 time=13.756 ms
64 bytes from 192.168.1.1: seq=170 ttl=64 time=4.248 ms
64 bytes from 192.168.1.1: seq=171 ttl=64 time=107.874 ms
64 bytes from 192.168.1.1: seq=173 ttl=64 time=33.729 ms
64 bytes from 192.168.1.1: seq=174 ttl=64 time=5.368 ms
64 bytes from 192.168.1.1: seq=175 ttl=64 time=8.330 ms
64 bytes from 192.168.1.1: seq=177 ttl=64 time=16.185 ms
64 bytes from 192.168.1.1: seq=178 ttl=64 time=45.997 ms
64 bytes from 192.168.1.1: seq=179 ttl=64 time=25.211 ms
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

My /etc/config/wireless looks like this:

br-lan: port 2(ath0) entering learning state
 config wifi-device  wifi0
        option type     atheros
        option channel  '0'
      option country  us
      option agmode   11bg
        option diversity        '0'
        option disabled '0'

        # REMOVE THIS LINE TO ENABLE WIFI:
        # option disabled     0

        ## Config for WDS Bridge

 config wifi-iface
        option device   wifi0
        option network  lan  
        option mode     'sta'
        option ssid     'SNAPS3'
        option hidden   '0'
        option encryption       'psk'
        option isolate  '0'
        option txpower  '21'
        option bgscan   '1'
        option wds      '0'
        option key      'xxxxxxxx'

Anyone got any ideas?