فهرست منبع

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
Jeff Johnson 7 سال پیش
والد
کامیت
6fab9b774c
2فایلهای تغییر یافته به همراه179 افزوده شده و 179 حذف شده
  1. 3 3
      core/hdd/inc/wlan_hdd_tdls.h
  2. 176 176
      core/hdd/src/wlan_hdd_tdls.c

+ 3 - 3
core/hdd/inc/wlan_hdd_tdls.h

@@ -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,
 				       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);
 
 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);
 
-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);
 
-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 cfg80211_scan_request *request);
 

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 176 - 176
core/hdd/src/wlan_hdd_tdls.c


برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است