ソースを参照

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
gaurank kathpalia 6 年 前
コミット
674d06dd08
1 ファイル変更2 行追加0 行削除
  1. 2 0
      qdf/inc/qdf_types.h

+ 2 - 0
qdf/inc/qdf_types.h

@@ -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 */