|
@@ -4416,10 +4416,6 @@ static void iwl_mvm_mac_sta_statistics(struct ieee80211_hw *hw,
|
|
|
sinfo->filled |= BIT_ULL(NL80211_STA_INFO_SIGNAL_AVG);
|
|
sinfo->filled |= BIT_ULL(NL80211_STA_INFO_SIGNAL_AVG);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- if (!fw_has_capa(&mvm->fw->ucode_capa,
|
|
|
|
|
- IWL_UCODE_TLV_CAPA_RADIO_BEACON_STATS))
|
|
|
|
|
- return;
|
|
|
|
|
-
|
|
|
|
|
/* if beacon filtering isn't on mac80211 does it anyway */
|
|
/* if beacon filtering isn't on mac80211 does it anyway */
|
|
|
if (!(vif->driver_flags & IEEE80211_VIF_BEACON_FILTER))
|
|
if (!(vif->driver_flags & IEEE80211_VIF_BEACON_FILTER))
|
|
|
return;
|
|
return;
|