ath9k: remove spurious check for channel on keycache reset

ath9k_hw_keyreset() has a spurious check for ah->curchan..
remove it.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Luis R. Rodriguez 2009-08-03 12:24:56 -07:00 committed by John W. Linville
parent 2f69ffacb3
commit 39068d1c28
1 changed files with 0 additions and 3 deletions

View File

@ -2496,9 +2496,6 @@ bool ath9k_hw_keyreset(struct ath_hw *ah, u16 entry)
}
if (ah->curchan == NULL)
return true;
return true;
}