mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 08:34:20 +00:00
rtl8188eu: Replace degub macro DBG_871X with DBG_88E
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
1e6accffc4
commit
3a3339b715
46 changed files with 1548 additions and 1548 deletions
|
@ -3897,7 +3897,7 @@ void odm_dtc(PDM_ODM_T pDM_Odm)
|
|||
resp_txagc = resp_txagc | (resp_txagc << 5);
|
||||
ODM_Write1Byte(pDM_Odm, 0x06d9, resp_txagc);
|
||||
|
||||
DBG_871X("%s RSSI_Min:%u, set RESP_TXAGC to %s %u\n",
|
||||
DBG_88E("%s RSSI_Min:%u, set RESP_TXAGC to %s %u\n",
|
||||
__func__, pDM_Odm->RSSI_Min, sign?"minus":"plus", dtc_steps);
|
||||
#endif /* CONFIG_RESP_TXAGC_ADJUST */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue