mac80211: Allow scan to be requested in AP mode
authorJouni Malinen <jouni.malinen@atheros.com>
Thu, 16 Apr 2009 15:44:53 +0000 (18:44 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 22 Apr 2009 20:57:16 +0000 (16:57 -0400)
commit357303e2b61272b191f2e5d782d94fdd8f50fd71
tree38b88eaf22ab511adc1d9b30396189007ab22623
parent955394c98c9cb79bdb3e6b479695af3a90ea0623
mac80211: Allow scan to be requested in AP mode

We can allow scan requests in AP mode as long as the interface has not
yet been configured to send out Beacon frames (or if beaconing has
been disabled prior to the scan request). This makes it easier to scan
for neighboring BSSes during AP initialization and makes it possible
to run a scan without setting the interface down, if needed. Without
this change, the only available option would be to set the interface
down, move into station mode, and set the interface up, prior to
requesting the scan.

Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/cfg.c