mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sm6150-common
synced 2026-01-27 12:07:36 +00:00
sm6150-common: wifi: Remove entry for gEnableNUDTracking
Currently Min, Max and default values of gEnableNUDTracking in code are: Min: 0 (Driver will not track the NUD failures, and ignore the same) Max: 2 (Driver will track the NUD failures and if honoured will roam away from the connected BSSID to a new BSSID to retain the data connectivity). Default: 2 In order to enable NUD tracking after NUD failure by default, remove entry for gEnableNUDTracking from ini file. Change-Id: Ie8ed6d12f373891d11727b1f903825a7fc145750 CRs-Fixed: 2559325 Signed-off-by: Abhinav Kumar <abhikuma@codeaurora.org> Signed-off-by: therealmharc <therealmharc@gmail.com>
This commit is contained in:
committed by
therealmharc
parent
4b59c38e74
commit
f53b3774fd
@@ -459,10 +459,6 @@ ce_service_max_rx_ind_flush=1
|
||||
# Maximum number of MSDUs the firmware will pack in one HTT_T2H_MSG_TYPE_RX_IN_ORD_PADDR_IND
|
||||
maxMSDUsPerRxInd=8
|
||||
|
||||
# Enable NUD tracking feature
|
||||
# 1 - enable 0 - disable(default) 3 - Driver will try to roam to a new AP but if roam fails, disconnect.
|
||||
gEnableNUDTracking=3
|
||||
|
||||
# Enable PEER UNMAP CONF SUPPORT
|
||||
# 1 - enable 0 - disable(default)
|
||||
gEnablePeerUnmapConfSupport=1
|
||||
|
||||
Reference in New Issue
Block a user