mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2025-12-08 15:23:53 +00:00
remove the RT_TRACE macro
We've deleted all RT_TRACE calls. The macro itself can now be removed as well. Link: https://lore.kernel.org/r/20210807153636.11712-13-martin@kaiser.cx
This commit is contained in:
committed by
Carlos Garcés
parent
9ad10523e3
commit
2965c273c9
@@ -185,7 +185,6 @@ hal_txbf_8822b_download_ndpa(
|
||||
platform_efio_write_1byte(adapter, REG_FWHW_TXQ_CTRL_8814A + 2, tmp_reg422 & (~BIT(6)));
|
||||
|
||||
if (tmp_reg422 & BIT(6)) {
|
||||
RT_TRACE(COMP_INIT, DBG_LOUD, ("SetBeamformDownloadNDPA_8814A(): There is an adapter is sending beacon.\n"));
|
||||
is_send_beacon = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user