[PATCH 23/31] build fix: sc_rxdesc_held should be ath_rx_desc

Oleksij Rempel linux at rempel-privat.de
Fri Mar 29 05:01:57 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 b28a3e8..161bb88 100755
--- a/target_firmware/wlan/if_athvar.h
+++ b/target_firmware/wlan/if_athvar.h
@@ -348,7 +348,7 @@ struct ath_softc_tgt
 
 	ath_deschead       sc_rxdesc_idle;
 	ath_deschead	   sc_rxdesc;
-	struct ath_desc    *sc_rxdesc_held;
+	struct ath_rx_desc    *sc_rxdesc_held;
 
    	struct ath_buf    *sc_txbuf_held;
 
-- 
1.8.1.2




More information about the Ath9k_htc_fw mailing list