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
This commit is contained in:
committed by
snandini
parent
15664e4e9a
commit
4e7afa658f
@@ -113,10 +113,12 @@ hdd_translate_wpa_to_csr_auth_type(uint8_t auth_suite[4]);
|
|||||||
eCsrEncryptionType
|
eCsrEncryptionType
|
||||||
hdd_translate_wpa_to_csr_encryption_type(uint8_t cipher_suite[4]);
|
hdd_translate_wpa_to_csr_encryption_type(uint8_t cipher_suite[4]);
|
||||||
|
|
||||||
QDF_STATUS hdd_softap_sta_deauth(hdd_adapter_t *,
|
QDF_STATUS hdd_softap_sta_deauth(hdd_adapter_t *adapter,
|
||||||
struct tagCsrDelStaParams *);
|
struct tagCsrDelStaParams *pDelStaParams);
|
||||||
void hdd_softap_sta_disassoc(hdd_adapter_t *, struct tagCsrDelStaParams *);
|
void hdd_softap_sta_disassoc(hdd_adapter_t *adapter,
|
||||||
void hdd_softap_tkip_mic_fail_counter_measure(hdd_adapter_t *, bool);
|
struct tagCsrDelStaParams *pDelStaParams);
|
||||||
|
void hdd_softap_tkip_mic_fail_counter_measure(hdd_adapter_t *adapter,
|
||||||
|
bool enable);
|
||||||
int hdd_softap_unpack_ie(tHalHandle halHandle,
|
int hdd_softap_unpack_ie(tHalHandle halHandle,
|
||||||
eCsrEncryptionType *pEncryptType,
|
eCsrEncryptionType *pEncryptType,
|
||||||
eCsrEncryptionType *mcEncryptType,
|
eCsrEncryptionType *mcEncryptType,
|
||||||
|
Reference in New Issue
Block a user