<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/kernel/mac80211/patches/600-0003-rt2x00-rt2800-serialize-shared-memory-access.patch, branch reboot</title>
<subtitle>MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker</subtitle>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/'/>
<entry>
<title>mac80211: update to wireless-testing 2016-01-10</title>
<updated>2016-01-15T15:03:48+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2016-01-15T15:03:48+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=82c5e2c497c69dca32a59090cddf5f298aa94e01'/>
<id>82c5e2c497c69dca32a59090cddf5f298aa94e01</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48247
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48247
</pre>
</div>
</content>
</entry>
<entry>
<title>mac80211: update to 2015-12-03</title>
<updated>2015-12-04T22:39:37+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2015-12-04T22:39:37+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=70ac77f8696f0684d22199a278aa80585ddcd1bc'/>
<id>70ac77f8696f0684d22199a278aa80585ddcd1bc</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 47771
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 47771
</pre>
</div>
</content>
</entry>
<entry>
<title>mac80211: update to version 2015-06-22</title>
<updated>2015-07-06T16:26:34+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2015-07-06T16:26:34+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=b30e092de65ca7be7cb277f934016484137d924c'/>
<id>b30e092de65ca7be7cb277f934016484137d924c</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 46198
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 46198
</pre>
</div>
</content>
</entry>
<entry>
<title>mac80211: make it work with 3.18.12+</title>
<updated>2015-05-21T19:32:16+00:00</updated>
<author>
<name>Jonas Gorski</name>
<email>jogo@openwrt.org</email>
</author>
<published>2015-05-21T19:32:16+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=072937888e133f5e97fd05a7496eaf7eeae04079'/>
<id>072937888e133f5e97fd05a7496eaf7eeae04079</id>
<content type='text'>
3.18.12 backported 61ada528dea028331e99e8ceaed87c683ad25de2 ("sched/wait:
Provide infrastructure to deal with nested blocking") from 3.19, causing
the following error on load:

[   13.588000] compat: exports duplicate symbol woken_wake_function (owned by kernel)

Fix this by guarding it with a check for 3.18.11 or earlier instead of
3.19.

Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 45710
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
3.18.12 backported 61ada528dea028331e99e8ceaed87c683ad25de2 ("sched/wait:
Provide infrastructure to deal with nested blocking") from 3.19, causing
the following error on load:

[   13.588000] compat: exports duplicate symbol woken_wake_function (owned by kernel)

Fix this by guarding it with a check for 3.18.11 or earlier instead of
3.19.

Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 45710
</pre>
</div>
</content>
</entry>
<entry>
<title>mac80211: update to wireless-testing 2015-03-09</title>
<updated>2015-03-11T15:02:47+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2015-03-11T15:02:47+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=1e5b7c17b031359a37ed7772b92cc98aaaeac727'/>
<id>1e5b7c17b031359a37ed7772b92cc98aaaeac727</id>
<content type='text'>
Based on patch by Bryan Forbes &lt;bryan@reigndropsfall.net&gt;

Also update mt76 to update for API changes

Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 44655
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on patch by Bryan Forbes &lt;bryan@reigndropsfall.net&gt;

Also update mt76 to update for API changes

Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 44655
</pre>
</div>
</content>
</entry>
<entry>
<title>mac80211: update to wireless-testing 2014-09-26</title>
<updated>2014-09-27T20:51:43+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-09-27T20:51:43+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=8be721208dad06c6a3119dee2db81c385a91a336'/>
<id>8be721208dad06c6a3119dee2db81c385a91a336</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 42683
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 42683
</pre>
</div>
</content>
</entry>
<entry>
<title>rt2x00: merge beacon setup fixes, disable unused hw beacon slots</title>
<updated>2014-06-05T14:09:14+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-06-05T14:09:14+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=236e7ee23997523bbb5d8bda001768523967d99a'/>
<id>236e7ee23997523bbb5d8bda001768523967d99a</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 41016
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 41016
</pre>
</div>
</content>
</entry>
<entry>
<title>mac80211: update to wireless-testing 2014-05-19</title>
<updated>2014-05-20T09:35:17+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-05-20T09:35:17+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=8513629e3ed39ac7d6d3ca90f1ad745db5c449d6'/>
<id>8513629e3ed39ac7d6d3ca90f1ad745db5c449d6</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 40800
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 40800
</pre>
</div>
</content>
</entry>
<entry>
<title>mac80211: rt2x00: add support for the RT3662/RT3883 SoCs</title>
<updated>2014-04-23T07:52:18+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-04-23T07:52:18+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=8be12510c972e15690b4e4c0cf78d6ea5f233ed2'/>
<id>8be12510c972e15690b4e4c0cf78d6ea5f233ed2</id>
<content type='text'>
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 40558
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 40558
</pre>
</div>
</content>
</entry>
</feed>
