summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/core/rtw_btcoex.c
diff options
context:
space:
mode:
authorNishka Dasgupta <nishkadg.linux@gmail.com>2019-06-12 23:34:37 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-06-13 11:56:56 +0200
commit7ee3501de81615267a5ccd24f1cef46a65a435f0 (patch)
treec9a4bf067cdf938f524356379aea3891c60f2d5a /drivers/staging/rtl8723bs/core/rtw_btcoex.c
parentf4db969efa80552f64a38b8b004ed7c8f91cc5c4 (diff)
downloadlinux-stable-7ee3501de81615267a5ccd24f1cef46a65a435f0.tar.gz
linux-stable-7ee3501de81615267a5ccd24f1cef46a65a435f0.tar.bz2
linux-stable-7ee3501de81615267a5ccd24f1cef46a65a435f0.zip
staging: rtl8723bs: Fix typo in function name
Change name of function hal_btcoex_Hanlder to hal_btcoex_Handler. Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8723bs/core/rtw_btcoex.c')
-rw-r--r--drivers/staging/rtl8723bs/core/rtw_btcoex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8723bs/core/rtw_btcoex.c b/drivers/staging/rtl8723bs/core/rtw_btcoex.c
index 35310e8e0806..8944db15863d 100644
--- a/drivers/staging/rtl8723bs/core/rtw_btcoex.c
+++ b/drivers/staging/rtl8723bs/core/rtw_btcoex.c
@@ -101,7 +101,7 @@ u8 rtw_btcoex_IsBtDisabled(struct adapter *padapter)
void rtw_btcoex_Handler(struct adapter *padapter)
{
- hal_btcoex_Hanlder(padapter);
+ hal_btcoex_Handler(padapter);
}
s32 rtw_btcoex_IsBTCoexCtrlAMPDUSize(struct adapter *padapter)