summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2010-01-07 21:01:37 +0000
committermbr <mbr@FreeBSD.org>2010-01-07 21:01:37 +0000
commit7450f52a577c4b1ff7801c846f1d0dfd08f1b4bb (patch)
tree5d5dd29f525602a794f28a860b157a27bc19c71a /sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
parent9524ac9a04e01d096ee0adc93e87bfacf5bcfc56 (diff)
downloadFreeBSD-src-7450f52a577c4b1ff7801c846f1d0dfd08f1b4bb.zip
FreeBSD-src-7450f52a577c4b1ff7801c846f1d0dfd08f1b4bb.tar.gz
Remove extraneous semicolons, no functional changes.
Submitted by: Marc Balmer <marc@msys.ch> MFC after: 1 week
Diffstat (limited to 'sys/dev/ath/ath_hal/ar5211/ar5211_reset.c')
-rw-r--r--sys/dev/ath/ath_hal/ar5211/ar5211_reset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c b/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
index 1ed6214..438bf5c 100644
--- a/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
+++ b/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
@@ -136,7 +136,7 @@ static void ar5211GetLowerUpperPcdacs(uint16_t pcdac,
uint16_t channel, const PCDACS_EEPROM *pSrcStruct,
uint16_t *pLowerPcdac, uint16_t *pUpperPcdac);
-static void ar5211SetRfgain(struct ath_hal *, const GAIN_VALUES *);;
+static void ar5211SetRfgain(struct ath_hal *, const GAIN_VALUES *);
static void ar5211RequestRfgain(struct ath_hal *);
static HAL_BOOL ar5211InvalidGainReadback(struct ath_hal *, GAIN_VALUES *);
static HAL_BOOL ar5211IsGainAdjustNeeded(struct ath_hal *, const GAIN_VALUES *);
OpenPOWER on IntegriCloud