--- /dev/null
+This patch is a temporary solution as long as staging uses an older
+version of mac80211.
+
+--- a/drivers/staging/brcm80211/brcmfmac/wl_cfg80211.c
++++ b/drivers/staging/brcm80211/brcmfmac/wl_cfg80211.c
+@@ -2312,7 +2312,7 @@ static s32 wl_inform_single_bss(struct w
+ notif_bss_info->frame_len =
+ offsetof(struct ieee80211_mgmt,
+ u.beacon.variable) + wl_get_ielen(wl);
+- freq = ieee80211_channel_to_frequency(notif_bss_info->channel);
++ freq = ieee80211_channel_to_frequency(notif_bss_info->channel, notif_bss_info->band);
+ channel = ieee80211_get_channel(wiphy, freq);
+
+ WL_DBG("SSID : \"%s\", rssi %d, channel %d, capability : 0x04%x, bssid %pM\n",