Selaa lähdekoodia

Merge "qcacmn: Update gEnableSNRMonitoring to true"

Linux Build Service Account 3 vuotta sitten
vanhempi
sitoutus
ac86f3c949
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 3 2
      umac/scan/dispatcher/inc/cfg_scan.h

+ 3 - 2
umac/scan/dispatcher/inc/cfg_scan.h

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2012-2021 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -1325,7 +1326,7 @@ enum scan_mode_6ghz {
  * gEnableSNRMonitoring - Enables SNR Monitoring
  * @Min: 0
  * @Max: 1
- * @Default: 0
+ * @Default: 1
  *
  * This ini is used to set default snr monitor
  *
@@ -1339,7 +1340,7 @@ enum scan_mode_6ghz {
  */
 #define CFG_ENABLE_SNR_MONITORING CFG_INI_BOOL(\
 			"gEnableSNRMonitoring",\
-			false,\
+			true,\
 			"Enable/Disable SNR Monitoring")
 
 /*