From: Oleksij Rempel Date: Thu, 28 Mar 2013 15:54:41 +0000 (+0100) Subject: build fix: sc_rxdesc_held should be ath_rx_desc X-Git-Tag: 1.3.2~12^2~8 X-Git-Url: https://jxself.org/git/?p=open-ath9k-htc-firmware.git;a=commitdiff_plain;h=d614cccf9ce9385b6638e4a1f01c93832280e15d build fix: sc_rxdesc_held should be ath_rx_desc Signed-off-by: Oleksij Rempel --- 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;