mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 08:50:17 -04:00
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 <sean.wang@mediatek.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
committed by
Marcel Holtmann
parent
095519de2d
commit
e98aa38caf
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user