Skip to content
Snippets Groups Projects
Commit 7c882a9c authored by Ecco Park's avatar Ecco Park Committed by Rom Lemarchand
Browse files

net: wireless: bcmdhd change the DTIM skip policy


1) Bug: 22808829
2) Device will wake up at every another DTIM on scree off.
   However, the extended DTIM skip period will not be bigger than 400ms
   So, if the DTIM interval is 300ms, device will still wake up at every DTIM
   on screen off becaues of 400ms limitation.
Signed-off-by: default avatarEcco Park <eccopark@broadcom.com>

Change-Id: I8ad0d453b756797a3c9f1c575c65b303842355f3
parent 52e24319
Branches
Tags
No related merge requests found
......@@ -96,6 +96,9 @@ DHDCFLAGS += -DDHD_USE_IDLECOUNT
# SKB TAILPAD to avoid out of boundary memory access
DHDCFLAGS += -DDHDENABLE_TAILPAD
# DTIM skip interval
DHDCFLAGS += -DCUSTOM_SUSPEND_BCN_LI_DTIM=2 -DMAX_DTIM_ALLOWED_INTERVAL=400
# Wi-Fi Direct
DHDCFLAGS += -DWL_CFG80211_VSDB_PRIORITIZE_SCAN_REQUEST
DHDCFLAGS += -DWL_CFG80211_STA_EVENT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment