summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2011-05-11 13:20:25 +0000
committeradrian <adrian@FreeBSD.org>2011-05-11 13:20:25 +0000
commit1f0e7d70a64ea982e9a7814bfa9e32b6cf9d189b (patch)
tree84c2937e2b5bad13a8fedc004154df1115e2b51e /sys/dev
parent73e0979e8abe16a5c320dafa70aa6431e22daeb8 (diff)
downloadFreeBSD-src-1f0e7d70a64ea982e9a7814bfa9e32b6cf9d189b.zip
FreeBSD-src-1f0e7d70a64ea982e9a7814bfa9e32b6cf9d189b.tar.gz
Remove unused variable
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ath/ath_hal/ar5416/ar5416_cal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c b/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
index d9f42da..78fcd0f 100644
--- a/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
+++ b/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
@@ -241,7 +241,6 @@ ar5416InitCal(struct ath_hal *ah, const struct ieee80211_channel *chan)
{
struct ar5416PerCal *cal = &AH5416(ah)->ah_cal;
HAL_CHANNEL_INTERNAL *ichan;
- int i;
ichan = ath_hal_checkchannel(ah, chan);
HALASSERT(ichan != AH_NULL);
OpenPOWER on IntegriCloud