qcacld-3.0: Rename pHddCtx in wlan_hdd_tdls.[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: I465e3d08568c10e57027828542d89e16a66cf46e
CRs-Fixed: 2103655
This commit is contained in:
Jeff Johnson
2017-09-03 08:56:01 -07:00
committed by snandini
parent 58adbcfa9c
commit 6fab9b774c
2 changed files with 357 additions and 357 deletions

View File

@@ -532,7 +532,7 @@ int wlan_hdd_tdls_set_sta_id(struct hdd_adapter *pAdapter, const uint8_t *mac,
hddTdlsPeer_t *wlan_hdd_tdls_find_peer(struct hdd_adapter *pAdapter, hddTdlsPeer_t *wlan_hdd_tdls_find_peer(struct hdd_adapter *pAdapter,
const uint8_t *mac); const uint8_t *mac);
hddTdlsPeer_t *wlan_hdd_tdls_find_all_peer(struct hdd_context *pHddCtx, hddTdlsPeer_t *wlan_hdd_tdls_find_all_peer(struct hdd_context *hdd_ctx,
const uint8_t *mac); const uint8_t *mac);
int wlan_hdd_tdls_get_link_establish_params(struct hdd_adapter *pAdapter, int wlan_hdd_tdls_get_link_establish_params(struct hdd_adapter *pAdapter,
@@ -594,10 +594,10 @@ void wlan_hdd_tdls_increment_peer_count(struct hdd_adapter *pAdapter);
void wlan_hdd_tdls_decrement_peer_count(struct hdd_adapter *pAdapter); void wlan_hdd_tdls_decrement_peer_count(struct hdd_adapter *pAdapter);
hddTdlsPeer_t *wlan_hdd_tdls_is_progress(struct hdd_context *pHddCtx, hddTdlsPeer_t *wlan_hdd_tdls_is_progress(struct hdd_context *hdd_ctx,
const uint8_t *mac, uint8_t skip_self); const uint8_t *mac, uint8_t skip_self);
int wlan_hdd_tdls_copy_scan_context(struct hdd_context *pHddCtx, int wlan_hdd_tdls_copy_scan_context(struct hdd_context *hdd_ctx,
struct wiphy *wiphy, struct wiphy *wiphy,
struct cfg80211_scan_request *request); struct cfg80211_scan_request *request);

File diff suppressed because it is too large Load Diff