summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Copeland2008-10-26 16:24:48 +0100
committerJohn W. Linville2008-11-01 00:02:34 +0100
commit9371dd685d212599f0f07e6bf1510c751f70bb37 (patch)
treee8fb3b1c10f547910c71a98c0aa9078463415eb6
parentorinoco: cache downloadable firmware image in memory for use during resume (diff)
downloadkernel-qcow2-linux-9371dd685d212599f0f07e6bf1510c751f70bb37.tar.gz
kernel-qcow2-linux-9371dd685d212599f0f07e6bf1510c751f70bb37.tar.xz
kernel-qcow2-linux-9371dd685d212599f0f07e6bf1510c751f70bb37.zip
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>
-rw-r--r--drivers/net/wireless/ath9k/hw.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath9k/hw.c b/drivers/net/wireless/ath9k/hw.c
index 84263c862ea4..1417ba07523d 100644
--- a/drivers/net/wireless/ath9k/hw.c
+++ b/drivers/net/wireless/ath9k/hw.c
@@ -7193,9 +7193,6 @@ bool ath9k_hw_keyreset(struct ath_hal *ah, u16 entry)
}
- if (ah->ah_curchan == NULL)
- return true;
-
return true;
}