qcacld-3.0: Remove hdd_softap_tkip_mic_fail_counter_measure()
Change "qcacld-3.0: Remove obsolete SAP support for SIOCSIWAUTH" removed the only caller of hdd_softap_tkip_mic_fail_counter_measure(). Since this function is now unused and obsolete, remove it. Change-Id: If69881bbe922220341faad78bc992aa57d7e2f7c CRs-Fixed: 2115340
This commit is contained in:
parent
c8e1cb86b6
commit
326a04f9dd
@ -115,8 +115,6 @@ QDF_STATUS hdd_softap_sta_deauth(struct hdd_adapter *adapter,
|
||||
struct tagCsrDelStaParams *pDelStaParams);
|
||||
void hdd_softap_sta_disassoc(struct hdd_adapter *adapter,
|
||||
struct tagCsrDelStaParams *pDelStaParams);
|
||||
void hdd_softap_tkip_mic_fail_counter_measure(struct hdd_adapter *adapter,
|
||||
bool enable);
|
||||
int hdd_softap_unpack_ie(tHalHandle halHandle,
|
||||
eCsrEncryptionType *pEncryptType,
|
||||
eCsrEncryptionType *mcEncryptType,
|
||||
|
@ -10187,18 +10187,6 @@ void hdd_softap_sta_disassoc(struct hdd_adapter *adapter,
|
||||
pDelStaParams);
|
||||
}
|
||||
|
||||
void hdd_softap_tkip_mic_fail_counter_measure(struct hdd_adapter *adapter,
|
||||
bool enable)
|
||||
{
|
||||
ENTER();
|
||||
|
||||
hdd_debug("hdd_softap_tkip_mic_fail_counter_measure:(%pK, false)",
|
||||
(WLAN_HDD_GET_CTX(adapter))->pcds_context);
|
||||
|
||||
wlansap_set_counter_measure(WLAN_HDD_GET_SAP_CTX_PTR(adapter),
|
||||
(bool) enable);
|
||||
}
|
||||
|
||||
/**
|
||||
* hdd_issta_p2p_clientconnected() - check if sta or p2p client is connected
|
||||
* @hdd_ctx: HDD Context
|
||||
|
Loading…
Reference in New Issue
Block a user