mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2025-12-10 00:04:17 +00:00
remove HAL_{BB,MAC,RF,FW}_ENABLE macros
remove HAL_{BB,MAC,RF,FW}_ENABLE macros.
They are used to turn on/off by hand some core
capabilities we want to be always 'on'.
port bb1c456d7f88b60b28b9f51e28031fc67cdb8d7b
port b4e1882d750facd317ac2572d6bf36a05b0b0c36
Link: https://lore.kernel.org/r/04248acbd22f9be30d21891926e134490b34036a.1623756906.git.fabioaiuto83@gmail.com
This commit is contained in:
@@ -760,9 +760,6 @@ void halrf_segment_iqk_trigger(void *dm_void, boolean clear,
|
||||
return;
|
||||
#endif
|
||||
|
||||
#if DISABLE_BB_RF
|
||||
return;
|
||||
#endif
|
||||
if (iqk_info->rfk_forbidden)
|
||||
return;
|
||||
|
||||
@@ -1330,10 +1327,6 @@ void halrf_iqk_trigger(void *dm_void, boolean is_recovery)
|
||||
if (!(rf->rf_supportability & HAL_RF_IQK))
|
||||
return;
|
||||
|
||||
#if DISABLE_BB_RF
|
||||
return;
|
||||
#endif
|
||||
|
||||
if (iqk_info->rfk_forbidden)
|
||||
return;
|
||||
|
||||
@@ -1483,9 +1476,6 @@ void halrf_lck_trigger(void *dm_void)
|
||||
if (!(rf->rf_supportability & HAL_RF_LCK))
|
||||
return;
|
||||
|
||||
#if DISABLE_BB_RF
|
||||
return;
|
||||
#endif
|
||||
if (iqk_info->rfk_forbidden)
|
||||
return;
|
||||
while (*dm->is_scan_in_process) {
|
||||
|
||||
Reference in New Issue
Block a user