From d614cccf9ce9385b6638e4a1f01c93832280e15d Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Thu, 28 Mar 2013 16:54:41 +0100 Subject: [PATCH] build fix: sc_rxdesc_held should be ath_rx_desc 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 5904149..db1dfee 100755 --- a/target_firmware/wlan/if_athvar.h +++ b/target_firmware/wlan/if_athvar.h @@ -383,7 +383,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; -- 2.31.1