Enable DFS for 5ghz support

This commit is contained in:
kimocoder 2019-08-16 23:27:14 +02:00
parent 0a4ce9dddc
commit 4d95fe8727
2 changed files with 2 additions and 4 deletions

View File

@ -44,9 +44,6 @@
#define RATE_ADAPTIVE_SUPPORT 0
#define POWER_TRAINING_ACTIVE 0
#ifdef CONFIG_MULTIDRV
#endif
#ifdef CONFIG_RTL8188E
#undef RTL8188E_SUPPORT
#undef RATE_ADAPTIVE_SUPPORT
@ -60,6 +57,7 @@
#ifdef CONFIG_RTL8812A
#undef RTL8812A_SUPPORT
#define RTL8812A_SUPPORT 1
#define CONFIG_DFS /* Enable 5G band 2&3 channel */
#ifndef CONFIG_FW_C2H_PKT
#define CONFIG_FW_C2H_PKT
#endif