<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/drivers/net/wireless/ath/dfs_pattern_detector.c, branch linux-4.1.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.1.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.1.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2015-03-16T15:53:05Z</updated>
<entry>
<title>ath9k: restart only triggering DFS detector line</title>
<updated>2015-03-16T15:53:05Z</updated>
<author>
<name>Zefir Kurtisi</name>
<email>zefir.kurtisi@neratec.com</email>
</author>
<published>2015-03-10T16:49:29Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=8252a35ab4f6ee703977f527296dc42ee9486ce2'/>
<id>urn:sha1:8252a35ab4f6ee703977f527296dc42ee9486ce2</id>
<content type='text'>
To support HT40 DFS mode, a triggering detector must
reset only itself but not other detector lines.

Signed-off-by: Zefir Kurtisi &lt;zefir.kurtisi@neratec.com&gt;
Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;
</content>
</entry>
<entry>
<title>ath: fix incorrect PPB on FCC radar type 5</title>
<updated>2014-12-24T15:28:28Z</updated>
<author>
<name>Peter Oh</name>
<email>poh@qca.qualcomm.com</email>
</author>
<published>2014-12-15T18:55:34Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=a844bae38bf8c07ce18944d8b3d484911d75c8dd'/>
<id>urn:sha1:a844bae38bf8c07ce18944d8b3d484911d75c8dd</id>
<content type='text'>
The minimum number of pulses per burst on FCC radar type 5 is 1.
Use this number for correct radar detection.

Signed-off-by: Peter Oh &lt;poh@qca.qualcomm.com&gt;
Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;
</content>
</entry>
<entry>
<title>ath: Fix a false radar detection pattern</title>
<updated>2014-11-24T21:51:24Z</updated>
<author>
<name>Vivek Natarajan</name>
<email>nataraja@qti.qualcomm.com</email>
</author>
<published>2014-11-24T11:56:22Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=34b5d778b583104d91534b4673472b7820e0c0b3'/>
<id>urn:sha1:34b5d778b583104d91534b4673472b7820e0c0b3</id>
<content type='text'>
For FCC and JP, in one of the radar patterns, PPB and PRF seems to be
interchanged leading to frequent incorrect radar detections.

Signed-off-by: Vivek Natarajan &lt;nataraja@qti.qualcomm.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>ath: add JP DFS pattern detector</title>
<updated>2014-05-16T18:26:53Z</updated>
<author>
<name>Janusz Dziedzic</name>
<email>janusz.dziedzic@tieto.com</email>
</author>
<published>2014-05-13T10:32:06Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=89ce4f65f4d18bf867ddc2586665b6620bded8b9'/>
<id>urn:sha1:89ce4f65f4d18bf867ddc2586665b6620bded8b9</id>
<content type='text'>
Add initial values for JP DFS pattern detector.

Signed-off-by: Janusz Dziedzic &lt;janusz.dziedzic@tieto.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>ath: add DFS FCC pattern detector</title>
<updated>2014-05-16T18:26:53Z</updated>
<author>
<name>Janusz Dziedzic</name>
<email>janusz.dziedzic@tieto.com</email>
</author>
<published>2014-05-13T10:32:05Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=f12e3e038f1ee58dc46fb069f6df88a0f9460ab8'/>
<id>urn:sha1:f12e3e038f1ee58dc46fb069f6df88a0f9460ab8</id>
<content type='text'>
Add initial values for DFS FCC pattern detector.

Signed-off-by: Janusz Dziedzic &lt;janusz.dziedzic@tieto.com&gt;
Tested-by: Bartosz Markowski &lt;bartosz.markowski@tieto.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>ath9k/ath: move dfs pattern detector to ath</title>
<updated>2013-10-18T18:03:54Z</updated>
<author>
<name>Janusz Dziedzic</name>
<email>janusz.dziedzic@tieto.com</email>
</author>
<published>2013-10-14T09:06:06Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=ad40d3da1e8683234714c3024219dc722ed1e214'/>
<id>urn:sha1:ad40d3da1e8683234714c3024219dc722ed1e214</id>
<content type='text'>
Move the DFS pattern detector code to the ath module so
the other Atheros drivers can make us of it. This makes
no functional changes.

Signed-off-by: Janusz Dziedzic &lt;janusz.dziedzic@tieto.com&gt;
Reviewed-by: Luis R. Rodriguez &lt;mcgrof@do-not-panic.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
</feed>
