Procházet zdrojové kódy

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

Linux Build Service Account před 8 roky
rodič
revize
f2b961184c
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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
  */