ath10k-ct: Support AQL on ath10k CT_KVER-5.4
[oweals/openwrt.git] / package / kernel / ath10k-ct / patches / 205-ath10k-Add-NL80211_EXT_FEATURE_AQL-flag.patch
1 --- a/ath10k-5.4/mac.c
2 +++ b/ath10k-5.4/mac.c
3 @@ -10180,6 +10180,7 @@ int ath10k_mac_register(struct ath10k *a
4         wiphy_ext_feature_set(ar->hw->wiphy, NL80211_EXT_FEATURE_VHT_IBSS);
5         wiphy_ext_feature_set(ar->hw->wiphy,
6                               NL80211_EXT_FEATURE_SET_SCAN_DWELL);
7 +       wiphy_ext_feature_set(ar->hw->wiphy, NL80211_EXT_FEATURE_AQL);
8  
9         if (test_bit(WMI_SERVICE_TX_DATA_ACK_RSSI, ar->wmi.svc_map) ||
10             test_bit(WMI_SERVICE_HTT_MGMT_TX_COMP_VALID_FLAGS, ar->wmi.svc_map))