[PATCH 31/31] buid fix: probably typo, ieee80211_node instead of ieee80211_node_target

Oleksij Rempel linux at rempel-privat.de
Fri Mar 29 05:02: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 f02f363..2e94672 100755
--- a/target_firmware/wlan/if_ath.c
+++ b/target_firmware/wlan/if_ath.c
@@ -845,7 +845,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) {
-- 
1.8.1.2




More information about the Ath9k_htc_fw mailing list