qcacmn: Add TDLS device mode in QDF_OPMODE
Add TDLS device mode to get the nss chains shift params and store the ini and dynamic nss config in vdev. Change-Id: Ia2f3dba1860eda23018e6b930866931886834879 CRs-Fixed: 2349203
This commit is contained in:

committed by
nshrivas

parent
c4fd271d20
commit
674d06dd08
@@ -534,6 +534,7 @@ typedef enum {
|
||||
* @QDF_WDS_MODE: WDS mode
|
||||
* @QDF_BTAMP_MODE: BTAMP mode
|
||||
* @QDF_AHDEMO_MODE: AHDEMO mode
|
||||
* @QDF_TDLS_MODE: TDLS device mode
|
||||
* @QDF_MAX_NO_OF_MODE: Max place holder
|
||||
*
|
||||
* These are generic IDs that identify the various roles
|
||||
@@ -555,6 +556,7 @@ enum QDF_OPMODE {
|
||||
QDF_WDS_MODE,
|
||||
QDF_BTAMP_MODE,
|
||||
QDF_AHDEMO_MODE,
|
||||
QDF_TDLS_MODE,
|
||||
|
||||
/* Add new OP Modes to qdf_opmode_str as well */
|
||||
|
||||
|
Reference in New Issue
Block a user