Explorar o código

qcacld-3.0: Enable multicast address list feature by default

Change the multicast address list feature default from 0 to 1.

Change-Id: I31fcfc3cca5658885d6a3634c98e21934d3867f9
CRs-Fixed: 1064768
Dustin Brown %!s(int64=8) %!d(string=hai) anos
pai
achega
d03bf59c85
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      core/hdd/inc/wlan_hdd_cfg.h

+ 2 - 2
core/hdd/inc/wlan_hdd_cfg.h

@@ -1739,12 +1739,12 @@ typedef enum {
 
 /*
  * Enable/Disable Multicast MAC Address List feature
- * Default: Disable
+ * Default: Enable
  */
 #define CFG_MC_ADDR_LIST_ENABLE_NAME          "gMCAddrListEnable"
 #define CFG_MC_ADDR_LIST_ENABLE_MIN           (0)
 #define CFG_MC_ADDR_LIST_ENABLE_MAX           (1)
-#define CFG_MC_ADDR_LIST_ENABLE_DEFAULT       (0)
+#define CFG_MC_ADDR_LIST_ENABLE_DEFAULT       (1)
 
 #define CFG_ENABLE_RX_STBC                       "gEnableRXSTBC"
 #define CFG_ENABLE_RX_STBC_MIN                   (0)