<?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>5d7cf67f - Fix nomenclature for USB and PCI wireless devices</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/ralink/rt2x00/Kconfig#5d7cf67f</link>
        <description>Fix nomenclature for USB and PCI wireless devicesA mouse that uses a USB connection is called a &quot;USB mouse&quot; device (or&quot;USB mouse&quot; for short), not a &quot;mouse USB&quot; device.  By analogy, a WiFiadapter that connects to the host computer via USB is a &quot;USB wireless&quot;device, not a &quot;wireless USB&quot; device.  (The latter term more properlyrefers to a defunct Wireless USB specification, which described atechnology for sending USB protocol messages over an ultra widebandradio link.)Similarly for a WiFi adapter card that plugs into a PCIe slot: It is a&quot;PCIe wireless&quot; device, not a &quot;wireless PCIe&quot; device.Rephrase the text in the kernel source where the word ordering iswrong.Signed-off-by: Alan Stern &lt;stern@rowland.harvard.edu&gt;Reviewed-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Signed-off-by: Kalle Valo &lt;kvalo@kernel.org&gt;Link: https://lore.kernel.org/r/57da7c80-0e48-41b5-8427-884a02648f55@rowland.harvard.edu

            List of files:
            /linux-6.15/drivers/net/wireless/ralink/rt2x00/Kconfig</description>
        <pubDate>Wed, 09 Aug 2023 00:44:48 +0000</pubDate>
        <dc:creator>Alan Stern &lt;stern@rowland.harvard.edu&gt;</dc:creator>
    </item>
<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/ralink/rt2x00/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/ralink/rt2x00/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>5421cf84 - drivers: net: Fix Kconfig indentation, continued</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/ralink/rt2x00/Kconfig#5421cf84</link>
        <description>drivers: net: Fix Kconfig indentation, continuedAdjust indentation from spaces to tab (+optional two spaces) as incoding style.  This fixes various indentation mixups (seven spaces,tab+one space, etc).Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/ralink/rt2x00/Kconfig</description>
        <pubDate>Thu, 21 Nov 2019 13:28:28 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>02bc5eb9 - drivers: net: Fix Kconfig indentation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/ralink/rt2x00/Kconfig#02bc5eb9</link>
        <description>drivers: net: Fix Kconfig indentationAdjust indentation from spaces to tab (+optional two spaces) as incoding style with command like:    $ sed -e &apos;s/^        /\t/&apos; -i */KconfigSigned-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Acked-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;Reviewed-by: Leon Romanovsky &lt;leonro@mellanox.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/ralink/rt2x00/Kconfig</description>
        <pubDate>Mon, 23 Sep 2019 15:52:43 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@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/ralink/rt2x00/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/ralink/rt2x00/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>41977e86 - rt2x00: add support for MT7620</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/ralink/rt2x00/Kconfig#41977e86</link>
        <description>rt2x00: add support for MT7620Basic support for MT7620 built-in wireless radio was added toOpenWrt in r41441. It has seen some heavy cleaning and refactoringsince in order to match the Kernel&apos;s code quality standards.Signed-off-by: Roman Yeryomin &lt;roman@advem.lv&gt;Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;Acked-by: Stanislaw Gruszka &lt;sgruszka@redhat.com&gt;Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/ralink/rt2x00/Kconfig</description>
        <pubDate>Mon, 20 Mar 2017 23:43:00 +0000</pubDate>
        <dc:creator>Roman Yeryomin &lt;roman@advem.lv&gt;</dc:creator>
    </item>
<item>
        <title>33aca94d - rt2x00: move under ralink vendor directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/ralink/rt2x00/Kconfig#33aca94d</link>
        <description>rt2x00: move under ralink vendor directoryPart 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/ralink/rt2x00/Kconfig</description>
        <pubDate>Wed, 18 Nov 2015 08:18:44 +0000</pubDate>
        <dc:creator>Kalle Valo &lt;kvalo@codeaurora.org&gt;</dc:creator>
    </item>
</channel>
</rss>
