From 11642610f201a494db939ceb5b2245f22817778c Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Fri, 29 Mar 2013 09:30:06 +0100 Subject: [PATCH] buid fix: probably typo, ieee80211_node instead of ieee80211_node_target Signed-off-by: Oleksij Rempel --- 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 90813fb..409aecf 100755 --- a/target_firmware/wlan/if_ath.c +++ b/target_firmware/wlan/if_ath.c @@ -880,7 +880,7 @@ static void ath_descdma_cleanup(struct ath_softc_tgt *sc, ath_bufhead *head, a_int32_t dir) { struct ath_tx_buf *bf; - struct ieee80211_node *ni; + struct ieee80211_node_target *ni; asf_tailq_foreach(bf, head, bf_list) { if (adf_nbuf_queue_len(&bf->bf_skbhead) != 0) { -- 2.31.1