|
@@ -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);
|
|
|
|