sdm660-common: wifi: Disable WLAN Firmware loggings
firmware loggings are not at all necessary for general development. Change-Id: I111943a641670ea052f68148103e377771297d77
This commit is contained in:
parent
0007918f73
commit
45193a430f
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ gEnablefwprint=0
|
|||
# Firmware log mode
|
||||
# Valid values are 0,1,2
|
||||
# 0=Disable, 1=WMI, 2=DIAG
|
||||
gEnablefwlog=1
|
||||
gEnablefwlog=0
|
||||
|
||||
# Maximum Receive AMPDU size (VHT only. Valid values:
|
||||
# 0->8k 1->16k 2->32k 3->64k 4->128k)
|
||||
|
|
Loading…
Reference in a new issue