summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723au/hal/hal_com.c
diff options
context:
space:
mode:
authorJes Sorensen <Jes.Sorensen@redhat.com>2014-05-25 22:43:23 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-05-25 15:14:41 -0700
commit3a159d9acc2ad4938d82fb9fc166f6f00fd26fe9 (patch)
tree09d22d3a8d900d33509801de467863a78e52d303 /drivers/staging/rtl8723au/hal/hal_com.c
parent983ebef5c9cca4c8ca2171d976525ab57621ec76 (diff)
downloadop-kernel-dev-3a159d9acc2ad4938d82fb9fc166f6f00fd26fe9.zip
op-kernel-dev-3a159d9acc2ad4938d82fb9fc166f6f00fd26fe9.tar.gz
staging: rtl8723au: Create rtl8723au_bt_intf.h
Use this header for declaring functions that are currently #ifdef'ed out in the general code. Start by moving BTDM_1Ant8723A() there and renaming it appropriately. Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8723au/hal/hal_com.c')
-rw-r--r--drivers/staging/rtl8723au/hal/hal_com.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8723au/hal/hal_com.c b/drivers/staging/rtl8723au/hal/hal_com.c
index d2ee240..dc4dfe9 100644
--- a/drivers/staging/rtl8723au/hal/hal_com.c
+++ b/drivers/staging/rtl8723au/hal/hal_com.c
@@ -457,7 +457,7 @@ void rtl8723a_set_ampdu_factor(struct rtw_adapter *padapter, u8 FactorToSet)
pRegToSet = RegToSet_Normal; /* 0xb972a841; */
#ifdef CONFIG_8723AU_BT_COEXIST
if ((BT_IsBtDisabled(padapter) == false) &&
- (BT_1Ant(padapter) == true)) {
+ rtl8723a_BT_using_antenna_1(padapter)) {
MaxAggNum = 0x8;
} else
#endif /* CONFIG_8723AU_BT_COEXIST */
OpenPOWER on IntegriCloud