]> asedeno.scripts.mit.edu Git - linux.git/commit
brcmfmac: use nl80211_band directly to get ieee80211 channel
authorFranky Lin <franky.lin@broadcom.com>
Thu, 26 Apr 2018 10:16:48 +0000 (12:16 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Mon, 30 Apr 2018 10:43:14 +0000 (13:43 +0300)
commitaed14219067ab96e5eeb7730e9bceed10d9be989
treebfb1a61b2ccab9d9dc324325995acec600c65c7e
parent7742fce4c007141617dab9bcb90034b3c0fe2347
brcmfmac: use nl80211_band directly to get ieee80211 channel

The enum nl80211_band used to retrieve wiphy->bands is the same as
wiphy->bands->band which is checked by wiphy_register(). So it can be used
directly as parameter of ieee80211_channel_to_frequency().

Reviewed-by: Arend van Spriel <arend.vanspriel@broadcom.com>
Signed-off-by: Franky Lin <franky.lin@broadcom.com>
Signed-off-by: Arend van Spriel <arend.vanspriel@broadcom.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c