aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs
diff options
context:
space:
mode:
authorFabio Aiuto <fabioaiuto83@gmail.com>2021-06-15 13:45:36 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-06-15 15:24:23 +0200
commit414ce135c4223d59bca4f0e92d27cce64bff8309 (patch)
tree7ce6336554ef009087bcc3518200f4e580cc8f96 /drivers/staging/rtl8723bs
parentstaging: rtl8723bs: remove HAL_{BB,MAC,RF,FW}_ENABLE macros (diff)
downloadlinux-dev-414ce135c4223d59bca4f0e92d27cce64bff8309.tar.xz
linux-dev-414ce135c4223d59bca4f0e92d27cce64bff8309.zip
staging: rtl8723bs: move LPS_RPWM_WAIT_MS macro
move LPS_RPWM_WAIT_MS macro from include/autoconf.h to include/hal_btcoex.h in order to empty unneeded autoconf.h. Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com> Link: https://lore.kernel.org/r/5756b958b5d279f1cc8cea7887f50d003b17b94e.1623756906.git.fabioaiuto83@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8723bs')
-rw-r--r--drivers/staging/rtl8723bs/include/hal_btcoex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/rtl8723bs/include/hal_btcoex.h b/drivers/staging/rtl8723bs/include/hal_btcoex.h
index eb9d0ba861a5..849fb90b43b7 100644
--- a/drivers/staging/rtl8723bs/include/hal_btcoex.h
+++ b/drivers/staging/rtl8723bs/include/hal_btcoex.h
@@ -9,6 +9,8 @@
#include <drv_types.h>
+#define LPS_RPWM_WAIT_MS 300
+
/* Some variables can't get from outsrc BT-Coex, */
/* so we need to save here */
struct bt_coexist {