From c276ddaaeabe4ace815d5a0f3f7e8d94e4b5c2d4 Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Sun, 31 Mar 2013 15:06:53 +0200 Subject: [PATCH] build fix: sc_txbuf_held is ath_tx_buf Signed-off-by: Oleksij Rempel --- target_firmware/wlan/if_athvar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target_firmware/wlan/if_athvar.h b/target_firmware/wlan/if_athvar.h index 4ff4a00..6829526 100755 --- a/target_firmware/wlan/if_athvar.h +++ b/target_firmware/wlan/if_athvar.h @@ -389,7 +389,7 @@ struct ath_softc_tgt ath_deschead sc_rxdesc; struct ath_rx_desc *sc_rxdesc_held; - struct ath_buf *sc_txbuf_held; + struct ath_tx_buf *sc_txbuf_held; struct ath_descdma sc_rxdma; struct ath_descdma sc_txdma; -- 2.31.1