mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2026-04-02 15:40:11 +00:00
replace rtw_ieee80211_ht_cap with ieee80211_ht_cap
port 042ca34b9ab19d0a52c3b01862a6c07fcb032e86
This commit is contained in:
@@ -2088,7 +2088,7 @@ if (padapter->registrypriv.ht_enable && is_supported_ht(padapter->registrypriv.w
|
||||
}
|
||||
}
|
||||
|
||||
tmp64 = rtw_ht_mcs_set_to_bitmap(psta->htpriv.ht_cap.supp_mcs_set, tx_nss);
|
||||
tmp64 = rtw_ht_mcs_set_to_bitmap(psta->htpriv.ht_cap.mcs.rx_mask, tx_nss);
|
||||
tx_ra_bitmap |= (tmp64 << 12);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user