i got 2 brcm-2.4 routers in a wds. now i got myself a new router - DIR-300 - which is atheros based. i cant manage to put them in a wds.
atheros wds is configured different to broadcom wds - so maybe its not my config, but its not possible to create a wds link between so cards/drivers.
here are some snippets of my configs:
the broadcom router:
config 'wifi-device' 'wl0'
option 'type' 'broadcom'
option 'channel' '8'
option 'disabled' '0'
option 'hwmode' '11bg'
config 'wifi-iface'
option 'device' 'wl0'
option 'network' 'lan'
option 'mode' 'ap'
option 'ssid' 'wtf'
option 'hidden' '0'
option 'encryption' 'psk2'
option 'key' '***'
config 'wifi-iface'
option 'device' 'wl0'
option 'network' 'lan'
option 'ssid' 'wtf'
option 'bssid' '00:17:***' <-- the (working) other broadcom wds router
option 'encryption' 'psk2'
option 'key' '***'
option 'mode' 'wds'
option 'hidden' '0'
config 'wifi-iface'
option 'device' 'wl0'
option 'network' 'lan'
option 'ssid' 'wtf'
option 'bssid' '00:26:***' <-- the (not working) atheros router
option 'encryption' 'psk2'
option 'key' '***'
option 'mode' 'wds'
option 'hidden' '0'config on the other broadcom looks the same - just with swapped bssid's
config 'wifi-device' 'wifi0'
option 'type' 'atheros'
option 'disabled' '0'
option 'diversity' '0'
option 'channel' '8'
config 'wifi-iface'
option 'device' 'wifi0'
option 'network' 'lan'
option 'mode' 'ap'
option 'ssid' 'wtf'
option 'hidden' '0'
option 'encryption' 'psk2'
option 'key' '***'
option 'wds' '1'
option 'bssid' '00:14:***' <-- the mac of the first broadcom router - no idea (yet) how to add 2 bssid's here