ath9k: remove spurious check for channel on keycache reset
[pandora-kernel.git] / drivers / net / wireless / ath / ath9k / hw.c
index 0871529..0d60b35 100644 (file)
@@ -2496,9 +2496,6 @@ bool ath9k_hw_keyreset(struct ath_hw *ah, u16 entry)
 
        }
 
-       if (ah->curchan == NULL)
-               return true;
-
        return true;
 }