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>
This commit is contained in:
parent
b4e1882d75
commit
414ce135c4
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue