瀏覽代碼

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 8 年之前
父節點
當前提交
d03bf59c85
共有 1 個文件被更改,包括 2 次插入2 次删除
  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)