Skip to content

Commit e98aa38

Browse files
moore-brosholtmann
authored andcommitted
Bluetooth: btmtksdio: run sleep mode by default
Apply sleep mode by default and a smaller idle time to reduce power consumption further. Signed-off-by: Sean Wang <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
1 parent 095519d commit e98aa38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/bluetooth/btmtksdio.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131

3232
#define VERSION "0.1"
3333

34-
#define MTKBTSDIO_AUTOSUSPEND_DELAY 8000
34+
#define MTKBTSDIO_AUTOSUSPEND_DELAY 1000
3535

36-
static bool enable_autosuspend;
36+
static bool enable_autosuspend = true;
3737

3838
struct btmtksdio_data {
3939
const char *fwname;

0 commit comments

Comments
 (0)