[PATCH 04/42] build fix: sc_txbuf_held is ath_tx_buf

Oleksij Rempel linux at rempel-privat.de
Mon Apr 1 02:50:56 EDT 2013


Signed-off-by: Oleksij Rempel <linux at rempel-privat.de>
---
 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;
-- 
1.8.1.2




More information about the Ath9k_htc_fw mailing list