qcacld-3.0: Rename HDD variable pStaCtx
The Linux Coding Style frowns upon mixed-case names and so-called Hungarian notation, so rename HDD local variable pStaCtx to be compliant. Change-Id: Ief8942a12c802720d5eb2819e85eb895c6d8df40 CRs-Fixed: 2405752
This commit is contained in:
@@ -917,8 +917,8 @@ QDF_STATUS wlansap_disassoc_sta(struct sap_context *sap_ctx,
|
||||
|
||||
/**
|
||||
* wlansap_deauth_sta() - Ap App/HDD initiated deauthentication of station
|
||||
* @pStaCtx : Pointer to the SAP context
|
||||
* @pDelStaParams : Pointer to parameters of the station to deauthenticate
|
||||
* @sap_ctx: Pointer to the SAP context
|
||||
* @pDelStaParams: Pointer to parameters of the station to deauthenticate
|
||||
*
|
||||
* This api function provides for Ap App/HDD initiated deauthentication of
|
||||
* station
|
||||
|
Reference in New Issue
Block a user