qcacld-3.0: Rename pHddCtx in wlan_hdd_hostapd.[ch]

The Linux Coding Style frowns upon mixed-case names and so-called
Hungarian notation, so rename pHddCtx to align with the Coding Style.

Change-Id: Ie44b894d59d81a7c0fe58341b1f2c3c9fdfebd05
CRs-Fixed: 2103657
This commit is contained in:
Jeff Johnson 2017-09-03 09:05:29 -07:00 committed by snandini
parent b8944726d4
commit 23c3b84b16
2 changed files with 180 additions and 180 deletions

File diff suppressed because it is too large Load Diff

View File

@ -47,7 +47,7 @@
/* max length of command string in hostapd ioctl */
#define HOSTAPD_IOCTL_COMMAND_STRLEN_MAX 8192
struct hdd_adapter *hdd_wlan_create_ap_dev(struct hdd_context *pHddCtx,
struct hdd_adapter *hdd_wlan_create_ap_dev(struct hdd_context *hdd_ctx,
tSirMacAddr macAddr,
unsigned char name_assign_type,
uint8_t *name);
@ -133,7 +133,7 @@ int hdd_hostapd_stop(struct net_device *dev);
int hdd_sap_context_init(struct hdd_context *hdd_ctx);
void hdd_sap_context_destroy(struct hdd_context *hdd_ctx);
#ifdef FEATURE_WLAN_FORCE_SAP_SCC
void hdd_restart_softap(struct hdd_context *pHddCtx, struct hdd_adapter *pAdapter);
void hdd_restart_softap(struct hdd_context *hdd_ctx, struct hdd_adapter *pAdapter);
#endif /* FEATURE_WLAN_FORCE_SAP_SCC */
#ifdef QCA_HT_2040_COEX
QDF_STATUS hdd_set_sap_ht2040_mode(struct hdd_adapter *pHostapdAdapter,