Searched refs:ch_found (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
H A Dchannel.c705 bool ch_found = false; brcms_reg_notifier() local
713 for (band = 0; !ch_found && band < IEEE80211_NUM_BANDS; band++) { brcms_reg_notifier()
718 for (i = 0; !ch_found && i < sband->n_channels; i++) { brcms_reg_notifier()
722 ch_found = true; brcms_reg_notifier()
726 if (ch_found) { brcms_reg_notifier()

Completed in 46 milliseconds