Browse Source

qcacld-3.0: Remove assorted tBA typedefs

The current generation of the driver has never used typedefs
tBADirection, tBAEnable, tBAPolicy, or tBAPolicyType. Since these are
obsolete remnants, remove them.

Change-Id: I27645a6d4a1d9f472fbe204aea96f3ec9539a7c2
CRs-Fixed: 2363227
Jeff Johnson 6 years ago
parent
commit
c8cf0be658
1 changed files with 0 additions and 24 deletions
  1. 0 24
      core/mac/inc/sir_mac_prot_def.h

+ 0 - 24
core/mac/inc/sir_mac_prot_def.h

@@ -793,30 +793,6 @@ typedef enum eSirMacReasonCodes {
 	eSIR_BEACON_MISSED = 65534,     /* We invented this to tell beacon missed case */
 } tSirMacReasonCodes;
 
-/* BA Initiator v/s Recipient */
-typedef enum eBADirection {
-	eBA_RECIPIENT,
-	eBA_INITIATOR
-} tBADirection;
-
-/* A-MPDU/BA Enable/Disable in Tx/Rx direction */
-typedef enum eBAEnable {
-	eBA_DISABLE,
-	eBA_ENABLE
-} tBAEnable;
-
-/* A-MPDU/BA Policy */
-typedef enum eBAPolicy {
-	eBA_UNCOMPRESSED,
-	eBA_COMPRESSED
-} tBAPolicy;
-
-/* A-MPDU/BA Policy */
-typedef enum eBAPolicyType {
-	eBA_POLICY_DELAYED,
-	eBA_POLICY_IMMEDIATE
-} tBAPolicyType;
-
 /* / Frame control field format (2 bytes) */
 typedef struct sSirMacFrameCtl {