Re: [PATCH] brcmfmac: update beacon IE when bss up and clear when stopped

2016-11-16 Thread Kalle Valo
Wright Feng writes: > Firmware doesn't update beacon vendor IEs when bss is down, so move > brcmf_config_ap_mgmt_ie after BSS up. And host driver should clear IEs when > AP stopped so that the IEs in host side will be synced with in firmware side. > > Signed-off-by: Wright

[PATCH] brcmfmac: update beacon IE when bss up and clear when stopped

2016-11-14 Thread Wright Feng
Firmware doesn't update beacon vendor IEs when bss is down, so move brcmf_config_ap_mgmt_ie after BSS up. And host driver should clear IEs when AP stopped so that the IEs in host side will be synced with in firmware side. Signed-off-by: Wright Feng ---