Re: [PATCH 05/11] rtlwifi: btcoexist: Change logging in halbtc8192e2ant.c
From: Kalle Valo <hidden>
Date: 2017-01-28 06:46:55
Larry Finger [off-list ref] writes:
quoted hunk ↗ jump to hunk
This routine uses its own debugging macros These are changed to use the the recently rewritten RT_TRACE macro. There are also some renamed variables that were missed in the previous step. The only functional change is that some debugging statements have been dropped based on the final code supplied by Realtek. Signed-off-by: Larry Finger <redacted> Cc: Ping-Ke Shih <pkshih@realtek.com> --- .../wireless/realtek/rtlwifi/btcoexist/Makefile | 1 + .../realtek/rtlwifi/btcoexist/halbtc8192e2ant.c | 825 +++++++++++---------- 2 files changed, 417 insertions(+), 409 deletions(-)diff --git a/drivers/net/wireless/realtek/rtlwifi/btcoexist/Makefile b/drivers/net/wireless/realtek/rtlwifi/btcoexist/Makefile index d1454d4..0ef0d31 100644 --- a/drivers/net/wireless/realtek/rtlwifi/btcoexist/Makefile +++ b/drivers/net/wireless/realtek/rtlwifi/btcoexist/Makefile@@ -1,4 +1,5 @@ btcoexist-objs := halbtc8723b2ant.o \ + halbtc8192e2ant.o \ halbtcoutsrc.o \ rtl_btc.o
This is what I don't get, why is it needed? -- Kalle Valo