sdm660-common: configs: wifi: Disable RX wakelock feature
Change-Id: I3e093c8fd16b231d531751056648bd6b745e5171
This commit is contained in:
parent
0dd7c5b9b6
commit
f9c03c58e7
1 changed files with 4 additions and 1 deletions
|
@ -461,7 +461,10 @@ gEnableNanSupport=1
|
|||
# bit-4 : drop STP - Spanning Tree Protocol
|
||||
# bit-5 : drop DTP/LLC/CDP
|
||||
g_enable_packet_filter_bitmap=3
|
||||
|
||||
# Disable RX wakelock feature
|
||||
rx_wakelock_timeout=0
|
||||
|
||||
END
|
||||
|
||||
# Note: Configuration parser would not read anything past the END marker
|
||||
|
||||
|
|
Loading…
Reference in a new issue