rtlwifi: btcoex: add boolean variables dbg_mode
authorPing-Ke Shih <pkshih@realtek.com>
Fri, 19 Jan 2018 06:45:47 +0000 (14:45 +0800)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 24 Jan 2018 15:40:10 +0000 (17:40 +0200)
In files halbtc8822b1ant.c and halbtc8822b2ant.c that I will submit later,
two undesired directives named BT_8822B_1ANT_COEX_DBG and
BT_8822B_2ANT_COEX_DBG will be replaced by boolean variables.

Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.h

index 6c14531..1c6019b 100644 (file)
@@ -583,6 +583,8 @@ struct btc_coexist {
         */
        bool auto_report_1ant;
        bool auto_report_2ant;
+       bool dbg_mode_1ant;
+       bool dbg_mode_2ant;
        bool initilized;
        bool stop_coex_dm;
        bool manual_control;