qcacmn: Remove unused ini cfg for monitor
Removed unused cfg variable and related function specific to monitor path. Change-Id: I906d1a2a50779ac5cae287355a9acaf5b70e479b CRs-Fixed: 3569504
This commit is contained in:

committed by
Rahul Choudhary

parent
a8d48da111
commit
436efcf19a
@@ -5136,11 +5136,6 @@ int wlan_cfg_get_int_timer_threshold_other(struct wlan_cfg_dp_soc_ctxt *cfg)
|
||||
return cfg->int_timer_threshold_other;
|
||||
}
|
||||
|
||||
int wlan_cfg_get_int_timer_threshold_mon(struct wlan_cfg_dp_soc_ctxt *cfg)
|
||||
{
|
||||
return cfg->int_timer_threshold_mon;
|
||||
}
|
||||
|
||||
int wlan_cfg_get_p2p_checksum_offload(struct wlan_cfg_dp_soc_ctxt *cfg)
|
||||
{
|
||||
return cfg->p2p_tcp_udp_checksumoffload;
|
||||
|
Reference in New Issue
Block a user