From: Oleksij Rempel Date: Fri, 29 Mar 2013 08:30:06 +0000 (+0100) Subject: buid fix: probably typo, ieee80211_node instead of ieee80211_node_target X-Git-Tag: 1.3.2~12^2 X-Git-Url: https://jxself.org/git/?p=open-ath9k-htc-firmware.git;a=commitdiff_plain;h=11642610f201a494db939ceb5b2245f22817778c buid fix: probably typo, ieee80211_node instead of ieee80211_node_target Signed-off-by: Oleksij Rempel --- 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) {