Browse Source

qcacld-3.0: Rename pAdapter in wlan_hdd_p2p.[ch]

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

Change-Id: Ib4f4b0f6c726c1ed49d7a22bd9ead2ce3975e882
CRs-Fixed: 2119851
Jeff Johnson 7 years ago
parent
commit
19b66e8ef2
2 changed files with 191 additions and 191 deletions
  1. 6 6
      core/hdd/inc/wlan_hdd_p2p.h
  2. 185 185
      core/hdd/src/wlan_hdd_p2p.c

+ 6 - 6
core/hdd/inc/wlan_hdd_p2p.h

@@ -115,16 +115,16 @@ int hdd_set_p2p_ps(struct net_device *dev, void *msgData);
 int hdd_set_p2p_opps(struct net_device *dev, uint8_t *command);
 int hdd_set_p2p_noa(struct net_device *dev, uint8_t *command);
 
-void __hdd_indicate_mgmt_frame(struct hdd_adapter *pAdapter,
+void __hdd_indicate_mgmt_frame(struct hdd_adapter *adapter,
 			     uint32_t nFrameLength, uint8_t *pbFrames,
 			     uint8_t frameType, uint32_t rxChan, int8_t rxRssi);
 
-void hdd_remain_chan_ready_handler(struct hdd_adapter *pAdapter,
+void hdd_remain_chan_ready_handler(struct hdd_adapter *adapter,
 	uint32_t scan_id);
-void hdd_send_action_cnf(struct hdd_adapter *pAdapter, bool actionSendSuccess);
-int wlan_hdd_check_remain_on_channel(struct hdd_adapter *pAdapter);
+void hdd_send_action_cnf(struct hdd_adapter *adapter, bool actionSendSuccess);
+int wlan_hdd_check_remain_on_channel(struct hdd_adapter *adapter);
 void hdd_send_action_cnf_cb(uint32_t session_id, bool status);
-void wlan_hdd_cancel_existing_remain_on_channel(struct hdd_adapter *pAdapter);
+void wlan_hdd_cancel_existing_remain_on_channel(struct hdd_adapter *adapter);
 
 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 14, 0))
 int wlan_hdd_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev,
@@ -163,7 +163,7 @@ int wlan_hdd_del_virtual_intf(struct wiphy *wiphy, struct wireless_dev *wdev);
 int __wlan_hdd_del_virtual_intf(struct wiphy *wiphy, struct wireless_dev *wdev);
 
 
-void wlan_hdd_cleanup_remain_on_channel_ctx(struct hdd_adapter *pAdapter);
+void wlan_hdd_cleanup_remain_on_channel_ctx(struct hdd_adapter *adapter);
 
 void wlan_hdd_roc_request_dequeue(struct work_struct *work);
 

File diff suppressed because it is too large
+ 185 - 185
core/hdd/src/wlan_hdd_p2p.c


Some files were not shown because too many files changed in this diff