瀏覽代碼

Merge "fw-api: Restrict the maximum number of TDLS peers to 8"

Linux Build Service Account 8 年之前
父節點
當前提交
f2b961184c
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      fw/wlan_tgt_def_config.h
  2. 1 1
      fw/wlan_tgt_def_config_hl.h

+ 1 - 1
fw/wlan_tgt_def_config.h

@@ -198,7 +198,7 @@
 /*
  * number of peers that each Tdls vdev can track
  */
-#define CFG_TGT_NUM_TDLS_CONN_TABLE_ENTRIES    32
+#define CFG_TGT_NUM_TDLS_CONN_TABLE_ENTRIES   8
 
 /*
  * number of TDLS concurrent sleep STAs

+ 1 - 1
fw/wlan_tgt_def_config_hl.h

@@ -221,7 +221,7 @@
 /*
  * number of peers that each Tdls vdev can track
  */
-#define CFG_TGT_NUM_TDLS_CONN_TABLE_ENTRIES    32
+#define CFG_TGT_NUM_TDLS_CONN_TABLE_ENTRIES   8
 /*
  * number of TDLS concurrent sleep STAs
  */