Procházet zdrojové kódy

qcacld-3.0: Remove all definitions from ol_if_athvar.h

Currently ol_if_athvar.h defines the following:
- struct ol_version
- enum ol_ath_tx_ecodes
- struct ol_ath_stats

None of these are used, so remove them. This leaves behind just a set
of #include directives.

Change-Id: Ie8c2ee1fa1b3c34f37430633c28987651e60434b
CRs-Fixed: 2366964
Jeff Johnson před 6 roky
rodič
revize
31e7ecfb86
1 změnil soubory, kde provedl 0 přidání a 27 odebrání
  1. 0 27
      core/bmi/inc/ol_if_athvar.h

+ 0 - 27
core/bmi/inc/ol_if_athvar.h

@@ -31,31 +31,4 @@
 #include "ol_params.h"
 #include <wdi_event_api.h>
 
-struct ol_version {
-	uint32_t host_ver;
-	uint32_t target_ver;
-	uint32_t wlan_ver;
-	uint32_t wlan_ver_1;
-	uint32_t abi_ver;
-};
-
-enum ol_ath_tx_ecodes {
-	TX_IN_PKT_INCR = 0,
-	TX_OUT_HDR_COMPL,
-	TX_OUT_PKT_COMPL,
-	PKT_ENCAP_FAIL,
-	TX_PKT_BAD,
-	RX_RCV_MSG_RX_IND,
-	RX_RCV_MSG_PEER_MAP,
-	RX_RCV_MSG_TYPE_TEST
-};
-
-/*
- * structure to hold the packet error count for CE and hif layer
- */
-struct ol_ath_stats {
-	int hif_pipe_no_resrc_count;
-	int ce_ring_delta_fail_count;
-};
-
 #endif /* _DEV_OL_ATH_ATHVAR_H  */