2020-03-28 16:11:36 +00:00
|
|
|
--- a/ath10k-5.4/mac.c
|
|
|
|
+++ b/ath10k-5.4/mac.c
|
2020-07-01 09:46:48 +00:00
|
|
|
@@ -10182,6 +10182,7 @@ int ath10k_mac_register(struct ath10k *a
|
2020-03-28 16:11:36 +00:00
|
|
|
wiphy_ext_feature_set(ar->hw->wiphy, NL80211_EXT_FEATURE_VHT_IBSS);
|
|
|
|
wiphy_ext_feature_set(ar->hw->wiphy,
|
|
|
|
NL80211_EXT_FEATURE_SET_SCAN_DWELL);
|
|
|
|
+ wiphy_ext_feature_set(ar->hw->wiphy, NL80211_EXT_FEATURE_AQL);
|
|
|
|
|
|
|
|
if (test_bit(WMI_SERVICE_TX_DATA_ACK_RSSI, ar->wmi.svc_map) ||
|
|
|
|
test_bit(WMI_SERVICE_HTT_MGMT_TX_COMP_VALID_FLAGS, ar->wmi.svc_map))
|