|
@@ -2190,20 +2190,7 @@ QDF_STATUS hdd_hostapd_sap_event_cb(tpSap_Event pSapEvent,
|
|
|
hdd_err("Failed to find sta id status: %d", qdf_status);
|
|
|
return QDF_STATUS_E_FAILURE;
|
|
|
}
|
|
|
-#ifdef IPA_OFFLOAD
|
|
|
- if (hdd_ipa_is_enabled(hdd_ctx)) {
|
|
|
- status = hdd_ipa_wlan_evt(adapter, staId,
|
|
|
- HDD_IPA_CLIENT_DISCONNECT,
|
|
|
- pSapEvent->sapevt.
|
|
|
- sapStationDisassocCompleteEvent.
|
|
|
- staMac.bytes);
|
|
|
|
|
|
- if (status) {
|
|
|
- hdd_err("WLAN_CLIENT_DISCONNECT event failed");
|
|
|
- goto stopbss;
|
|
|
- }
|
|
|
- }
|
|
|
-#endif
|
|
|
DPTRACE(qdf_dp_trace_mgmt_pkt(QDF_DP_TRACE_MGMT_PACKET_RECORD,
|
|
|
adapter->session_id,
|
|
|
QDF_TRACE_DEFAULT_PDEV_ID,
|