All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] ath9k: decrypt_error flag issue
@ 2012-08-08 17:20 Lorenzo Bianconi
  2012-08-08 20:48 ` Pavel Roskin
  0 siblings, 1 reply; 5+ messages in thread
From: Lorenzo Bianconi @ 2012-08-08 17:20 UTC (permalink / raw)
  To: linux-wireless; +Cc: mcgrof, John Linville

Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
---

--- a/drivers/net/wireless/ath/ath9k/recv.c
+++ b/drivers/net/wireless/ath/ath9k/recv.c
@@ -1780,7 +1780,6 @@
 	struct ieee80211_hw *hw = sc->hw;
 	struct ieee80211_hdr *hdr;
 	int retval;
-	bool decrypt_error = false;
 	struct ath_rx_status rs;
 	enum ath9k_rx_qtype qtype;
 	bool edma = !!(ah->caps.hw_caps & ATH9K_HW_CAP_EDMA);
@@ -1802,6 +1801,7 @@
 	tsf_lower = tsf & 0xffffffff;

 	do {
+		bool decrypt_error = false;
 		/* If handling rx interrupt and flush is in progress => exit */
 		if ((sc->sc_flags & SC_OP_RXFLUSH) && (flush == 0))
 			break;

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-08-09 20:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-08 17:20 [PATCH 1/1] ath9k: decrypt_error flag issue Lorenzo Bianconi
2012-08-08 20:48 ` Pavel Roskin
2012-08-09 12:27   ` Lorenzo Bianconi
2012-08-09 12:51     ` Mohammed Shafi
2012-08-09 20:48       ` Pavel Roskin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.