qcacld-3.0: Rename mlme_update APIs to mlme_init
Rename mlme_update APIs in wlan_mlme_main.c to mlme_init as these APIs initialize the MLME structures and init is a more appropriate for these APIs. Also re-order defines in CFG_MLME_ALL to be in alphabetic order similar to CFG_ALL Change-Id: Ia8e10d86c62cc46230ef4c3d51c9588eaa1a5477 CRs-Fixed: 2318497
This commit is contained in:

committed by
nshrivas

szülő
cca46f12d0
commit
e258cced61
@@ -50,8 +50,9 @@ struct wlan_mlme_psoc_obj {
|
||||
*
|
||||
* Return: QDF_STATUS status in case of success else return error
|
||||
*/
|
||||
QDF_STATUS mlme_psoc_object_created_notification(
|
||||
struct wlan_objmgr_psoc *psoc, void *arg);
|
||||
QDF_STATUS
|
||||
mlme_psoc_object_created_notification(struct wlan_objmgr_psoc *psoc,
|
||||
void *arg);
|
||||
|
||||
/**
|
||||
* mlme_psoc_object_destroyed_notification(): mlme psoc delete handler
|
||||
@@ -62,8 +63,9 @@ QDF_STATUS mlme_psoc_object_created_notification(
|
||||
*
|
||||
* Return: QDF_STATUS status in case of success else return error
|
||||
*/
|
||||
QDF_STATUS mlme_psoc_object_destroyed_notification(
|
||||
struct wlan_objmgr_psoc *psoc, void *arg);
|
||||
QDF_STATUS
|
||||
mlme_psoc_object_destroyed_notification(struct wlan_objmgr_psoc *psoc,
|
||||
void *arg);
|
||||
|
||||
/**
|
||||
* mlme_cfg_on_psoc_enable() - Populate MLME structure from CFG and INI
|
||||
|
Reference in New Issue
Block a user