From: Oleksij Rempel Date: Sun, 31 Mar 2013 13:06:53 +0000 (+0200) Subject: build fix: sc_txbuf_held is ath_tx_buf X-Git-Tag: 1.3.2~10^2~38 X-Git-Url: https://jxself.org/git/?p=open-ath9k-htc-firmware.git;a=commitdiff_plain;h=c276ddaaeabe4ace815d5a0f3f7e8d94e4b5c2d4 build fix: sc_txbuf_held is ath_tx_buf Signed-off-by: Oleksij Rempel --- 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;