remove unused variable ah_set11nAggrMiddle
[open-ath9k-htc-firmware.git] / target_firmware / wlan / if_owl.c
index 218c77b5286a4214b3709b19b15e99c5144f5fd8..c719e2ace250e48c022456920c6c9ebcf52805e2 100755 (executable)
@@ -1572,7 +1572,7 @@ int ath_tgt_tx_form_aggr(struct ath_softc_tgt *sc, ath_atx_tid_t *tid,
                bf_prev = bf;
 
                for(ds = bf->bf_desc; ds <= bf->bf_lastds; ds++)
-                       ah->ah_set11nAggrMiddle(ah, ds, bf->bf_ndelim);
+                       ah->ah_set11nAggrMiddle(ds, bf->bf_ndelim);
 
        } while (!asf_tailq_empty(&tid->buf_q));