ath9k_htc: Update to upstream's commit d19607454d656cb14d8c16dfbf161eebb542e8fe dated...
[linux-libre-firmware.git] / ath9k_htc / target_firmware / wlan / if_athvar.h
index 2c42ee3f5158f60121e1345745b719f52f111bce..782686967dbc88baf27e629301a5db881cb45126 100755 (executable)
@@ -225,6 +225,7 @@ struct ath_tx_buf
        HTC_ENDPOINT_ID       bf_endpt;
        a_uint16_t            al_delta;
        a_uint8_t             bf_cookie;
+       a_uint8_t                       vap_index;
 };
 
 struct ath_rx_buf
@@ -488,5 +489,14 @@ typedef enum {
 } owl_txq_state_t;
 
 a_uint8_t ath_get_minrateidx(struct ath_softc_tgt *sc, struct ath_vap_target *avp);
+void ath_tgt_tx_cleanup(struct ath_softc_tgt *sc, struct ath_node_target *an,
+                       ath_atx_tid_t *tid, a_uint8_t discard_all);
+void ath_tgt_handle_normal(struct ath_softc_tgt *sc, struct ath_tx_buf *bf);
+void ath_tgt_handle_aggr(struct ath_softc_tgt *sc, struct ath_tx_buf *bf);
+void ath_tgt_tid_drain(struct ath_softc_tgt *sc, struct ath_atx_tid *tid);
+void ath_tx_status_clear(struct ath_softc_tgt *sc);
+
+void wmi_event(wmi_handle_t handle, WMI_EVENT_ID evt_id,
+              void *buffer, a_int32_t Length);
 
 #endif /* _DEV_ATH_ATHVAR_H */