X-Git-Url: https://jxself.org/git/?p=open-ath9k-htc-firmware.git;a=blobdiff_plain;f=target_firmware%2Fwlan%2Fif_owl.c;h=bae26055ec0c4ca5eedc718b3f18735a2d564c9b;hp=407f9f64011de413a80e0457532ec38fd86dbc95;hb=f1ad26d7e44df63fccd4e74230822e65f9c3dc3a;hpb=828f0394150b00cc354a6c6cbe7e89b7193b6eec 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));