mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2025-01-06 06:06:09 +00:00
Removed Intel WIDI Support
* Intel WIDI project is dead, removed support/code.
This commit is contained in:
parent
f86fb89dda
commit
0e67494be9
@ -826,9 +826,6 @@ uint loadparam(_adapter *padapter)
|
|||||||
|
|
||||||
#ifdef CONFIG_LAYER2_ROAMING
|
#ifdef CONFIG_LAYER2_ROAMING
|
||||||
registry_par->max_roaming_times = (u8)rtw_max_roaming_times;
|
registry_par->max_roaming_times = (u8)rtw_max_roaming_times;
|
||||||
#ifdef CONFIG_INTEL_WIDI
|
|
||||||
registry_par->max_roaming_times = (u8)rtw_max_roaming_times + 2;
|
|
||||||
#endif /* CONFIG_INTEL_WIDI */
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_IOL
|
#ifdef CONFIG_IOL
|
||||||
@ -1948,14 +1945,6 @@ u8 rtw_init_drv_sw(_adapter *padapter)
|
|||||||
rtw_hal_sreset_init(padapter);
|
rtw_hal_sreset_init(padapter);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_INTEL_WIDI
|
|
||||||
if (rtw_init_intel_widi(padapter) == _FAIL) {
|
|
||||||
RTW_INFO("Can't rtw_init_intel_widi\n");
|
|
||||||
ret8 = _FAIL;
|
|
||||||
goto exit;
|
|
||||||
}
|
|
||||||
#endif /* CONFIG_INTEL_WIDI */
|
|
||||||
|
|
||||||
#ifdef CONFIG_WAPI_SUPPORT
|
#ifdef CONFIG_WAPI_SUPPORT
|
||||||
padapter->WapiSupport = true; /* set true temp, will revise according to Efuse or Registry value later. */
|
padapter->WapiSupport = true; /* set true temp, will revise according to Efuse or Registry value later. */
|
||||||
rtw_wapi_init(padapter);
|
rtw_wapi_init(padapter);
|
||||||
@ -2055,10 +2044,6 @@ u8 rtw_free_drv_sw(_adapter *padapter)
|
|||||||
_rtw_spinlock_free(&padapter->br_ext_lock);
|
_rtw_spinlock_free(&padapter->br_ext_lock);
|
||||||
#endif /* CONFIG_BR_EXT */
|
#endif /* CONFIG_BR_EXT */
|
||||||
|
|
||||||
#ifdef CONFIG_INTEL_WIDI
|
|
||||||
rtw_free_intel_widi(padapter);
|
|
||||||
#endif /* CONFIG_INTEL_WIDI */
|
|
||||||
|
|
||||||
free_mlme_ext_priv(&padapter->mlmeextpriv);
|
free_mlme_ext_priv(&padapter->mlmeextpriv);
|
||||||
|
|
||||||
#ifdef CONFIG_TDLS
|
#ifdef CONFIG_TDLS
|
||||||
|
Loading…
Reference in New Issue
Block a user