brcm63xx: mac80211.sh: enable radio when add station
We should up radio before we will start wpa_supplicant. In other case when we have only one interface - station interface supplicant could not run scan and could not connect to AP.
This fix issue where:
- we have one station interface for wlX
- wpa_cli -i wlX wps_pbc multi_ap=1 failed
- reporduced directly after reboot
For some reason, when supplicant configure interface brcm driver don't enable radio by default.
This patch workaround this problem.
Signed-off-by: Janusz Dziedzic janusz.dziedzic@iopsys.eu