remove unused variable in ah_clr11nAggr
[open-ath9k-htc-firmware.git] / target_firmware / wlan / ar5416_hw.c
index a51f3648088bc6e5b8c1bddfce0692f111b06644..ba1287dbe25b1d6359d9b6d0d210f6753e442699 100644 (file)
@@ -903,7 +903,7 @@ void ar5416Set11nAggrLast_20(struct ath_tx_desc *ds)
        ads->ds_ctl6 &= ~AR_PadDelim;
 }
 
-void ar5416Clr11nAggr_20(struct ath_hal *ah, struct ath_tx_desc *ds)
+void ar5416Clr11nAggr_20(struct ath_tx_desc *ds)
 {
        struct ar5416_desc *ads = AR5416DESC(ds);