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:
Jeff Johnson 2017-09-22 09:16:27 -07:00 committed by snandini
parent c8e1cb86b6
commit 326a04f9dd
2 changed files with 0 additions and 14 deletions

View File

@ -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,

View File

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