From: Oleksij Rempel Date: Sun, 17 Mar 2013 16:31:28 +0000 (+0100) Subject: build fix: remove unused *ahp X-Git-Tag: 1.3.2~12^2~29 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=76480581269f9314affa035d201f1af3ba7977d0;hp=af43f146338f124a121a34117cbebec8a613266d;p=open-ath9k-htc-firmware.git build fix: remove unused *ahp Signed-off-by: Oleksij Rempel --- diff --git a/target_firmware/wlan/ar5416_hw.c b/target_firmware/wlan/ar5416_hw.c index 5132677..0912f8a 100644 --- a/target_firmware/wlan/ar5416_hw.c +++ b/target_firmware/wlan/ar5416_hw.c @@ -766,7 +766,6 @@ HAL_BOOL ar5416SetupTxDesc_20(struct ath_hal *ah, struct ath_desc *ds, #define RTSCTS (HAL_TXDESC_RTSENA|HAL_TXDESC_CTSENA) struct ar5416_desc *ads = AR5416DESC(ds); - struct ath_hal_5416 *ahp = AH5416(ah); (void) hdrLen; @@ -937,7 +936,6 @@ void ar5416Set11nTxDesc_20(struct ath_hal *ah, struct ath_desc *ds, a_uint32_t flags) { struct ar5416_desc *ads = AR5416DESC(ds); - struct ath_hal_5416 *ahp = AH5416(ah); HALASSERT(isValidPktType(type)); HALASSERT(isValidKeyType(keyType));