From 70a668020850d338e4e5142901c2f4b1aaeb93a4 Mon Sep 17 00:00:00 2001 From: Christian B Date: Wed, 15 Nov 2017 09:32:59 +0100 Subject: [PATCH] Removed Intel WIDI Support --- core/rtw_wlan_util.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/rtw_wlan_util.c b/core/rtw_wlan_util.c index 5943c12..54c9a35 100644 --- a/core/rtw_wlan_util.c +++ b/core/rtw_wlan_util.c @@ -3038,11 +3038,6 @@ void update_tx_basic_rate(_adapter *padapter, u8 wirelessmode) if (!rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE)) return; #endif /* CONFIG_P2P */ -#ifdef CONFIG_INTEL_WIDI - if (padapter->mlmepriv.widi_state != INTEL_WIDI_STATE_NONE) - return; -#endif /* CONFIG_INTEL_WIDI */ - _rtw_memset(supported_rates, 0, NDIS_802_11_LENGTH_RATES_EX); /* clear B mod if current channel is in 5G band, avoid tx cck rate in 5G band. */