<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/drivers/net/wireless/mediatek/mt76/mt7915/mac.h, branch linux-6.2.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-6.2.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-6.2.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2022-07-11T11:40:02Z</updated>
<entry>
<title>mt76: move mt76_connac2_mcu_fill_message in mt76_connac module</title>
<updated>2022-07-11T11:40:02Z</updated>
<author>
<name>Lorenzo Bianconi</name>
<email>lorenzo@kernel.org</email>
</author>
<published>2022-06-20T12:59:18Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=d2f5c8ed9fc436b53a59fdb8bdeb5f19f3a1b12c'/>
<id>urn:sha1:d2f5c8ed9fc436b53a59fdb8bdeb5f19f3a1b12c</id>
<content type='text'>
Move mt76_connac2_mcu_fill_message routine in shared module in order to
reuse it for mt7921 and mt7915e drivers. This is a preliminary patch to
add mt7990 driver support.

Signed-off-by: Lorenzo Bianconi &lt;lorenzo@kernel.org&gt;
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>mt76: mt7915: rely on mt76_connac_tx_free</title>
<updated>2022-07-11T11:40:02Z</updated>
<author>
<name>Lorenzo Bianconi</name>
<email>lorenzo@kernel.org</email>
</author>
<published>2022-06-20T12:37:34Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=a8021cb9c1ef26536a766a0c3ecdd1f702516cb0'/>
<id>urn:sha1:a8021cb9c1ef26536a766a0c3ecdd1f702516cb0</id>
<content type='text'>
As for mt7921 and mt7615 drivers, rely on mt76_connac_tx_free data
structure in mt7915e driver.

Signed-off-by: Lorenzo Bianconi &lt;lorenzo@kernel.org&gt;
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>mt76: connac: move mt76_connac_fw_txp in common module</title>
<updated>2022-07-11T11:40:02Z</updated>
<author>
<name>Lorenzo Bianconi</name>
<email>lorenzo@kernel.org</email>
</author>
<published>2022-06-19T20:42:36Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=5c0bed88c19d05b87aa4ca6ce6a2a93df4533a5e'/>
<id>urn:sha1:5c0bed88c19d05b87aa4ca6ce6a2a93df4533a5e</id>
<content type='text'>
Since mt76_connac_fw_txp struct is shared between mt7615e, mt7915e and
mt7921e, move it in mt76_connac module.

Signed-off-by: Lorenzo Bianconi &lt;lorenzo@kernel.org&gt;
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>mt76: connac: move mt76_connac2_reverse_frag0_hdr_trans in mt76-connac module</title>
<updated>2022-07-11T11:40:02Z</updated>
<author>
<name>Lorenzo Bianconi</name>
<email>lorenzo@kernel.org</email>
</author>
<published>2022-06-08T17:30:30Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=0880d40871d1d0155c157a68add961d8dbcca2a3'/>
<id>urn:sha1:0880d40871d1d0155c157a68add961d8dbcca2a3</id>
<content type='text'>
mt76_connac2_reverse_frag0_hdr_trans routine is shared between mt7921
and mt7915e drivers.

Signed-off-by: Lorenzo Bianconi &lt;lorenzo@kernel.org&gt;
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>mt76: connac: move HE radiotap parsing in connac module</title>
<updated>2022-07-11T11:40:01Z</updated>
<author>
<name>Lorenzo Bianconi</name>
<email>lorenzo@kernel.org</email>
</author>
<published>2022-06-08T17:30:29Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=f71662de66a63e2776f14e452f1feb601f14e655'/>
<id>urn:sha1:f71662de66a63e2776f14e452f1feb601f14e655</id>
<content type='text'>
HE radiotap parsing code is shared between connac2 devices.

Signed-off-by: Lorenzo Bianconi &lt;lorenzo@kernel.org&gt;
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>mt76: connac: move mac connac2 defs in mt76_connac2_mac.h</title>
<updated>2022-07-11T11:40:01Z</updated>
<author>
<name>Lorenzo Bianconi</name>
<email>lorenzo@kernel.org</email>
</author>
<published>2022-06-07T09:28:39Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=90211957a640e6933b236e06728578d252f7374f'/>
<id>urn:sha1:90211957a640e6933b236e06728578d252f7374f</id>
<content type='text'>
This is a preliminary patch to share connac2 mac txwi code.

Signed-off-by: Lorenzo Bianconi &lt;lorenzo@kernel.org&gt;
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>mt76: mt7915: add Wireless Ethernet Dispatch support</title>
<updated>2022-05-13T07:39:35Z</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@nbd.name</email>
</author>
<published>2021-12-06T12:45:54Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=f68d67623dec9445960b52a0e9e8e60297596b4b'/>
<id>urn:sha1:f68d67623dec9445960b52a0e9e8e60297596b4b</id>
<content type='text'>
This is used to support hardware flow offloading from Ethernet to WLAN

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>mt76: mt7915: add support for passing chip/firmware debug data to user space</title>
<updated>2022-02-03T12:57:58Z</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@nbd.name</email>
</author>
<published>2021-12-26T21:18:32Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=988845c9361a0279d061ad7c2afebf54065b2e83'/>
<id>urn:sha1:988845c9361a0279d061ad7c2afebf54065b2e83</id>
<content type='text'>
This can be used to assist in debugging driver or firmware tx/rx issues.
The data is streamed to user space using a relay file in debugfs

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>mt76: mt7915: update rx rate reporting for mt7916</title>
<updated>2022-02-03T12:57:56Z</updated>
<author>
<name>Bo Jiao</name>
<email>Bo.Jiao@mediatek.com</email>
</author>
<published>2021-12-20T02:18:01Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=1c9db0aa23fd111b73237bacd086732324515131'/>
<id>urn:sha1:1c9db0aa23fd111b73237bacd086732324515131</id>
<content type='text'>
mt7916 reports rx rate from rxd group3 directly.

Co-developed-by: Sujuan Chen &lt;sujuan.chen@mediatek.com&gt;
Signed-off-by: Sujuan Chen &lt;sujuan.chen@mediatek.com&gt;
Co-developed-by: Ryder Lee &lt;ryder.lee@mediatek.com&gt;
Signed-off-by: Ryder Lee &lt;ryder.lee@mediatek.com&gt;
Signed-off-by: Bo Jiao &lt;Bo.Jiao@mediatek.com&gt;
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>mt76: mt7915: add txfree event v3</title>
<updated>2022-02-03T12:57:56Z</updated>
<author>
<name>Bo Jiao</name>
<email>Bo.Jiao@mediatek.com</email>
</author>
<published>2021-12-20T02:18:00Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=c17780e7b21eca3375e7573600ee0a6c42d954cd'/>
<id>urn:sha1:c17780e7b21eca3375e7573600ee0a6c42d954cd</id>
<content type='text'>
Update txfree v3 format.
This is an intermediate patch to add mt7916 support.

Co-developed-by: Sujuan Chen &lt;sujuan.chen@mediatek.com&gt;
Signed-off-by: Sujuan Chen &lt;sujuan.chen@mediatek.com&gt;
Co-developed-by: Ryder Lee &lt;ryder.lee@mediatek.com&gt;
Signed-off-by: Ryder Lee &lt;ryder.lee@mediatek.com&gt;
Signed-off-by: Bo Jiao &lt;Bo.Jiao@mediatek.com&gt;
Reviewed-by: Shayne Chen &lt;shayne.chen@mediatek.com&gt;
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
</feed>
