Return-path: Received: from mail-ot0-f193.google.com ([74.125.82.193]:34019 "EHLO mail-ot0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750974AbdBCRfc (ORCPT ); Fri, 3 Feb 2017 12:35:32 -0500 Received: by mail-ot0-f193.google.com with SMTP id 73so2945194otj.1 for ; Fri, 03 Feb 2017 09:35:32 -0800 (PST) From: Larry Finger To: kvalo@codeaurora.org Cc: linux-wireless@vger.kernel.org, Larry Finger , Ping-Ke Shih Subject: [PATCH 0/7 v2] Make changes in debugging in btcoexist Date: Fri, 3 Feb 2017 11:35:14 -0600 Message-Id: <20170203173521.6635-1-Larry.Finger@lwfinger.net> (sfid-20170203_183535_637039_6ED524AC) Sender: linux-wireless-owner@vger.kernel.org List-ID: These changes convert the various files in btcoexist to use the same debugging macros as the rest of the parts of the drivers. In addition, one typo is fixed in rtl8821ae. This is all material for 4.11. Signed-off-by: Larry Finger Cc: Ping-Ke Shih --- v2 - Fix some "WARNING: possible condition with no effect (if == else)". --- Larry Finger (7): rtlwifi: rtl8821ae: Fix typo in symbol for bandwidth numbers rtlwifi: btcoexist: Convert halbtc8192e2ant.c to use standard debugging rtlwifi: btcoexist: Convert halbtc8723b1ant.c to use standard debugging rtlwifi: btcoexist: Convert halbtc8723b2ant.c to use standard debugging rtlwifi: btcoexist: Convert halbtc8821a1ant.c to use standard debugging rtlwifi: btcoexist: Convert halbtc8821a2ant.c to use standard debugging rtlwifi: btcoexist: Convert halbtcoutsrc.c to use standard debugging .../wireless/realtek/rtlwifi/btcoexist/Makefile | 7 +- .../realtek/rtlwifi/btcoexist/halbtc8192e2ant.c | 237 +++-- .../realtek/rtlwifi/btcoexist/halbtc8723b1ant.c | 827 ++++++++------- .../realtek/rtlwifi/btcoexist/halbtc8723b2ant.c | 973 +++++++++--------- .../realtek/rtlwifi/btcoexist/halbtc8821a1ant.c | 898 +++++++++-------- .../realtek/rtlwifi/btcoexist/halbtc8821a2ant.c | 1055 +++++++++++--------- .../realtek/rtlwifi/btcoexist/halbtcoutsrc.c | 4 +- .../realtek/rtlwifi/btcoexist/halbtcoutsrc.h | 12 - .../net/wireless/realtek/rtlwifi/rtl8821ae/phy.c | 10 +- drivers/net/wireless/realtek/rtlwifi/wifi.h | 8 +- 10 files changed, 2163 insertions(+), 1868 deletions(-) -- 2.10.2