<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/kernel/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>broadcom-wl: fix section mismatches in broadcom-wl driver</title>
<updated>2015-08-29T17:37:41+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2015-08-29T17:37:41+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=adbb8801acfb54e819b6702fc516acbd6b42148c'/>
<id>adbb8801acfb54e819b6702fc516acbd6b42148c</id>
<content type='text'>
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

SVN-Revision: 46745
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

SVN-Revision: 46745
</pre>
</div>
</content>
</entry>
<entry>
<title>broadcom-wl: fix build with musl</title>
<updated>2015-06-17T22:37:49+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2015-06-17T22:37:49+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=1772c47c51b20e612fb1e2cc6013e5301b5e0bbb'/>
<id>1772c47c51b20e612fb1e2cc6013e5301b5e0bbb</id>
<content type='text'>
This fixes some build problems with musl. The binary only program
nas.exe wants to link against __assert, which is copied from uClibc.

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

SVN-Revision: 46021
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes some build problems with musl. The binary only program
nas.exe wants to link against __assert, which is copied from uClibc.

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

SVN-Revision: 46021
</pre>
</div>
</content>
</entry>
<entry>
<title>broadcom_wl: eliminate compiler error with gcc-4.9-linaro</title>
<updated>2014-10-24T18:05:51+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-10-24T18:05:51+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=fc822a4370f534ad83de092a2a9ababa94ebee8b'/>
<id>fc822a4370f534ad83de092a2a9ababa94ebee8b</id>
<content type='text'>
Attempting to build broadcom_wl (from trunk) with the linaro 4.9.x
toolchain produces the following errors:

&lt;...&gt;/wl_linux.c: In function 'wl_dump_ver':
&lt;...&gt;/wl_linux.c:2302:3: error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time]
   __DATE__, __TIME__, EPI_VERSION_STR);
   ^
&lt;...&gt;/wl_linux.c:2302:13: error: macro "__TIME__" might prevent reproducible builds [-Werror=date-time]
   __DATE__, __TIME__, EPI_VERSION_STR);
             ^
cc1: some warnings being treated as errors

Remove the use of the __DATE__ and __TIME__ macros, as the info is not
really useful.

Signed-off-by: Nathan Hintz &lt;nlhintz@hotmail.com&gt;

SVN-Revision: 43046
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Attempting to build broadcom_wl (from trunk) with the linaro 4.9.x
toolchain produces the following errors:

&lt;...&gt;/wl_linux.c: In function 'wl_dump_ver':
&lt;...&gt;/wl_linux.c:2302:3: error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time]
   __DATE__, __TIME__, EPI_VERSION_STR);
   ^
&lt;...&gt;/wl_linux.c:2302:13: error: macro "__TIME__" might prevent reproducible builds [-Werror=date-time]
   __DATE__, __TIME__, EPI_VERSION_STR);
             ^
cc1: some warnings being treated as errors

Remove the use of the __DATE__ and __TIME__ macros, as the info is not
really useful.

Signed-off-by: Nathan Hintz &lt;nlhintz@hotmail.com&gt;

SVN-Revision: 43046
</pre>
</div>
</content>
</entry>
<entry>
<title>brcm-wl: use new brcm63xx fallback sprom</title>
<updated>2014-10-02T12:24:05+00:00</updated>
<author>
<name>Jonas Gorski</name>
<email>jogo@openwrt.org</email>
</author>
<published>2014-10-02T12:24:05+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=9a24294b02236a1f97f7e303222f9ea29fb536d0'/>
<id>9a24294b02236a1f97f7e303222f9ea29fb536d0</id>
<content type='text'>
This fixes brcm63xx fallback sprom extraction.

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 42725
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes brcm63xx fallback sprom extraction.

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 42725
</pre>
</div>
</content>
</entry>
<entry>
<title>broadcom-wl: add support for a8xx broadcom devices</title>
<updated>2014-08-08T22:58:54+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2014-08-08T22:58:54+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=8bc5902d72b3e8deb4f2e1d05d32504de398d567'/>
<id>8bc5902d72b3e8deb4f2e1d05d32504de398d567</id>
<content type='text'>
Tested on Comtrend VR-3025u (brcm6368 + a8d6-43222).

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;

SVN-Revision: 42084
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tested on Comtrend VR-3025u (brcm6368 + a8d6-43222).

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;

SVN-Revision: 42084
</pre>
</div>
</content>
</entry>
<entry>
<title>broadcom-wl: assign first increased mac address to internal wifi core</title>
<updated>2014-07-07T17:38:54+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2014-07-07T17:38:54+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=189edfef1a6001b5922726b116bbfca3313cb4d5'/>
<id>189edfef1a6001b5922726b116bbfca3313cb4d5</id>
<content type='text'>
When the original mac addresses are not valid assign the first one to
the internal wifi core, this matches the manufacture mac address in
most cases. In addition refresh the patches.

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

SVN-Revision: 41545
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the original mac addresses are not valid assign the first one to
the internal wifi core, this matches the manufacture mac address in
most cases. In addition refresh the patches.

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

SVN-Revision: 41545
</pre>
</div>
</content>
</entry>
<entry>
<title>broadcom-wl: fixup mac addresses.</title>
<updated>2014-07-05T19:23:40+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2014-07-05T19:23:40+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=817c56f77c2229f7a91307b04a4af3e79dc16ebb'/>
<id>817c56f77c2229f7a91307b04a4af3e79dc16ebb</id>
<content type='text'>
Some series of devices are using the same mac address, which causes
conflicts for these devices we generate a new mac address based on the
base address. This patch adds this functionality to braodcom-wl.

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

SVN-Revision: 41514
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some series of devices are using the same mac address, which causes
conflicts for these devices we generate a new mac address based on the
base address. This patch adds this functionality to braodcom-wl.

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

SVN-Revision: 41514
</pre>
</div>
</content>
</entry>
<entry>
<title>broadcom-wl: support probe of 'wds' devices</title>
<updated>2013-11-11T22:04:53+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2013-11-11T22:04:53+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=753d52c2a48bc464795f67614bfceac8d05dd257'/>
<id>753d52c2a48bc464795f67614bfceac8d05dd257</id>
<content type='text'>
'nas' requires probe of 'wds' devices to be successful;
so don't fail them.

Signed-off-by: Nathan Hintz &lt;nlhintz@hotmail.com&gt;

SVN-Revision: 38763
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'nas' requires probe of 'wds' devices to be successful;
so don't fail them.

Signed-off-by: Nathan Hintz &lt;nlhintz@hotmail.com&gt;

SVN-Revision: 38763
</pre>
</div>
</content>
</entry>
<entry>
<title>broadcom-wl: fix crash when starting multiple virtual interfaces</title>
<updated>2013-11-11T22:04:26+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2013-11-11T22:04:26+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=697f4a19e52cea8fbd17c8b764a352aab28ba9e1'/>
<id>697f4a19e52cea8fbd17c8b764a352aab28ba9e1</id>
<content type='text'>
When enabling multiple VIFS, the driver sometimes crashes.  The frequency
of the crash increases as more VIFS are enabled.

Signed-off-by: Nathan Hintz &lt;nlhintz@hotmail.com&gt;

SVN-Revision: 38762
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When enabling multiple VIFS, the driver sometimes crashes.  The frequency
of the crash increases as more VIFS are enabled.

Signed-off-by: Nathan Hintz &lt;nlhintz@hotmail.com&gt;

SVN-Revision: 38762
</pre>
</div>
</content>
</entry>
<entry>
<title>broadcom-wl: perform additional cleanup on wl module unload</title>
<updated>2013-11-11T22:03:58+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2013-11-11T22:03:58+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=b98f77f3d9d40cbe4542196c4324bf0a31a4f352'/>
<id>b98f77f3d9d40cbe4542196c4324bf0a31a4f352</id>
<content type='text'>
Signed-off-by: Nathan Hintz &lt;nlhintz@hotmail.com&gt;

SVN-Revision: 38761
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Nathan Hintz &lt;nlhintz@hotmail.com&gt;

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