qcacld-3.0: Add support to disable MLMR mode in ULL mode
Add ini support to forcefully disable MLMR mode in Ultra low latency mode. Change-Id: If524e5d2a2b3bc88fe9a3f096e24a8023bc4366f CRs-Fixed: 3689784
This commit is contained in:

committed by
Ravindra Konda

parent
ab1f8eab36
commit
f2419e60c1
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2012-2021 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
* any purpose with or without fee is hereby granted, provided that the
|
||||
@@ -316,11 +316,11 @@
|
||||
* @max: 0xffffffffffffffff
|
||||
* @default: 0xc83
|
||||
*
|
||||
* |31 12| 11 | 10 |9 8|7 6|5 4|3 2| 1 | 0 |
|
||||
* +------+------+------+------+------+------+------+-----+-----+
|
||||
* | RSVD | SSLP | CSLP | RSVD | Roam | RSVD | DWLT | DFS | SUP |
|
||||
* +------+-------------+-------------+-------------------------+
|
||||
* | WAL | PS | Roam | Scan |
|
||||
* |31 25| 24 |23 12| 11 | 10 |9 8|7 6|5 4|3 2| 1 | 0 |
|
||||
* +------+------+------+------+------+------+------+------+------+-----+-----+
|
||||
* | RSVD | MLMR | RSVD | SSLP | CSLP | RSVD | Roam | RSVD | DWLT | DFS | SUP |
|
||||
* +------+------+------+-------------+-------------+-------------------------+
|
||||
* | WAL | PS | WAL | PS | Roam | Scan |
|
||||
*
|
||||
* bit 0: Avoid scan request from HLOS if setting
|
||||
* bit 1: Skip DFS channel SCAN if setting
|
||||
@@ -340,7 +340,9 @@
|
||||
* bit 8-9: Reserve for roaming
|
||||
* bit 10: Disable css power collapse if setting
|
||||
* bit 11: Disable sys sleep if setting
|
||||
* bit 12-31: Reserve for future usage
|
||||
* bit 12-23: Reserve for future usage
|
||||
* bit 24: Disable MLMR mode
|
||||
* bit 25-31: Reserved for future use
|
||||
*
|
||||
* |63 50| 49 | 48 |47 40|39 33| 32 |
|
||||
* +------+------+--------+------------+-------+-----------+
|
||||
|
Reference in New Issue
Block a user