Browse Source

qcacld-3.0: Remove typedef tSirMacPropIE

The current generation of the driver has never used typedef
tSirMacPropIE. Since it is an obsolete remnant, remove it.

Change-Id: I120162ffc62be87d7f4616abd0cb265799aeaf06
CRs-Fixed: 2363226
Jeff Johnson 6 years ago
parent
commit
11daeffc6e
1 changed files with 0 additions and 8 deletions
  1. 0 8
      core/mac/inc/sir_mac_prop_exts.h

+ 0 - 8
core/mac/inc/sir_mac_prop_exts.h

@@ -69,14 +69,6 @@
 #define WNI_CFG_VHT_CHANNEL_WIDTH_160MHZ		2
 #define WNI_CFG_VHT_CHANNEL_WIDTH_80_PLUS_80MHZ	3
 
-/* / Proprietary IE definition */
-typedef struct sSirMacPropIE {
-	uint8_t elementID;      /* SIR_MAC_ANI_PROP_IE_EID */
-	uint8_t length;
-	uint8_t oui[3];         /* ANI_OUI for Airgo products */
-	uint8_t info[1];
-} tSirMacPropIE, *tpSirMacPropIE;
-
 typedef struct sSirMacPropRateSet {
 	uint8_t numPropRates;
 	uint8_t propRate[8];