build fix: ath_txq->axq_q is ath_tx_buf
authorOleksij Rempel <linux@rempel-privat.de>
Sun, 31 Mar 2013 15:15:53 +0000 (17:15 +0200)
committerOleksij Rempel <linux@rempel-privat.de>
Sun, 31 Mar 2013 18:05:35 +0000 (20:05 +0200)
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
target_firmware/wlan/if_athvar.h

index 8a53b32322cf34c495d2608691bcc70772d9f82e..64b7df93c85d93436b655dc35d6dbd67bce95da2 100755 (executable)
@@ -303,7 +303,7 @@ struct ath_descdma {
 struct ath_txq {
        a_uint32_t           axq_qnum;
        a_uint32_t           *axq_link;
-       asf_tailq_head(,ath_buf) axq_q;
+       asf_tailq_head(,ath_tx_buf) axq_q;
        a_uint32_t           axq_depth;
        struct  ath_buf     *axq_linkbuf;
        asf_tailq_head(,ath_atx_tid) axq_tidq;