summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorDustin Brown <dustinb@codeaurora.org>2016-09-19 13:25:45 -0700
committerqcabuildsw <qcabuildsw@localhost>2016-09-23 18:28:59 -0700
commit6126946bbb38d6bd16cfe5aa7ac8ea4f75a4e794 (patch)
tree656d86bbd555d10ca6f41515c80233eceb1afc60 /target
parentbcbc55ce3587240ea5f62041e9349ff120a88eb3 (diff)
qcacld-3.0: Increase the number of MC filters to 32
Currently the max number of MC filters is set to 10, and MC address filtering is not being properly disabled when this maximum is exceeded. Increase the MC filters to 32, and disable MC filtering when the maximum is exceeded. Change-Id: I124b616be726abfe0739ca539d97965161285da9 CRs-Fixed: 1068479
Diffstat (limited to 'target')
-rw-r--r--target/inc/wlan_tgt_def_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/inc/wlan_tgt_def_config.h b/target/inc/wlan_tgt_def_config.h
index eadc8d599389..40e0e9d843d3 100644
--- a/target/inc/wlan_tgt_def_config.h
+++ b/target/inc/wlan_tgt_def_config.h
@@ -155,7 +155,7 @@
#define CFG_TGT_DEFAULT_MCAST2UCAST_MODE 2
#endif
-#define CFG_TGT_MAX_MULTICAST_FILTER_ENTRIES 16
+#define CFG_TGT_MAX_MULTICAST_FILTER_ENTRIES 32
/*
* Specify how much memory the target should allocate for a debug log of
* tx PPDU meta-information (how large the PPDU was, when it was sent,