Although not strictly needed, quieten a compiler warning by a user.

This commit is contained in:
Adrian Chadd 2012-04-28 18:56:17 +00:00
parent ed72abc07d
commit 641d61c78e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=234768

View File

@ -815,7 +815,7 @@ ar5416AniGetListenTime(struct ath_hal *ah)
{
struct ath_hal_5212 *ahp = AH5212(ah);
struct ar5212AniState *aniState = NULL;
int32_t listenTime;
int32_t listenTime = 0;
int good;
HAL_SURVEY_SAMPLE hs;
HAL_CHANNEL_SURVEY *cs = AH_NULL;