<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/drivers/net/wireless/mediatek/mt76/mt7603/init.c, 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>2021-06-19T07:22:37Z</updated>
<entry>
<title>mt76: move mt76_rates in mt76 module</title>
<updated>2021-06-19T07:22:37Z</updated>
<author>
<name>Lorenzo Bianconi</name>
<email>lorenzo@kernel.org</email>
</author>
<published>2021-04-29T16:32:56Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=54b8fdebe4f45aafb61a0c73872a50d53791b091'/>
<id>urn:sha1:54b8fdebe4f45aafb61a0c73872a50d53791b091</id>
<content type='text'>
Move mt76_rates array in mt76 module and remove duplicated code since it
is shared by all 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: report Rx timestamp</title>
<updated>2021-04-12T21:07:24Z</updated>
<author>
<name>Ryder Lee</name>
<email>ryder.lee@mediatek.com</email>
</author>
<published>2021-03-29T17:25:00Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=0fda6d7bb5a29b241fba8d37b92567c6bec79655'/>
<id>urn:sha1:0fda6d7bb5a29b241fba8d37b92567c6bec79655</id>
<content type='text'>
Frame reception timestamp (low 32-bits) that indicates the value of the
local TSF timer value at the time the first bit of the MAC header in the
received frame (PPDU unit) arriving at the MAC.

Signed-off-by: Ryder Lee &lt;ryder.lee@mediatek.com&gt;
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>mt76: move mac_work in mt76_core module</title>
<updated>2021-01-26T19:07:48Z</updated>
<author>
<name>Lorenzo Bianconi</name>
<email>lorenzo@kernel.org</email>
</author>
<published>2021-01-04T18:00:05Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=a782f8bfdd46a6028dee41b99a990534737ad997'/>
<id>urn:sha1:a782f8bfdd46a6028dee41b99a990534737ad997</id>
<content type='text'>
Move mac_work delayed_work and mac_work_count in mt76_phy since it is
used by all drivers. This is a preliminary patch to create a common mcu
library used by mt7615 and mt7921 drivers

Co-developed-by: Sean Wang &lt;sean.wang@mediatek.com&gt;
Signed-off-by: Sean Wang &lt;sean.wang@mediatek.com&gt;
Signed-off-by: Lorenzo Bianconi &lt;lorenzo@kernel.org&gt;
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>wireless: mt76: convert tasklets to use new tasklet_setup() API</title>
<updated>2020-12-04T12:46:16Z</updated>
<author>
<name>Allen Pais</name>
<email>apais@linux.microsoft.com</email>
</author>
<published>2020-10-07T10:33:07Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=5ee3e780cf26ff07948a1447d840659408988d2c'/>
<id>urn:sha1:5ee3e780cf26ff07948a1447d840659408988d2c</id>
<content type='text'>
In preparation for unconditionally passing the
struct tasklet_struct pointer to all tasklet
callbacks, switch to using the new tasklet_setup()
and from_tasklet() to pass the tasklet pointer explicitly.

Signed-off-by: Romain Perier &lt;romain.perier@gmail.com&gt;
Signed-off-by: Allen Pais &lt;apais@linux.microsoft.com&gt;
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>mt76: do not set NEEDS_UNIQUE_STA_ADDR for 7615 and 7915</title>
<updated>2020-12-04T12:46:13Z</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@nbd.name</email>
</author>
<published>2020-09-26T20:39:31Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=7af1ae62dd77ef4ed84b26681d4da1774f99f680'/>
<id>urn:sha1:7af1ae62dd77ef4ed84b26681d4da1774f99f680</id>
<content type='text'>
The newer chipsets can deal with the same STA on multiple interfaces
Preparation for supporting more station interfaces

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>mt76: mt7603: check for single-stream EEPROM configuration</title>
<updated>2020-09-24T16:10:16Z</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@nbd.name</email>
</author>
<published>2020-08-25T05:03:37Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=d407afcbd6e763171253b6a174749e0ecf49e249'/>
<id>urn:sha1:d407afcbd6e763171253b6a174749e0ecf49e249</id>
<content type='text'>
Some devices using MT7628 or MT7603 have only one antenna chain connected.
Detect these using the EEPROM rx/tx path settings

Reported-by: Qin Wei &lt;me@vonger.cn&gt;
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>mt76: enable p2p support</title>
<updated>2020-05-13T18:01:11Z</updated>
<author>
<name>Lorenzo Bianconi</name>
<email>lorenzo@kernel.org</email>
</author>
<published>2020-05-12T20:02:49Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=50eb0a884a4cbb158369cf3128b98a97c8f431a0'/>
<id>urn:sha1:50eb0a884a4cbb158369cf3128b98a97c8f431a0</id>
<content type='text'>
Introduce p2p-go/p2p-client suppor to mt76 driver

Co-developed-by: Sean Wang &lt;sean.wang@mediatek.com&gt;
Signed-off-by: Sean Wang &lt;sean.wang@mediatek.com&gt;
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: mt7603: make dynamic sensitivity adjustment configurable via debugfs</title>
<updated>2020-03-17T16:13:59Z</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@nbd.name</email>
</author>
<published>2019-02-26T14:15:28Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=e9415009afb9dd82647dafadf4d4bb872c5b97e9'/>
<id>urn:sha1:e9415009afb9dd82647dafadf4d4bb872c5b97e9</id>
<content type='text'>
In some cases it may be useful for debugging to disable this feature

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>mt76: mt7603: add upper limit for dynamic sensitivity minimum receive power</title>
<updated>2020-03-17T16:13:59Z</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@nbd.name</email>
</author>
<published>2020-02-22T09:02:21Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=633348f2ca7eb0e8ac285ece3332973978807485'/>
<id>urn:sha1:633348f2ca7eb0e8ac285ece3332973978807485</id>
<content type='text'>
If the minimum power is raised too much, it can make it impossible for weaker
clients to connect, and there are some scenarios where the false detects will
not go down no matter how much the sensitivity is adjusted.
Fixes connectivity issues in some rare cases

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>mt76: do not set HOST_BROADCAST_PS_BUFFERING for mt7615</title>
<updated>2020-02-14T09:06:09Z</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@nbd.name</email>
</author>
<published>2020-02-13T21:56:33Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=e22d0b89647c2e14a21c046af4ea5fed7c2b2acc'/>
<id>urn:sha1:e22d0b89647c2e14a21c046af4ea5fed7c2b2acc</id>
<content type='text'>
mt7615 handles powersave buffering in firmware

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
</feed>
