Browse Source

qcacld-3.0: Remove typedef tSirHTCap

Change I63442b1c2f0033c50ab94d4dcf4288eae5fb4d9d ("qcacld-3.0:
Remove typedef tCsrStaParams") removed the last reference to
typedef tSirHTCap.  Since the typedef is obsolete, remove it.

Change-Id: I0b10d832c81fb43ee052df5cab1eccd30e657454
CRs-Fixed: 2375516
Jeff Johnson 6 years ago
parent
commit
32f7d13fe2
1 changed files with 1 additions and 21 deletions
  1. 1 21
      core/mac/inc/sir_mac_prot_def.h

+ 1 - 21
core/mac/inc/sir_mac_prot_def.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2018 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2011-2019 The Linux Foundation. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -1469,26 +1469,6 @@ typedef struct sSirVHtCap {
 	tSirVhtMcsInfo suppMcs;
 } tSirVHTCap;
 
-/**
- * struct sSirHtCap - HT capabilities
- *
- * This structure refers to "HT capabilities element" as
- * described in 802.11n draft section 7.3.2.52
- */
-
-typedef struct sSirHtCap {
-	uint16_t capInfo;
-	uint8_t ampduParamsInfo;
-	uint8_t suppMcsSet[16];
-	uint16_t extendedHtCapInfo;
-	uint32_t txBFCapInfo;
-	uint8_t antennaSelectionInfo;
-} tSirHTCap;
-
-/* HT Cap and HT IE Size defines */
-#define HT_CAPABILITY_IE_SIZE                       28
-#define HT_INFO_IE_SIZE                                          24
-
 /* */
 /* Determines the current operating mode of the 802.11n STA */
 /* */