<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a7f7f624 - treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/mediatek/Kconfig#a7f7f624</link>
        <description>treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;Since commit 84af7a6194e4 (&quot;checkpatch: kconfig: prefer &apos;help&apos; over&apos;---help---&apos;&quot;), the number of &apos;---help---&apos; has been graduallydecreasing, but there are still more than 2400 instances.This commit finishes the conversion. While I touched the lines,I also fixed the indentation.There are a variety of indentation styles found.  a) 4 spaces + &apos;---help---&apos;  b) 7 spaces + &apos;---help---&apos;  c) 8 spaces + &apos;---help---&apos;  d) 1 space + 1 tab + &apos;---help---&apos;  e) 1 tab + &apos;---help---&apos;    (correct indentation)  f) 1 tab + 1 space + &apos;---help---&apos;  g) 1 tab + 2 spaces + &apos;---help---&apos;In order to convert all of them to 1 tab + &apos;help&apos;, I ran thefollowing commend:  $ find . -name &apos;Kconfig*&apos; | xargs sed -i &apos;s/^[[:space:]]*---help---/\thelp/&apos;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/mediatek/Kconfig</description>
        <pubDate>Sat, 13 Jun 2020 16:50:22 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/mediatek/Kconfig#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/mediatek/Kconfig</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>a6cf02e6 - net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help text</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/mediatek/Kconfig#a6cf02e6</link>
        <description>net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help textLots of the wireless driver vendor Kconfig symol help text says&quot;questions about  cards.&quot; (2 spaces between &quot;about&quot; and &quot;cards&quot;)Besides dropping one of those spaces, it also needs some other wordinserted there. Instead of putting each vendor&apos;s name there, I choseto say &quot;these&quot; cards in all of the Kconfig help text.Cc: Kalle Valo &lt;kvalo@codeaurora.org&gt;Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/mediatek/Kconfig</description>
        <pubDate>Sat, 03 Mar 2018 02:03:30 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>7bc04215 - mt76: add driver code for MT76x2e</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/mediatek/Kconfig#7bc04215</link>
        <description>mt76: add driver code for MT76x2eMT76x2e is a 2x2 PCIe 802.11ac chipset by MediaTek. This driver has fullsupport for AP, station, ad-hoc, mesh and monitor mode.Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;Signed-off-by: Lorenzo Bianconi &lt;lorenzo.bianconi83@gmail.com&gt;Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/mediatek/Kconfig</description>
        <pubDate>Tue, 21 Nov 2017 09:50:53 +0000</pubDate>
        <dc:creator>Felix Fietkau &lt;nbd@nbd.name&gt;</dc:creator>
    </item>
<item>
        <title>7b09ed5a - mediatek: unify Kconfig with other vendors</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/mediatek/Kconfig#7b09ed5a</link>
        <description>mediatek: unify Kconfig with other vendorsPart of reorganising wireless drivers directory and Kconfig.Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/mediatek/Kconfig</description>
        <pubDate>Wed, 18 Nov 2015 08:23:52 +0000</pubDate>
        <dc:creator>Kalle Valo &lt;kvalo@codeaurora.org&gt;</dc:creator>
    </item>
<item>
        <title>c869f77d - add mt7601u driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/mediatek/Kconfig#c869f77d</link>
        <description>add mt7601u driverAdd support for the simplest of MediaTek Wi-Fi devices - MT7601U.It is a single stream bgn chip with no bells or whistles.This driver is partially based on Felix&apos;s mt76 but IMHO it doesn&apos;tmake sense to merge the two right now because MT7601U is a designsomewhere between old Ralink devices and new Mediatek chips.  Therewouldn&apos;t be all that much code sharing with the devices mt76 supports.Situation may obviously change when someone decides to extend m76 withsupport for the more recent USB dongles.The driver supports only station mode.  I&apos;m hoping to add AP supportwhen time allows.This driver sat on GitHub for quite a while and got some testing there:http://github.com/kuba-moo/mt7601uSigned-off-by: Jakub Kicinski &lt;kubakici@wp.pl&gt;Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/mediatek/Kconfig</description>
        <pubDate>Tue, 26 May 2015 09:16:00 +0000</pubDate>
        <dc:creator>Jakub Kicinski &lt;kubakici@wp.pl&gt;</dc:creator>
    </item>
</channel>
</rss>
