From: Oleksij Rempel Date: Fri, 29 Mar 2013 07:48:08 +0000 (+0100) Subject: build fix: ath_beacon_setup works only with ath_tx_buf X-Git-Tag: 1.3.2~12^2~3 X-Git-Url: https://jxself.org/git/?p=open-ath9k-htc-firmware.git;a=commitdiff_plain;h=b200a9d4b157ce66c49d0cc9f768c6e3a55ce970 build fix: ath_beacon_setup works only with ath_tx_buf Signed-off-by: Oleksij Rempel --- diff --git a/target_firmware/wlan/if_ath.c b/target_firmware/wlan/if_ath.c index fb0ca5a..e3ee451 100755 --- a/target_firmware/wlan/if_ath.c +++ b/target_firmware/wlan/if_ath.c @@ -534,7 +534,7 @@ static void ath_tgt_rx_tasklet(TQUEUE_ARG data) * FIXME: Short Preamble. */ static void ath_beacon_setup(struct ath_softc_tgt *sc, - struct ath_buf *bf, + struct ath_tx_buf *bf, struct ath_vap_target *avp) { adf_nbuf_t skb = bf->bf_skb;