Browse Source

qcacld-3.0: Remove obsolete SAP ioctl structs

The following structs are obsolete so remove them:
- struct sQcSapreq_wpaie
- struct sQcSapreq_wscie

Change-Id: Ie9fdba59cf31e9a2c5e468183c1328aee439709a
CRs-Fixed: 2237720
Jeff Johnson 7 years ago
parent
commit
acad838608
1 changed files with 0 additions and 24 deletions
  1. 0 24
      core/hdd/inc/qc_sap_ioctl.h

+ 0 - 24
core/hdd/inc/qc_sap_ioctl.h

@@ -23,14 +23,6 @@
  * QCSAP ioctls.
  */
 
-/*
- * Max size of optional information elements.  We artificially
- * constrain this; it's limited only by the max frame size (and
- * the max parameter size of the wireless extensions).
- */
-#define QCSAP_MAX_OPT_IE        256
-#define QCSAP_MAX_WSC_IE        256
-#define QCSAP_MAX_GET_STA_INFO  512
 #define QCSAP_ADDR_LEN  6
 
 typedef uint8_t qcmacaddr[QCSAP_ADDR_LEN];
@@ -40,22 +32,6 @@ struct qc_mac_acl_entry {
 	int vlan_id;
 };
 
-/*
- * Retrieve the WPA/RSN information element for an associated station.
- */
-struct sQcSapreq_wpaie {
-	uint8_t wpa_ie[QCSAP_MAX_OPT_IE];
-	uint8_t wpa_macaddr[QCSAP_ADDR_LEN];
-};
-
-/*
- * Retrieve the WSC information element for an associated station.
- */
-struct sQcSapreq_wscie {
-	uint8_t wsc_macaddr[QCSAP_ADDR_LEN];
-	uint8_t wsc_ie[QCSAP_MAX_WSC_IE];
-};
-
 /*
  * Channel List Info
  */