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

Commit 3751c4ed authored by Karl Beldan's avatar Karl Beldan Committed by Johannes Berg
Browse files

mac80211_hwsim: claim CCK support for HT clients

parent 01992406
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2352,7 +2352,8 @@ static int __init init_mac80211_hwsim(void)
			    IEEE80211_HW_SUPPORTS_DYNAMIC_SMPS |
			    IEEE80211_HW_AMPDU_AGGREGATION |
			    IEEE80211_HW_WANT_MONITOR_VIF |
			    IEEE80211_HW_QUEUE_CONTROL;
			    IEEE80211_HW_QUEUE_CONTROL |
			    IEEE80211_HW_SUPPORTS_HT_CCK_RATES;
		if (rctbl)
			hw->flags |= IEEE80211_HW_SUPPORTS_RC_TABLE;