qcacld-3.0: Cleanup unused params from csr structs
Cleanup unused params from csr structures. Change-Id: I8384ad5e8c6a9d7f33ffe9bc1ed5508776f39607 CRs-Fixed: 2980067
Esse commit está contido em:

commit de
Madan Koyyalamudi

pai
89c41b9256
commit
a2c4145a3c
@@ -4165,27 +4165,6 @@ QDF_STATUS ucfg_mlme_get_peer_unmap_conf(struct wlan_objmgr_psoc *psoc)
|
||||
return wlan_mlme_get_peer_unmap_conf(psoc);
|
||||
}
|
||||
|
||||
/**
|
||||
* ucfg_mlme_get_discon_reason_n_from_ap() - Get disconnect reason and from ap
|
||||
* @psoc: PSOC pointer
|
||||
* @vdev_id: vdev id
|
||||
* @from_ap: Get the from_ap cached through mlme_set_discon_reason_n_from_ap
|
||||
* and copy to this buffer.
|
||||
* @reason_code: Get the reason_code cached through
|
||||
* mlme_set_discon_reason_n_from_ap and copy to this buffer.
|
||||
*
|
||||
* Fetch the contents of from_ap and reason_codes.
|
||||
*
|
||||
* Return: void
|
||||
*/
|
||||
static inline void
|
||||
ucfg_mlme_get_discon_reason_n_from_ap(struct wlan_objmgr_psoc *psoc,
|
||||
uint8_t vdev_id, bool *from_ap,
|
||||
uint32_t *reason_code)
|
||||
{
|
||||
mlme_get_discon_reason_n_from_ap(psoc, vdev_id, from_ap, reason_code);
|
||||
}
|
||||
|
||||
#ifdef WLAN_FEATURE_ROAM_OFFLOAD
|
||||
/**
|
||||
* ucfg_mlme_get_roam_reason_vsie_status() - Get roam reason vsie is
|
||||
|
Referência em uma nova issue
Block a user