mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2025-12-10 00:04:17 +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
@@ -2315,7 +2315,6 @@ void phydm_dfs_ap_reset_radar_detect_counter_and_flag(void *dm_void)
|
||||
odm_set_bb_reg(dm, R_0xa40, BIT(15), 0);
|
||||
odm_set_bb_reg(dm, R_0xa40, BIT(15), 1);
|
||||
|
||||
/* RT_TRACE(COMP_DFS, DBG_LOUD, ("[DFS], After reset radar counter, 0xcf8 = 0x%x, 0xcf4 = 0x%x\n", */
|
||||
/* PHY_QueryBBReg(Adapter, 0xcf8, bMaskDWord), */
|
||||
/* PHY_QueryBBReg(Adapter, 0xcf4, bMaskDWord))); */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user