From: Oleksij Rempel Date: Sun, 17 Mar 2013 19:13:51 +0000 (+0100) Subject: build fix: ar5416_hw.c remove unused variables X-Git-Tag: 1.3.2~12^2~24 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=f5c17730a1eb4293437079cae928124dd4f06ca3;p=open-ath9k-htc-firmware.git build fix: ar5416_hw.c remove unused variables Signed-off-by: Oleksij Rempel --- diff --git a/target_firmware/wlan/ar5416_hw.c b/target_firmware/wlan/ar5416_hw.c index 0912f8a..797dd8d 100644 --- a/target_firmware/wlan/ar5416_hw.c +++ b/target_firmware/wlan/ar5416_hw.c @@ -971,11 +971,7 @@ void ar5416Set11nRateScenario_20(struct ath_hal *ah, struct ath_desc *ds, a_uint32_t flags) { struct ar5416_desc *ads = AR5416DESC(ds); - struct ar5416_desc_20 *ads_20 = AR5416DESC_20(ds); a_uint32_t ds_ctl0; - a_int16_t txpower; - a_uint32_t count; - struct ath_hal_private *ahpriv = AH_PRIVATE(ah); HALASSERT(nseries == 4); (void)nseries;