remove unused variable in ah_fillTxDesc
[open-ath9k-htc-firmware.git] / target_firmware / wlan / if_owl.c
index cececaf59cf1d40862a8bd887c00286fe108f877..890aa7fad0db860751781ee616174ec5878311ca 100755 (executable)
@@ -253,7 +253,7 @@ static void ath_filltxdesc(struct ath_softc_tgt *sc, struct ath_tx_buf *bf)
                } else
                        ds->ds_link = ATH_BUF_GET_DESC_PHY_ADDR_WITH_IDX(bf, i+1);
 
-               ah->ah_fillTxDesc(ah, ds
+               ah->ah_fillTxDesc(ds
                                   , bf->bf_dmamap_info.dma_segs[i].len
                                   , i == 0
                                   , i == (bf->bf_dmamap_info.nsegs - 1)