Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41fbf6e4 authored by Johannes Berg's avatar Johannes Berg
Browse files

ath10k: enable IEEE80211_HW_SUPPORT_FAST_XMIT



The driver can clearly enable fast-xmit since it does rate
control in the device and thus must do duration calculation
there as well.

Acked-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 60d7900d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5500,7 +5500,8 @@ int ath10k_mac_register(struct ath10k *ar)
			IEEE80211_HW_HAS_RATE_CONTROL |
			IEEE80211_HW_AP_LINK_PS |
			IEEE80211_HW_SPECTRUM_MGMT |
			IEEE80211_HW_SW_CRYPTO_CONTROL;
			IEEE80211_HW_SW_CRYPTO_CONTROL |
			IEEE80211_HW_SUPPORT_FAST_XMIT;

	ar->hw->wiphy->features |= NL80211_FEATURE_STATIC_SMPS;