mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-22 21:34:37 +00:00
bugfix: report 48M not 46.5M
This commit is contained in:
parent
006c821ae8
commit
d4f1921d37
@ -3990,7 +3990,7 @@ static sint fill_radiotap_hdr(_adapter *padapter, union recv_frame *precvframe,
|
|||||||
|
|
||||||
u8 data_rate[] = {
|
u8 data_rate[] = {
|
||||||
2, 4, 11, 22, /* CCK */
|
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 */
|
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,
|
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 */
|
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, /* VHT Nss 1 */
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
PACKAGE_NAME="realtek-rtl88xxau"
|
PACKAGE_NAME="realtek-rtl88xxau"
|
||||||
PACKAGE_VERSION="5.6.4.2~20200816"
|
PACKAGE_VERSION="5.6.4.2~20200920"
|
||||||
CLEAN="'make' clean"
|
CLEAN="'make' clean"
|
||||||
BUILT_MODULE_NAME[0]=88XXau
|
BUILT_MODULE_NAME[0]=88XXau
|
||||||
PROCS_NUM=`nproc`
|
PROCS_NUM=`nproc`
|
||||||
|
Loading…
Reference in New Issue
Block a user