Skip to content

Commit

Permalink
Bluetooth: btmtksdio: run sleep mode by default
Browse files Browse the repository at this point in the history
Apply sleep mode by default and a smaller idle time to reduce power
consumption further.

Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
  • Loading branch information
Sean Wang authored and Marcel Holtmann committed Jan 21, 2022
1 parent 095519d commit e98aa38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/bluetooth/btmtksdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@

#define VERSION "0.1"

#define MTKBTSDIO_AUTOSUSPEND_DELAY 8000
#define MTKBTSDIO_AUTOSUSPEND_DELAY 1000

static bool enable_autosuspend;
static bool enable_autosuspend = true;

struct btmtksdio_data {
const char *fwname;
Expand Down

0 comments on commit e98aa38

Please sign in to comment.