From 76480581269f9314affa035d201f1af3ba7977d0 Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Sun, 17 Mar 2013 17:31:28 +0100 Subject: [PATCH] build fix: remove unused *ahp Signed-off-by: Oleksij Rempel --- target_firmware/wlan/ar5416_hw.c | 2 -- 1 file changed, 2 deletions(-) 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)); -- 2.31.1