From: Oleksij Rempel Date: Sun, 31 Mar 2013 17:27:15 +0000 (+0200) Subject: build fix: sc_bbuf is ath_tx_bufhead X-Git-Tag: 1.3.2~10^2~2 X-Git-Url: https://jxself.org/git/?p=open-ath9k-htc-firmware.git;a=commitdiff_plain;h=1e7372c7efc905edffc9a6a27d9c8bad4a40148e build fix: sc_bbuf is ath_tx_bufhead Signed-off-by: Oleksij Rempel --- diff --git a/target_firmware/wlan/if_athvar.h b/target_firmware/wlan/if_athvar.h index a37c13e..f2412c0 100755 --- a/target_firmware/wlan/if_athvar.h +++ b/target_firmware/wlan/if_athvar.h @@ -420,7 +420,7 @@ struct ath_softc_tgt struct ath_vap_target sc_vap[TARGET_VAP_MAX]; struct ieee80211com_target sc_ic; - ath_bufhead sc_bbuf; + ath_tx_bufhead sc_bbuf; a_uint64_t sc_swba_tsf; WMI_TXSTATUS_EVENT tx_status[2];