Преглед изворни кода

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