[PATCH 22/42] build fix: remove type reconversation

Oleksij Rempel linux at rempel-privat.de
Mon Apr 1 02:51:14 EDT 2013


Signed-off-by: Oleksij Rempel <linux at rempel-privat.de>
---
 target_firmware/wlan/if_owl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target_firmware/wlan/if_owl.c b/target_firmware/wlan/if_owl.c
index 407f9f6..bae2605 100755
--- a/target_firmware/wlan/if_owl.c
+++ b/target_firmware/wlan/if_owl.c
@@ -801,7 +801,7 @@ struct ath_tx_buf* ath_tgt_tx_prepare(struct ath_softc_tgt *sc,
 	bf->bf_keytype = dh->keytype;
 	bf->bf_keyix = dh->keyix;
 	bf->bf_protmode = dh->flags & (IEEE80211_PROT_RTSCTS | IEEE80211_PROT_CTSONLY);
-	bf->bf_node = (struct ath_node_target *)ni;
+	bf->bf_node = ni;
 
 	adf_nbuf_queue_add(&bf->bf_skbhead, skb);
 	skb = adf_nbuf_queue_first(&(bf->bf_skbhead));
-- 
1.8.1.2




More information about the Ath9k_htc_fw mailing list