build fix: ath_beacon_setup should use ath_tx_desc
[open-ath9k-htc-firmware.git] / target_firmware / wlan / if_ath.c
index 665e05bfa98209e1f54f959b3b82149079af11c9..b787a8439181c9c6f77a878abaef5d0cb3ed1cbf 100755 (executable)
@@ -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;