From 9e34e0b50cb06b2b119e0fd76041760855bf0b4c Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Mon, 18 Mar 2013 10:46:31 +0100 Subject: [PATCH] build fix: predefine struct ath_tx_desc Signed-off-by: Oleksij Rempel --- target_firmware/wlan/if_athrate.h | 1 + 1 file changed, 1 insertion(+) diff --git a/target_firmware/wlan/if_athrate.h b/target_firmware/wlan/if_athrate.h index 1ca50b1..12088dd 100755 --- a/target_firmware/wlan/if_athrate.h +++ b/target_firmware/wlan/if_athrate.h @@ -46,6 +46,7 @@ struct ath_node_target; struct ath_desc; struct ieee80211vap; struct ieee80211com_target; +struct ath_tx_desc; struct ath_ratectrl { size_t arc_space; /* space required for per-node state */ -- 2.31.1