<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/kernel/mac80211, 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: ath9k: add GPIO support for AR9280 chip</title>
<updated>2016-04-26T11:44:07+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2016-04-26T11:44:07+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=1a1bb3aaff9010f978f0743db04880ec6d4a42b1'/>
<id>1a1bb3aaff9010f978f0743db04880ec6d4a42b1</id>
<content type='text'>
Enable access to GPIO on Atheros wireless chip AR9280.
Support for 9280 is added to existing 9285/9287 subsystem
because these 3 chips differ only in number of GPIO pins.

Signed-off-by: Michal Cieslakiewicz &lt;michal.cieslakiewicz@wp.pl&gt;

SVN-Revision: 49251
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable access to GPIO on Atheros wireless chip AR9280.
Support for 9280 is added to existing 9285/9287 subsystem
because these 3 chips differ only in number of GPIO pins.

Signed-off-by: Michal Cieslakiewicz &lt;michal.cieslakiewicz@wp.pl&gt;

SVN-Revision: 49251
</pre>
</div>
</content>
</entry>
<entry>
<title>mac80211: add brcmfmac regression ("NULL pointer dereference") fix</title>
<updated>2016-04-25T15:32:20+00:00</updated>
<author>
<name>Rafał Miłecki</name>
<email>zajec5@gmail.com</email>
</author>
<published>2016-04-25T15:32:20+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f4edfc69a352d8de7bb1b334d514c9f611692b5b'/>
<id>f4edfc69a352d8de7bb1b334d514c9f611692b5b</id>
<content type='text'>
Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 49222
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 49222
</pre>
</div>
</content>
</entry>
<entry>
<title>mac80211: update brcmfmac including missing boardrev workaround</title>
<updated>2016-04-16T08:48:43+00:00</updated>
<author>
<name>Rafał Miłecki</name>
<email>zajec5@gmail.com</email>
</author>
<published>2016-04-16T08:48:43+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=894aed060ee15dafea19d94157adddf38ff8e2e7'/>
<id>894aed060ee15dafea19d94157adddf38ff8e2e7</id>
<content type='text'>
Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 49174
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 49174
</pre>
</div>
</content>
</entry>
<entry>
<title>mac80211: build airo on x86 only</title>
<updated>2016-03-23T12:52:24+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2016-03-23T12:52:24+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=63a9c61fb609311b1afb6ff3815daa61a00f6fd3'/>
<id>63a9c61fb609311b1afb6ff3815daa61a00f6fd3</id>
<content type='text'>
airo requires ISA_DMA_API and
that symbol is only set on some ppc,malta,x86
x86 is probably only platform where that driver is used

fixes buildbot errors on ar71xx,lantiq ...:
airo.ko is missing

Signed-off-by: Dirk Neukirchen &lt;dirkneukirchen@web.de&gt;

SVN-Revision: 49073
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
airo requires ISA_DMA_API and
that symbol is only set on some ppc,malta,x86
x86 is probably only platform where that driver is used

fixes buildbot errors on ar71xx,lantiq ...:
airo.ko is missing

Signed-off-by: Dirk Neukirchen &lt;dirkneukirchen@web.de&gt;

SVN-Revision: 49073
</pre>
</div>
</content>
</entry>
<entry>
<title>mac80211: add cisco airo</title>
<updated>2016-03-20T14:41:41+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2016-03-20T14:41:41+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=b5bd41edcd4457e16ba7e1ae91c3efda9df0ab99'/>
<id>b5bd41edcd4457e16ba7e1ae91c3efda9df0ab99</id>
<content type='text'>
airo depends on cfg80211, move it to mac80211

Signed-off-by: Dirk Neukirchen &lt;dirkneukirchen@web.de&gt;

SVN-Revision: 49047
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
airo depends on cfg80211, move it to mac80211

Signed-off-by: Dirk Neukirchen &lt;dirkneukirchen@web.de&gt;

SVN-Revision: 49047
</pre>
</div>
</content>
</entry>
<entry>
<title>mac80211: libertas-spi: deactivate for UML target</title>
<updated>2016-03-17T23:09:20+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2016-03-17T23:09:20+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=6d933987db7be48d8b1637b32026ba0e6d8f27fa'/>
<id>6d933987db7be48d8b1637b32026ba0e6d8f27fa</id>
<content type='text'>
The UML target does not have spi support.
This fixes a build problem found by the build bot.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

SVN-Revision: 49034
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The UML target does not have spi support.
This fixes a build problem found by the build bot.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

SVN-Revision: 49034
</pre>
</div>
</content>
</entry>
<entry>
<title>brcmfmac: Add Raspberry Pi 3 support</title>
<updated>2016-03-16T09:26:42+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2016-03-16T09:26:42+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=553c1b793f6de84e8ed545535f1ee54c4c4c0581'/>
<id>553c1b793f6de84e8ed545535f1ee54c4c4c0581</id>
<content type='text'>
- Enable SDIO support on brcmfmac.
- Disable power managment for brcm2708 target.

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
Reviewed-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 49023
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Enable SDIO support on brcmfmac.
- Disable power managment for brcm2708 target.

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
Reviewed-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 49023
</pre>
</div>
</content>
</entry>
<entry>
<title>mac80211: backport brcmfmac patchset with driver setting concept</title>
<updated>2016-03-07T22:37:09+00:00</updated>
<author>
<name>Rafał Miłecki</name>
<email>zajec5@gmail.com</email>
</author>
<published>2016-03-07T22:37:09+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f5317ed5d2e06765982b44fb4f42b80686790b37'/>
<id>f5317ed5d2e06765982b44fb4f42b80686790b37</id>
<content type='text'>
This prepares brcmfmac for better country handling and fixes BCM4360
support which was always failing with:
[   13.249195] brcmfmac: brcmf_pcie_download_fw_nvram: FW failed to initialize

Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 48959
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prepares brcmfmac for better country handling and fixes BCM4360
support which was always failing with:
[   13.249195] brcmfmac: brcmf_pcie_download_fw_nvram: FW failed to initialize

Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 48959
</pre>
</div>
</content>
</entry>
<entry>
<title>mac80211: rework gpio chip/button support to build on platforms without CONFIG_GPIOLIB</title>
<updated>2016-03-07T09:20:22+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2016-03-07T09:20:22+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2cfd943fe9074c3bfd1c293222d7de381e2f1576'/>
<id>2cfd943fe9074c3bfd1c293222d7de381e2f1576</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48938
</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: 48938
</pre>
</div>
</content>
</entry>
<entry>
<title>mac80211: ath9k: enable GPIO buttons</title>
<updated>2016-03-05T09:45:03+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2016-03-05T09:45:03+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=6bece706ec1b6347b57b9208bfc9cad9697d758a'/>
<id>6bece706ec1b6347b57b9208bfc9cad9697d758a</id>
<content type='text'>
Enable platform-defined GPIO button support for ath9k device.
Key poller is activated for attached platform buttons.
Requires ath9k GPIO chip access.

Signed-off-by: Michal Cieslakiewicz &lt;michal.cieslakiewicz@wp.pl&gt;

SVN-Revision: 48921
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable platform-defined GPIO button support for ath9k device.
Key poller is activated for attached platform buttons.
Requires ath9k GPIO chip access.

Signed-off-by: Michal Cieslakiewicz &lt;michal.cieslakiewicz@wp.pl&gt;

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