mac80211: add stations after AP start on reconfig
authorArik Nemtsov <arik@wizery.com>
Sun, 3 Jun 2012 20:31:56 +0000 (23:31 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 6 Jun 2012 19:20:23 +0000 (15:20 -0400)
commit2e8d397eeeb1f5bd932d20d6abc020afe7e63b0b
tree0624a43e9d334343abb457842be8cde524c4ee3f
parent2b0446c4205fb3e77b205276ecd36d30b82cbb84
mac80211: add stations after AP start on reconfig

When performing a HW restart for an AP mode interface, add stations back
only after the AP is beaconing. This mimics the normal flow of STA
addition on AP.

Some devices (wlcore) do not support adding stations before beaconing,
so this has the added benefit of making recovery work for them.

Signed-off-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/util.c