فهرست منبع

qcacld-3.0: Fix kernel checkpatch warnings in wlan_hdd_hostapd.h

Fix kernel checkpatch warnings in wlan_hdd_hostapd.h

Change-Id: Ibdde25dcff04d2515f591c3d235c0990f00708a4
CRs-Fixed: 2024274
Arunk Khandavalli 8 سال پیش
والد
کامیت
4e7afa658f
1فایلهای تغییر یافته به همراه6 افزوده شده و 4 حذف شده
  1. 6 4
      core/hdd/src/wlan_hdd_hostapd.h

+ 6 - 4
core/hdd/src/wlan_hdd_hostapd.h

@@ -113,10 +113,12 @@ hdd_translate_wpa_to_csr_auth_type(uint8_t auth_suite[4]);
 eCsrEncryptionType
 hdd_translate_wpa_to_csr_encryption_type(uint8_t cipher_suite[4]);
 
-QDF_STATUS hdd_softap_sta_deauth(hdd_adapter_t *,
-		struct tagCsrDelStaParams *);
-void hdd_softap_sta_disassoc(hdd_adapter_t *, struct tagCsrDelStaParams *);
-void hdd_softap_tkip_mic_fail_counter_measure(hdd_adapter_t *, bool);
+QDF_STATUS hdd_softap_sta_deauth(hdd_adapter_t *adapter,
+		struct tagCsrDelStaParams *pDelStaParams);
+void hdd_softap_sta_disassoc(hdd_adapter_t *adapter,
+			     struct tagCsrDelStaParams *pDelStaParams);
+void hdd_softap_tkip_mic_fail_counter_measure(hdd_adapter_t *adapter,
+					      bool enable);
 int hdd_softap_unpack_ie(tHalHandle halHandle,
 			 eCsrEncryptionType *pEncryptType,
 			 eCsrEncryptionType *mcEncryptType,