qcacmn: Neighbour peers RSSI update debug logs
Add Neighbour peers RSSI update debug logs. Change-Id: I9de84c94d82aeae641facaf4fd19de8d644d3ff6 CRs-Fixed: 2927427
This commit is contained in:

committed by
Madan Koyyalamudi

parent
9827e7edd8
commit
fcb71e35cf
@@ -1542,3 +1542,11 @@ wlan_cfg_is_delay_mon_replenish(struct wlan_cfg_dp_soc_ctxt *cfg)
|
||||
{
|
||||
return cfg->delay_mon_replenish;
|
||||
}
|
||||
|
||||
void wlan_cfg_dp_soc_ctx_dump(struct wlan_cfg_dp_soc_ctxt *cfg)
|
||||
{
|
||||
dp_info("DP CFG SoC ctx: delay_mon_replenish = %d,",
|
||||
cfg->delay_mon_replenish);
|
||||
dp_info("reo_dst_ring_size = %d, delayed_replenish_entries = %d",
|
||||
cfg->reo_dst_ring_size, cfg->delayed_replenish_entries);
|
||||
}
|
||||
|
Reference in New Issue
Block a user