diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2010-08-15 11:40:53 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2010-08-15 11:40:53 +0000 |
| commit | f70c72aa0c4dcca243348934343110651f5178dd (patch) | |
| tree | d7aad44eda9a45ef8f9fbd79cd21d71141e10f98 /sys/dev | |
| parent | 5674f4a799712ae1656b5a969035d4378f643a95 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ath/ath_hal/ar5416/ar5416_cal.c | 2 |
1 files changed, 1 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 e38e6c5854d4..f4d1dc5cbc36 100644 --- a/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c +++ b/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c @@ -232,7 +232,7 @@ ar5416InitCal(struct ath_hal *ah, const struct ieee80211_channel *chan) "not complete in time; noisy environment?\n", __func__); return AH_FALSE; } - + /* Initialize list pointers */ cal->cal_list = cal->cal_last = cal->cal_curr = AH_NULL; |
