소스 검색

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
  */