|
@@ -490,23 +490,17 @@ void ath_tx_draintxq(struct ath_softc *sc,
|
|
|
struct ath_txq *txq, bool retry_tx);
|
|
|
void ath_tx_node_init(struct ath_softc *sc, struct ath_node *an);
|
|
|
void ath_tx_node_cleanup(struct ath_softc *sc, struct ath_node *an);
|
|
|
-void ath_tx_node_free(struct ath_softc *sc, struct ath_node *an);
|
|
|
void ath_txq_schedule(struct ath_softc *sc, struct ath_txq *txq);
|
|
|
int ath_tx_init(struct ath_softc *sc, int nbufs);
|
|
|
int ath_tx_cleanup(struct ath_softc *sc);
|
|
|
-int ath_tx_get_qnum(struct ath_softc *sc, int qtype, int haltype);
|
|
|
struct ath_txq *ath_test_get_txq(struct ath_softc *sc, struct sk_buff *skb);
|
|
|
int ath_txq_update(struct ath_softc *sc, int qnum,
|
|
|
struct ath9k_tx_queue_info *q);
|
|
|
int ath_tx_start(struct ath_softc *sc, struct sk_buff *skb,
|
|
|
struct ath_tx_control *txctl);
|
|
|
void ath_tx_tasklet(struct ath_softc *sc);
|
|
|
-u32 ath_txq_depth(struct ath_softc *sc, int qnum);
|
|
|
-u32 ath_txq_aggr_depth(struct ath_softc *sc, int qnum);
|
|
|
void ath_tx_cabq(struct ath_softc *sc, struct sk_buff *skb);
|
|
|
-void ath_tx_resume_tid(struct ath_softc *sc, struct ath_atx_tid *tid);
|
|
|
bool ath_tx_aggr_check(struct ath_softc *sc, struct ath_node *an, u8 tidno);
|
|
|
-void ath_tx_aggr_teardown(struct ath_softc *sc, struct ath_node *an, u8 tidno);
|
|
|
int ath_tx_aggr_start(struct ath_softc *sc, struct ieee80211_sta *sta,
|
|
|
u16 tid, u16 *ssn);
|
|
|
int ath_tx_aggr_stop(struct ath_softc *sc, struct ieee80211_sta *sta, u16 tid);
|