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

index 38294ee648c6609da6249ebdecd6a7b511c83179..8330b9460af2061db9049cda721ff7bb04c83a0d 100755 (executable)
@@ -307,7 +307,7 @@ struct ath_txq {
        a_uint32_t           *axq_link;
        asf_tailq_head(,ath_tx_buf) axq_q;
        a_uint32_t           axq_depth;
-       struct  ath_buf     *axq_linkbuf;
+       struct  ath_tx_buf     *axq_linkbuf;
        asf_tailq_head(,ath_atx_tid) axq_tidq;
 };