qcacld-3.0: Add log to check igmp offload support
Currently, there is no log to differentiate whether igmp offload is not supported by fw or ini is disabled. Add log to check the ini support of igmp offload and fw capability to handle igmp request. Change-Id: I22f6f9f1d11da5e03aa8d3c7869b81fc1acc51d7 CRs-Fixed: 2936131
This commit is contained in:

committed by
Madan Koyyalamudi

parent
a2e82d44df
commit
ab2e61bb1c
@@ -1673,6 +1673,8 @@ hdd_intersect_igmp_offload_setting(struct wlan_objmgr_psoc *psoc,
|
||||
ucfg_pmo_set_igmp_offload_enabled(psoc,
|
||||
igmp_offload_enable &
|
||||
cfg->igmp_offload_enable);
|
||||
hdd_info("fw cap to handle igmp %d igmp_offload_enable ini %d",
|
||||
cfg->igmp_offload_enable, igmp_offload_enable);
|
||||
}
|
||||
#else
|
||||
static inline void
|
||||
|
Reference in New Issue
Block a user