Hi,
I noticed this in wcn36xx_bss_info_changed()
if(changed & BSS_CHANGED_BSSID) {
....
} else if (changed & BSS_CHANGED_BEACON_ENABLED){
...
}
Using else here looks buggy to me. Is there any reason for it?
--
Kalle Valo