Ver Fonte

qcacmn: Add support for vdev feature ext flag WLAN_VDEV_FEXT_AMSDU

One of 11ax WFA PF requirement for testbed AP is disabling AMPDU
reception with AMSDU. To meet this requirement we should be able
to add a new feature ext flag to vdev. Add this new flag to meet
the specified requirement.

Change-Id: I36c889e6adf1724a31b404a917bd27c716a98862
CRs-fixed: 2201952
Gyanranjan Hazarika há 7 anos atrás
pai
commit
257af1fa02
1 ficheiros alterados com 5 adições e 3 exclusões
  1. 5 3
      umac/cmn_services/obj_mgr/inc/wlan_objmgr_vdev_obj.h

+ 5 - 3
umac/cmn_services/obj_mgr/inc/wlan_objmgr_vdev_obj.h

@@ -68,7 +68,7 @@
 #define WLAN_VDEV_F_SLEEP                0x00008000
 	/* drop uapsd EOSP frames for test */
 #define WLAN_VDEV_F_EOSPDROP             0x00010000
-	/* drop uapsd EOSP frames for test */
+	/* CONF: A-MPDU supported */
 #define WLAN_VDEV_F_AMPDU                0x00020000
 	/* STATE: beacon APP IE updated */
 #define WLAN_VDEV_F_APPIE_UPDATE         0x00040000
@@ -146,10 +146,12 @@
 #define WLAN_VDEV_FEXT_NO_MULCHAN           0x00200000
 	/*non-beaconing AP VAP*/
 #define WLAN_VDEV_FEXT_NON_BEACON           0x00400000
-/* SPL repeater enabled for SON*/
+	/* SPL repeater enabled for SON*/
 #define WLAN_VDEV_FEXT_SON_SPL_RPT          0x00800000
-/* SON IE update in MGMT frame */
+	/* SON IE update in MGMT frame */
 #define WLAN_VDEV_FEXT_SON_INFO_UPDATE      0x01000000
+	/* CONF: A-MSDU supported */
+#define WLAN_VDEV_FEXT_AMSDU                0x02000000
 
 /* VDEV OP flags  */
   /* if the vap destroyed by user */