|
@@ -4278,9 +4278,6 @@ static void ath10k_mac_setup_ht_vht_cap(struct ath10k *ar)
|
|
|
if (ar->phy_capability & WHAL_WLAN_11G_CAPABILITY) {
|
|
if (ar->phy_capability & WHAL_WLAN_11G_CAPABILITY) {
|
|
|
band = &ar->mac.sbands[NL80211_BAND_2GHZ];
|
|
band = &ar->mac.sbands[NL80211_BAND_2GHZ];
|
|
|
band->ht_cap = ht_cap;
|
|
band->ht_cap = ht_cap;
|
|
|
-
|
|
|
|
|
- /* Enable the VHT support at 2.4 GHz */
|
|
|
|
|
- band->vht_cap = vht_cap;
|
|
|
|
|
}
|
|
}
|
|
|
if (ar->phy_capability & WHAL_WLAN_11A_CAPABILITY) {
|
|
if (ar->phy_capability & WHAL_WLAN_11A_CAPABILITY) {
|
|
|
band = &ar->mac.sbands[NL80211_BAND_5GHZ];
|
|
band = &ar->mac.sbands[NL80211_BAND_5GHZ];
|