<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/kernel/mac80211/files/lib, branch mtk-20170518</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>mt7xxx proprietary Wifi drivers integration + mac80211 weird changes</title>
<updated>2018-09-16T17:55:45+00:00</updated>
<author>
<name>Ludovic Pouzenc</name>
<email>ludovic@pouzenc.fr</email>
</author>
<published>2018-09-16T17:55:45+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c0ce88c586a467665b35d93c2f6962cac8e8dc27'/>
<id>c0ce88c586a467665b35d93c2f6962cac8e8dc27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mac80211: support wildcard paths when matching phys</title>
<updated>2014-07-29T09:48:07+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2014-07-29T09:48:07+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=1c0557cfa80e6c5258960e6f12f526ba57082276'/>
<id>1c0557cfa80e6c5258960e6f12f526ba57082276</id>
<content type='text'>
This change introduces support for wildcard patterns in "option path"
of section "wifi-device".

Objective is to allow paths like "*/usb[0-9]/*/*" in order to claim
any usb device using the same backend type, regardless of its bus
address or phy name.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 41873
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change introduces support for wildcard patterns in "option path"
of section "wifi-device".

Objective is to allow paths like "*/usb[0-9]/*/*" in order to claim
any usb device using the same backend type, regardless of its bus
address or phy name.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 41873
</pre>
</div>
</content>
</entry>
<entry>
<title>mac80211: Fix config variable name for dtim_period</title>
<updated>2014-07-10T12:29:27+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-07-10T12:29:27+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f34cbdcf61cfc1640a2e2e58adce38dc53e68ca9'/>
<id>f34cbdcf61cfc1640a2e2e58adce38dc53e68ca9</id>
<content type='text'>
The vif option dtim_period was accidently renamed dtim_interval in r38988
("netifd: add wireless configuration support and port mac80211 to the new
framework"). This is wrong and makes the dtim_period/dtim_interval a dead
option because the rest of the config generation code still uses dtim_period.

Reported-by: Jeppe Ledet-Pedersen &lt;jlp@steinwurf.com&gt;
Signed-off-by: Sven Eckelmann &lt;sven@narfation.org&gt;

SVN-Revision: 41557
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The vif option dtim_period was accidently renamed dtim_interval in r38988
("netifd: add wireless configuration support and port mac80211 to the new
framework"). This is wrong and makes the dtim_period/dtim_interval a dead
option because the rest of the config generation code still uses dtim_period.

Reported-by: Jeppe Ledet-Pedersen &lt;jlp@steinwurf.com&gt;
Signed-off-by: Sven Eckelmann &lt;sven@narfation.org&gt;

SVN-Revision: 41557
</pre>
</div>
</content>
</entry>
<entry>
<title>mac80211: disable greenfield by default</title>
<updated>2014-06-22T11:52:53+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-06-22T11:52:53+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2c9c7ada6e982fb2409460cfdd7b771fcdf2b14d'/>
<id>2c9c7ada6e982fb2409460cfdd7b771fcdf2b14d</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 41300
</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: 41300
</pre>
</div>
</content>
</entry>
<entry>
<title>mac80211: fix disabling of 802.11n features</title>
<updated>2014-06-13T10:10:05+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-06-13T10:10:05+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=867ba199f8fa17da2681e519980439f1b3049de9'/>
<id>867ba199f8fa17da2681e519980439f1b3049de9</id>
<content type='text'>
r40682 ("mac80211: clean up ht capability handling, drop the use of the
ht_capab list, use individual variables instead") removed the ht_capab list and
replaced it with optional variables to disable features for a phy. But these
variables weren't added in drv_mac80211_init_device_config and thus didn't make
any difference when modifying /etc/config/wireless.

Signed-off-by: Sven Eckelmann &lt;sven@narfation.org&gt;

SVN-Revision: 41180
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
r40682 ("mac80211: clean up ht capability handling, drop the use of the
ht_capab list, use individual variables instead") removed the ht_capab list and
replaced it with optional variables to disable features for a phy. But these
variables weren't added in drv_mac80211_init_device_config and thus didn't make
any difference when modifying /etc/config/wireless.

Signed-off-by: Sven Eckelmann &lt;sven@narfation.org&gt;

SVN-Revision: 41180
</pre>
</div>
</content>
</entry>
<entry>
<title>mac80211: query driver for max A-MPDU length exponent</title>
<updated>2014-06-02T12:44:54+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-06-02T12:44:54+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=43de2d08de98eac58114caec3ec07f3c683233b1'/>
<id>43de2d08de98eac58114caec3ec07f3c683233b1</id>
<content type='text'>
This patch enables netifd to query 802.11ac-driver for the maximum
supported A-MPDU length exponent, possibly increasing VHT throughput by
more aggressive frame aggregation.

v2: refreshed patch

Signed-off-by: Matti Laakso &lt;malaakso at elisanet.fi&gt;

SVN-Revision: 40938
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch enables netifd to query 802.11ac-driver for the maximum
supported A-MPDU length exponent, possibly increasing VHT throughput by
more aggressive frame aggregation.

v2: refreshed patch

Signed-off-by: Matti Laakso &lt;malaakso at elisanet.fi&gt;

SVN-Revision: 40938
</pre>
</div>
</content>
</entry>
<entry>
<title>mac80211: fix stbc configuration</title>
<updated>2014-05-19T22:19:07+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-05-19T22:19:07+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2ddcd59f161defbb0529b194d16962c4a93b7b0a'/>
<id>2ddcd59f161defbb0529b194d16962c4a93b7b0a</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 40783
</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: 40783
</pre>
</div>
</content>
</entry>
<entry>
<title>mac80211: fix ht capabilities for HT20</title>
<updated>2014-05-18T21:13:03+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-05-18T21:13:03+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=385b08d475a957f0fb75eaafbf81ee29453c0fb3'/>
<id>385b08d475a957f0fb75eaafbf81ee29453c0fb3</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 40776
</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: 40776
</pre>
</div>
</content>
</entry>
<entry>
<title>mac80211: fix VHT80 channel allocation (thx, SeG)</title>
<updated>2014-05-15T20:02:59+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-05-15T20:02:59+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=8a75eac80bfbe0d5065ccd21fadd8d71c57476db'/>
<id>8a75eac80bfbe0d5065ccd21fadd8d71c57476db</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 40770
</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: 40770
</pre>
</div>
</content>
</entry>
<entry>
<title>mac80211: reset ht_capab for each device</title>
<updated>2014-05-06T15:43:08+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-05-06T15:43:08+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=1268274b5d53304037879eee8d5a491f0b4fc56e'/>
<id>1268274b5d53304037879eee8d5a491f0b4fc56e</id>
<content type='text'>
... or else "option htmode" is added multiple times to
the second and following device sections.

Signed-off-by: Reiner Herrmann &lt;reiner@reiner-h.de&gt;

SVN-Revision: 40711
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... or else "option htmode" is added multiple times to
the second and following device sections.

Signed-off-by: Reiner Herrmann &lt;reiner@reiner-h.de&gt;

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