1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-09-19 20:50:41 +00:00

bugfix: report 48M not 46.5M

This commit is contained in:
kimocoder 2020-09-20 01:19:31 +02:00
parent 006c821ae8
commit d4f1921d37
2 changed files with 2 additions and 2 deletions

View File

@ -3990,7 +3990,7 @@ static sint fill_radiotap_hdr(_adapter *padapter, union recv_frame *precvframe,
u8 data_rate[] = {
2, 4, 11, 22, /* CCK */
12, 18, 24, 36, 48, 72, 93, 108, /* OFDM */
12, 18, 24, 36, 48, 72, 96, 108, /* OFDM */
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, /* HT MCS index */
16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31,
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, /* VHT Nss 1 */

View File

@ -1,5 +1,5 @@
PACKAGE_NAME="realtek-rtl88xxau"
PACKAGE_VERSION="5.6.4.2~20200816"
PACKAGE_VERSION="5.6.4.2~20200920"
CLEAN="'make' clean"
BUILT_MODULE_NAME[0]=88XXau
PROCS_NUM=`nproc`