Although not strictly needed, quieten a compiler warning by a user.
This commit is contained in:
parent
ed72abc07d
commit
641d61c78e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user