mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
net: wireless: bcmdhd: Reduce listen interval to 10 (from 20)
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
committed by
Colin Cross
parent
de0932bf1a
commit
d530ae0780
@@ -1309,7 +1309,7 @@ typedef struct wl_po {
|
||||
#define PM_MAX 1
|
||||
#define PM_FAST 2
|
||||
|
||||
#define LISTEN_INTERVAL 20
|
||||
#define LISTEN_INTERVAL 10
|
||||
|
||||
#define INTERFERE_OVRRIDE_OFF -1
|
||||
#define INTERFERE_NONE 0
|
||||
|
||||
Reference in New Issue
Block a user