From: Oleksij Rempel Date: Sun, 31 Mar 2013 14:40:34 +0000 (+0200) Subject: build fix: ath_beacon_setup should use ath_tx_desc X-Git-Tag: 1.3.2~10^2~29 X-Git-Url: https://jxself.org/git/?p=open-ath9k-htc-firmware.git;a=commitdiff_plain;h=aba1768f070cc7917cc42a8204d737785b420139 build fix: ath_beacon_setup should use ath_tx_desc Signed-off-by: Oleksij Rempel --- diff --git a/target_firmware/wlan/if_ath.c b/target_firmware/wlan/if_ath.c index 665e05b..b787a84 100755 --- a/target_firmware/wlan/if_ath.c +++ b/target_firmware/wlan/if_ath.c @@ -539,7 +539,7 @@ static void ath_beacon_setup(struct ath_softc_tgt *sc, { adf_nbuf_t skb = bf->bf_skb; struct ath_hal *ah = sc->sc_ah; - struct ath_desc *ds; + struct ath_tx_desc *ds; a_int32_t flags; const HAL_RATE_TABLE *rt; a_uint8_t rix, rate;