qcacld-3.0: Add ini to enable disable igmp offload
enable/disable the IGMP offload feature to FW. Change-Id: I57241b193598124cba147e86c2d5199c1d5c53ee CRs-Fixed: 2904964
This commit is contained in:
@@ -112,6 +112,24 @@
|
||||
1, \
|
||||
"Enable/disable NS offload")
|
||||
|
||||
/*
|
||||
* <ini>
|
||||
* CFG_PMO_ENABLE_IGMP_OFFLOAD - Enable/disable igmp offload
|
||||
* @Min: 0
|
||||
* @Max: 1
|
||||
* @Default: 0
|
||||
*
|
||||
* This ini is used to enable/disable igmp offload feature to fw.
|
||||
*
|
||||
* Usage: External
|
||||
*
|
||||
* </ini>
|
||||
*/
|
||||
#define CFG_PMO_ENABLE_IGMP_OFFLOAD CFG_INI_BOOL( \
|
||||
"igmp_offload_enable", \
|
||||
0, \
|
||||
"Enable/disable IGMP offload")
|
||||
|
||||
/*
|
||||
* <ini>
|
||||
* gEnableDynamicDTIM - Enable Dynamic DTIM
|
||||
@@ -509,6 +527,7 @@
|
||||
CFG(CFG_PMO_HW_FILTER_MODE) \
|
||||
CFG(CFG_PMO_ENABLE_HOST_SSDP) \
|
||||
CFG(CFG_PMO_ENABLE_HOST_NSOFFLOAD) \
|
||||
CFG(CFG_PMO_ENABLE_IGMP_OFFLOAD) \
|
||||
CFG(CFG_PMO_ENABLE_DYNAMIC_DTIM) \
|
||||
CFG(CFG_PMO_ENABLE_MODULATED_DTIM) \
|
||||
CFG(CFG_PMO_ENABLE_FORCED_DTIM) \
|
||||
|
@@ -329,6 +329,7 @@ enum pmo_gpio_wakeup_mode {
|
||||
* @gpio_wakeup_pin: gpio wakeup pin
|
||||
* @gpio_wakeup_mode: gpio wakeup mode
|
||||
* @igmp_version_support: igmp version support
|
||||
* @igmp_offload_enable: enable/disable igmp offload feature to fw
|
||||
*/
|
||||
struct pmo_psoc_cfg {
|
||||
bool ptrn_match_enable_all_vdev;
|
||||
@@ -402,6 +403,7 @@ struct pmo_psoc_cfg {
|
||||
#endif
|
||||
#ifdef WLAN_FEATURE_IGMP_OFFLOAD
|
||||
uint32_t igmp_version_support;
|
||||
bool igmp_offload_enable;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user