[PATCH 13/42] build fix: ath_beacon_setup should use ath_tx_desc
Oleksij Rempel
linux at rempel-privat.de
Mon Apr 1 02:51:05 EDT 2013
Signed-off-by: Oleksij Rempel <linux at rempel-privat.de>
---
target_firmware/wlan/if_ath.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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;
--
1.8.1.2
More information about the Ath9k_htc_fw
mailing list