1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-25 14:44:09 +00:00

Revert: Fix RF path

This commit is contained in:
kimocoder 2018-12-29 16:39:31 +01:00
parent c538d4d806
commit d3f10ae8ac
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -732,7 +732,7 @@
{173,175,177}, {173,175,177},
} }
*/ */
#define MAX_RF_PATH 1 #define MAX_RF_PATH 4
#define RF_PATH_MAX MAX_RF_PATH #define RF_PATH_MAX MAX_RF_PATH
#define MAX_CHNL_GROUP_24G 6 #define MAX_CHNL_GROUP_24G 6
#define MAX_CHNL_GROUP_5G 14 #define MAX_CHNL_GROUP_5G 14