mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
11 lines
411 B
Diff
11 lines
411 B
Diff
--- a/drivers/net/wireless/ath/ath10k/mac.c
|
|
+++ b/drivers/net/wireless/ath/ath10k/mac.c
|
|
@@ -5034,6 +5034,7 @@ static void ath10k_mac_setup_ht_vht_cap(
|
|
if (ar->phy_capability & WHAL_WLAN_11G_CAPABILITY) {
|
|
band = &ar->mac.sbands[NL80211_BAND_2GHZ];
|
|
band->ht_cap = ht_cap;
|
|
+ band->vht_cap = vht_cap;
|
|
}
|
|
if (ar->phy_capability & WHAL_WLAN_11A_CAPABILITY) {
|
|
band = &ar->mac.sbands[NL80211_BAND_5GHZ];
|