mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-26 15:14:02 +00:00
ioctl_cfg80211.init_vht_capab: print highest rates that are set there
This commit is contained in:
parent
dbd216d9a0
commit
f283c29943
@ -7042,8 +7042,9 @@ static void rtw_cfg80211_init_vht_capab(_adapter *padapter, struct ieee80211_sta
|
|||||||
HighestRate = (HighestRate+1) >> 1;
|
HighestRate = (HighestRate+1) >> 1;
|
||||||
|
|
||||||
|
|
||||||
vht_cap->vht_mcs.tx_highest = HighestRate; //indicate we support highest rx rate is 600Mbps.
|
vht_cap->vht_mcs.tx_highest = HighestRate;
|
||||||
vht_cap->vht_mcs.rx_highest = HighestRate; //indicate we support highest rx rate is 600Mbps.
|
vht_cap->vht_mcs.rx_highest = HighestRate;
|
||||||
|
RTW_INFO("[VHT] Highest rate value: %d\n", HighestRate);
|
||||||
}
|
}
|
||||||
#endif //CONFIG_VHT_EXTRAS
|
#endif //CONFIG_VHT_EXTRAS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user