ath9k: remove useless conditional

ath9k_hw_keyreset returns true in either branch.

Signed-off-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Bob Copeland 2008-10-26 11:24:48 -04:00 committed by John W. Linville
parent 4fb30784c7
commit 9371dd685d

View file

@ -7193,9 +7193,6 @@ bool ath9k_hw_keyreset(struct ath_hal *ah, u16 entry)
}
if (ah->ah_curchan == NULL)
return true;
return true;
}