[PATCH 09/42] build fix: ath_buf_toggle should return ath_tx_buf

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


Signed-off-by: Oleksij Rempel <linux at rempel-privat.de>
---
 target_firmware/wlan/if_owl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target_firmware/wlan/if_owl.c b/target_firmware/wlan/if_owl.c
index 529853d..5c3c175 100755
--- a/target_firmware/wlan/if_owl.c
+++ b/target_firmware/wlan/if_owl.c
@@ -288,7 +288,7 @@ static void ath_tx_tgt_setds(struct ath_softc_tgt *sc, struct ath_tx_buf *bf)
 	ath_filltxdesc(sc, bf);
 }
 
-static struct ath_buf *ath_buf_toggle(struct ath_softc_tgt *sc,
+static struct ath_tx_buf *ath_buf_toggle(struct ath_softc_tgt *sc,
 				      struct ath_tx_buf *bf,
 				      a_uint8_t retry)
 {
-- 
1.8.1.2




More information about the Ath9k_htc_fw mailing list