<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/broadcom-wl/patches, 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>packages: clean up the package folder</title>
<updated>2013-06-21T16:54:37+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2013-06-21T16:54:37+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=4ebf19b48fafc8d94e14e4ba779969613b241a6a'/>
<id>4ebf19b48fafc8d94e14e4ba779969613b241a6a</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 37007
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 37007
</pre>
</div>
</content>
</entry>
<entry>
<title>broadcom-wl: hack to work around a bug in the PCIe controller</title>
<updated>2013-02-24T18:01:06+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2013-02-24T18:01:06+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=26e9830eace3ecf2bf43b84c5e4cf5aaec44125d'/>
<id>26e9830eace3ecf2bf43b84c5e4cf5aaec44125d</id>
<content type='text'>
Thank you nlh

This closes #12930.

SVN-Revision: 35767
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thank you nlh

This closes #12930.

SVN-Revision: 35767
</pre>
</div>
</content>
</entry>
<entry>
<title>broadcom-wl: fix two problems when more then one wifi card is available.</title>
<updated>2012-11-25T20:11:15+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2012-11-25T20:11:15+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=e9b6c999f54476d531f10d3eff1f41b145cf589d'/>
<id>e9b6c999f54476d531f10d3eff1f41b145cf589d</id>
<content type='text'>
* The device should get a unique name at the beginning and not wl%d.
* load the nvram just one time into the own buffer, also when there is
  more than one device.

SVN-Revision: 34381
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* The device should get a unique name at the beginning and not wl%d.
* load the nvram just one time into the own buffer, also when there is
  more than one device.

SVN-Revision: 34381
</pre>
</div>
</content>
</entry>
<entry>
<title>brcm47xx: add support for kernel 3.6</title>
<updated>2012-11-18T21:27:00+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2012-11-18T21:27:00+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=86cc79ac985ffd954d26c88d144b82063a714636'/>
<id>86cc79ac985ffd954d26c88d144b82063a714636</id>
<content type='text'>
This is based on the patch by Peter Wagner.

SVN-Revision: 34252
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is based on the patch by Peter Wagner.

SVN-Revision: 34252
</pre>
</div>
</content>
</entry>
<entry>
<title>broadcom-wl: fix build after IRQF_SAMPLE_RANDOM flag removal (#12248)</title>
<updated>2012-10-04T12:36:45+00:00</updated>
<author>
<name>Florian Fainelli</name>
<email>florian@openwrt.org</email>
</author>
<published>2012-10-04T12:36:45+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=e5ca54aee977ae042cf02ea1028e78ff94d9c845'/>
<id>e5ca54aee977ae042cf02ea1028e78ff94d9c845</id>
<content type='text'>
SVN-Revision: 33617
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 33617
</pre>
</div>
</content>
</entry>
<entry>
<title>broadcom-wl: fix reading fallback sprom for pci devices.</title>
<updated>2012-02-10T17:11:17+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2012-02-10T17:11:17+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f5fe6252d1d529b507e45695f8974b774acd5092'/>
<id>f5fe6252d1d529b507e45695f8974b774acd5092</id>
<content type='text'>
When using the Broadcom SDK the SSB bus is emulated as an PCI bus so
the PCI bus number of the first real pci bus is increased by one. The
variable names in the nvram are created with that structure in mind. To
fix this we have ti increases the pci bus number by one. This was also
done for ssb some time ago.

This is based on a patch by nlh.
This closes #10917

SVN-Revision: 30422
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When using the Broadcom SDK the SSB bus is emulated as an PCI bus so
the PCI bus number of the first real pci bus is increased by one. The
variable names in the nvram are created with that structure in mind. To
fix this we have ti increases the pci bus number by one. This was also
done for ssb some time ago.

This is based on a patch by nlh.
This closes #10917

SVN-Revision: 30422
</pre>
</div>
</content>
</entry>
<entry>
<title>broadcom-wl: fix compile with kernel 3.2</title>
<updated>2012-02-10T17:07:14+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2012-02-10T17:07:14+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=501ee77468ecbd2d575f33fdcc648efc82ce20e3'/>
<id>501ee77468ecbd2d575f33fdcc648efc82ce20e3</id>
<content type='text'>
SVN-Revision: 30421
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 30421
</pre>
</div>
</content>
</entry>
<entry>
<title>broadcom-wl: fix setup of virtual interfaces (patch by Nathan Hintz)</title>
<updated>2011-08-01T18:41:05+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2011-08-01T18:41:05+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c330325bda9a3149bf3cfd9924a6ecaf660ab127'/>
<id>c330325bda9a3149bf3cfd9924a6ecaf660ab127</id>
<content type='text'>
SVN-Revision: 27868
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 27868
</pre>
</div>
</content>
</entry>
<entry>
<title>broadcom-wl: give the 007 patch a more meaningful name</title>
<updated>2011-07-24T14:14:48+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2011-07-24T14:14:48+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=8ecad9c51ad06d4eaa325e5a9f4c42adb4b4eecb'/>
<id>8ecad9c51ad06d4eaa325e5a9f4c42adb4b4eecb</id>
<content type='text'>
SVN-Revision: 27752
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 27752
</pre>
</div>
</content>
</entry>
<entry>
<title>broadcom-wl: make it work on the RT-N16 and other device using the BCMA bus - refresh and reorder patches - introduce a unified BCMA/SSB glue driver to accomodate for both bus types on brcm47xx - extend wlunbind init script to detach device from bcma-pci-bridge as well</title>
<updated>2011-07-24T14:10:39+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2011-07-24T14:10:39+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=1d7ae4aba7a252efb3fb84dce6362f99d4455b16'/>
<id>1d7ae4aba7a252efb3fb84dce6362f99d4455b16</id>
<content type='text'>
SVN-Revision: 27751
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 27751
</pre>
</div>
</content>
</entry>
</feed>
