Return-path: Received: from rtits2.realtek.com ([211.75.126.72]:52468 "EHLO rtits2.realtek.com.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751658AbeB1DHp (ORCPT ); Tue, 27 Feb 2018 22:07:45 -0500 From: To: CC: , Subject: [PATCH 13/15] rtlwifi: btcoex: Add 8822b header files to precomp.h Date: Wed, 28 Feb 2018 11:07:16 +0800 Message-ID: <20180228030718.19510-14-pkshih@realtek.com> (sfid-20180228_040750_096730_25190257) In-Reply-To: <20180228030718.19510-1-pkshih@realtek.com> References: <20180228030718.19510-1-pkshih@realtek.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: From: Ping-Ke Shih Add 8822b header files to precomp.h for routing functions. Signed-off-by: Ping-Ke Shih --- drivers/net/wireless/realtek/rtlwifi/btcoexist/halbt_precomp.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbt_precomp.h b/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbt_precomp.h index 02dff4c3f664..858318fd3d63 100644 --- a/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbt_precomp.h +++ b/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbt_precomp.h @@ -48,6 +48,9 @@ #include "halbtc8723b2ant.h" #include "halbtc8821a2ant.h" #include "halbtc8821a1ant.h" +#include "halbtc8822b1ant.h" +#include "halbtc8822b2ant.h" +#include "halbtc8822bwifionly.h" #define GetDefaultAdapter(padapter) padapter -- 2.15.1