qcacld-3.0: Rename SAP identifier pconfig

The Linux Coding Style frowns upon so-called Hungarian notation, so
rename SAP identifier pconfig to be compliant.

Change-Id: I2d0ef46cf8f9972ca16592e7d8799ab8592b04a0
CRs-Fixed: 2422213
Tento commit je obsažen v:
Jeff Johnson
2019-03-24 08:37:49 -07:00
odevzdal nshrivas
rodič 8f8ceb9ac8
revize 9a472f7f85
2 změnil soubory, kde provedl 23 přidání a 23 odebrání

Zobrazit soubor

@@ -1278,7 +1278,7 @@ void wlansap_populate_del_sta_params(const uint8_t *mac,
* @sap_context: Pointer to SAP context structure
* @acs_event_callback: Callback function in hdd called by sap
* to inform hdd about channel selection result
* @pconfig: Pointer to configuration structure
* @config: Pointer to configuration structure
* passed down from hdd
* @pusr_context: Parameter that will be passed back in all
* the sap callback events.
@@ -1290,7 +1290,7 @@ void wlansap_populate_del_sta_params(const uint8_t *mac,
*/
QDF_STATUS wlansap_acs_chselect(struct sap_context *sap_context,
sap_event_cb acs_event_callback,
struct sap_config *pconfig,
struct sap_config *config,
void *pusr_context);
/**