All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <54B4F062.2090301@neratec.com>

diff --git a/a/1.txt b/N1/1.txt
index 7485177..d8c4b50 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -55,11 +55,3 @@ detected them (OC-CAC vs. ISM).
 
 Cheers,
 Zefir
-
--------------- next part --------------
-A non-text attachment was scrubbed...
-Name: 999-0001-ath9k-do-not-enable-radar-pulse-detection-in-STA-mod.patch
-Type: text/x-patch
-Size: 0 bytes
-Desc: not available
-Url : http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20150113/8e077949/attachment.bin
diff --git a/N1/2.hdr b/N1/2.hdr
new file mode 100644
index 0000000..ed1c025
--- /dev/null
+++ b/N1/2.hdr
@@ -0,0 +1,6 @@
+Content-Type: text/x-patch;
+ name="999-0001-ath9k-do-not-enable-radar-pulse-detection-in-STA-mod.patch"
+Content-Transfer-Encoding: 7bit
+Content-Disposition: attachment;
+ filename*0="999-0001-ath9k-do-not-enable-radar-pulse-detection-in-STA-mo";
+ filename*1="d.patch"
diff --git a/N1/2.txt b/N1/2.txt
new file mode 100644
index 0000000..ad304eb
--- /dev/null
+++ b/N1/2.txt
@@ -0,0 +1,20 @@
+>From 089ab0d624d4b6f3a206ea8a81b4a3e061cf3edb Mon Sep 17 00:00:00 2001
+From: Zefir Kurtisi <zefir.kurtisi@neratec.com>
+Date: Thu, 30 Jan 2014 13:33:50 +0100
+Subject: [PATCH] ath9k: do not enable radar pulse detection in STA mode
+
+---
+ drivers/net/wireless/ath/ath9k/recv.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/drivers/net/wireless/ath/ath9k/recv.c
++++ b/drivers/net/wireless/ath/ath9k/recv.c
+@@ -384,7 +384,7 @@ u32 ath_calcrxfilter(struct ath_softc *s
+ 		| ATH9K_RX_FILTER_MCAST;
+ 
+ 	/* if operating on a DFS channel, enable radar pulse detection */
+-	if (sc->hw->conf.radar_enabled)
++	if (sc->hw->conf.radar_enabled && sc->sc_ah->opmode != NL80211_IFTYPE_STATION)
+ 		rfilt |= ATH9K_RX_FILTER_PHYRADAR | ATH9K_RX_FILTER_PHYERR;
+ 
+ 	spin_lock_bh(&sc->chan_lock);
diff --git a/a/content_digest b/N1/content_digest
index 4dec0d7..ae9f1bd 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,10 +2,16 @@
  "ref\054B024A1.4040809@broadcom.com\0"
  "ref\02179820.H2CYa3nAla@prime\0"
  "From\0Zefir Kurtisi <zefir.kurtisi@neratec.com>\0"
- "Subject\0[ath9k-devel] [PATCH] ath9k: ignore radar PHY errors when DFS is not enabled\0"
+ "Subject\0Re: [PATCH] ath9k: ignore radar PHY errors when DFS is not enabled\0"
  "Date\0Tue, 13 Jan 2015 11:16:02 +0100\0"
- "To\0ath9k-devel@lists.ath9k.org\0"
- "\00:1\0"
+ "To\0Simon Wunderlich <sw@simonwunderlich.de>"
+ " Arend van Spriel <arend@broadcom.com>\0"
+ "Cc\0linux-wireless@vger.kernel.org"
+  ath9k-devel@lists.ath9k.org
+  kvalo@qca.qualcomm.com
+  mathias.kretschmer@fokus.fraunhofer.de
+ " stable@vger.kernel.org\0"
+ "\01:1\0"
  "b\0"
  "On 01/10/2015 05:26 PM, Simon Wunderlich wrote:\n"
  "> On Friday 09 January 2015 19:57:37 Arend van Spriel wrote:\n"
@@ -63,14 +69,29 @@
  "\n"
  "\n"
  "Cheers,\n"
- "Zefir\n"
+ Zefir
+ "\01:2\0"
+ "fn\0999-0001-ath9k-do-not-enable-radar-pulse-detection-in-STA-mod.patch\0"
+ "b\0"
+ ">From 089ab0d624d4b6f3a206ea8a81b4a3e061cf3edb Mon Sep 17 00:00:00 2001\n"
+ "From: Zefir Kurtisi <zefir.kurtisi@neratec.com>\n"
+ "Date: Thu, 30 Jan 2014 13:33:50 +0100\n"
+ "Subject: [PATCH] ath9k: do not enable radar pulse detection in STA mode\n"
+ "\n"
+ "---\n"
+ " drivers/net/wireless/ath/ath9k/recv.c | 2 +-\n"
+ " 1 file changed, 1 insertion(+), 1 deletion(-)\n"
  "\n"
- "-------------- next part --------------\n"
- "A non-text attachment was scrubbed...\n"
- "Name: 999-0001-ath9k-do-not-enable-radar-pulse-detection-in-STA-mod.patch\n"
- "Type: text/x-patch\n"
- "Size: 0 bytes\n"
- "Desc: not available\n"
- Url : http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20150113/8e077949/attachment.bin
+ "--- a/drivers/net/wireless/ath/ath9k/recv.c\n"
+ "+++ b/drivers/net/wireless/ath/ath9k/recv.c\n"
+ "@@ -384,7 +384,7 @@ u32 ath_calcrxfilter(struct ath_softc *s\n"
+ " \t\t| ATH9K_RX_FILTER_MCAST;\n"
+ " \n"
+ " \t/* if operating on a DFS channel, enable radar pulse detection */\n"
+ "-\tif (sc->hw->conf.radar_enabled)\n"
+ "+\tif (sc->hw->conf.radar_enabled && sc->sc_ah->opmode != NL80211_IFTYPE_STATION)\n"
+ " \t\trfilt |= ATH9K_RX_FILTER_PHYRADAR | ATH9K_RX_FILTER_PHYERR;\n"
+ " \n"
+ " \tspin_lock_bh(&sc->chan_lock);"
 
-17ae343b04407bb997c6f933cccc4555f46ef1b7ed47059601a0376287d8bb1c
+5c08649a97e3c7c54408ca934f6234819e4dacc7d147b13835525d7e1afd5bd5

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.