소스 검색

Enable CONFIG_DFS for RTL8821CE adapters, to support 5Ghz bands only allowed with DFS.

DFS (as client, not as AP) is supported by the Windows driver, and it seems to be implemented in this driver too, just disabled.

This fixes issue #34. Thanks to @tomaspinho for pointing me in the right direction.
Elie Morisse 6 년 전
부모
커밋
1ddc1d901e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      include/hal_ic_cfg.h

+ 1 - 0
include/hal_ic_cfg.h

@@ -234,6 +234,7 @@
 #ifdef CONFIG_RTL8821C
 	#undef RTL8821C_SUPPORT
 	#define RTL8821C_SUPPORT				1
+	#define CONFIG_DFS	/* Enable 5G band 2&3 channel */
 	#ifndef CONFIG_FW_C2H_PKT
 		#define CONFIG_FW_C2H_PKT
 	#endif