浏览代码

Merge pull request #50 from Syniurge/enable-5ghz-dfs-bands

Enable CONFIG_DFS, to support 5Ghz bands only allowed with DFS
Tomás Pinho 6 年之前
父节点
当前提交
fadb416e72
共有 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