From 1bd0ea8255c0cc9d6fef90a40a13252685d49d1a Mon Sep 17 00:00:00 2001 From: coypu Date: Sat, 17 Sep 2016 09:46:57 +0300 Subject: [PATCH 27/27] no need to declare mask again --- sys/external/isc/atheros_hal/dist/ar5416/ar5416_reset.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/external/isc/atheros_hal/dist/ar5416/ar5416_reset.c b/sys/external/isc/atheros_hal/dist/ar5416/ar5416_reset.c index 1e4bdc0..c22c36f 100644 --- a/sys/external/isc/atheros_hal/dist/ar5416/ar5416_reset.c +++ b/sys/external/isc/atheros_hal/dist/ar5416/ar5416_reset.c @@ -1414,7 +1414,6 @@ ar5416SetReset(struct ath_hal *ah, int type) OS_DELAY(50); if (AR_SREV_HOWL(ah)) { - uint32_t mask; mask = OS_REG_READ(ah, AR_CFG); if (mask & (AR_CFG_SWRB | AR_CFG_SWTB | AR_CFG_SWRG)) { HALDEBUG(ah, HAL_DEBUG_RESET, -- 2.9.3