brcmfmac: don't preset all channels as disabled
authorRafał Miłecki <rafal@milecki.pl>
Sat, 7 Jan 2017 20:36:04 +0000 (21:36 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 17 Jan 2017 12:01:09 +0000 (14:01 +0200)
commit9ea0c307609fd20e03f53546b9cefbb20b96785d
tree6494ef1d27259eea81b750cd76df6c4a6cbad6f3
parent66ecec02e851cb32b1f30392d545dc821e71aaa9
brcmfmac: don't preset all channels as disabled

During init we take care of regulatory stuff by disabling all
unavailable channels (see brcmf_construct_chaninfo) so this predisabling
them is not really required (and this patch won't change any behavior).
It will on the other hand allow more detailed runtime control over
channels which is the main reason for this change.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c