WDS

2013-04-25 Thread Dmitry Kolosov
I need to expand my home wireless network. My environment: 1. FreeBSD 9-S based AP with ath0 Atheros 9280 (AR922X as for pciconf) configured this way: wlans_ath0=wlan0 create_args_wlan0=wlanmode hostap dturbo regdomain RU ifconfig_wlan0=channel 2:g ssid mynet_ath 192.168.22.1/24

Re: New hardware, old problem: stuck beacon when here is WiFi traffic

2013-04-25 Thread Adrian Chadd
Ok. Next time it happens, force a stuck beacon: sysctl dev.ath.X.forcebstuck=1 That will cause the right kind of reset in order to log the frames in the TX queue. Make sure you have the right debug mask though! Adrian ___