<?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>1535d596 - wifi: remove orphaned orinoco driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/intersil/Kconfig#1535d596</link>
        <description>wifi: remove orphaned orinoco driverOrinoco is a PIO-only ISA/PCMCIA 802.11b device with extra bus interfaceconnections for PCI/Cardbus/mini-PCI and a few pre-2002 Apple PowerMacvariants. It supports both wireless extensions and CFG80211, but I couldnot tell if it requires using both.This device used to be one of the most common ones 20 years ago, buthas been orphaned for most of the time since then, and the conversionto cfg80211 has stalled in 2010.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Kalle Valo &lt;kvalo@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/intersil/Kconfig</description>
        <pubDate>Mon, 23 Oct 2023 13:19:48 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>d0172d5f - wifi: remove obsolete hostap driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/intersil/Kconfig#d0172d5f</link>
        <description>wifi: remove obsolete hostap driverHostAP is an ISA/PCMCIA style 802.11b driver supporting onlywireless extensions, and some custom ioctls (already removed).Some devices include a legacy PCI bridge but no DMA.The driver was marked obsolete in 2016 and is highly unlikelyto still have any users.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Kalle Valo &lt;kvalo@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/intersil/Kconfig</description>
        <pubDate>Mon, 23 Oct 2023 13:19:46 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>d249ff28 - intersil: remove obsolete prism54 wireless driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/intersil/Kconfig#d249ff28</link>
        <description>intersil: remove obsolete prism54 wireless driverCommit 1d89cae1b47d (&quot;MAINTAINERS: mark prism54 obsolete&quot;) indicated theprism54 driver as obsolete in July 2010.Now, after being exposed for ten years to refactoring, general tree-widechanges and various janitor clean-up, it is really time to delete thedriver for good.This was discovered as part of a checkpatch evaluation, investigating allreports of checkpatch&apos;s WARNING:OBSOLETE check.p54 replaces prism54 so users should be unaffected. There was a one off chipsetsomeone long ago reported that p54 didn&apos;t work with but the reporter neverfollowed up on that. Additionally, distributions have been blacklisting prism54for years now.Signed-off-by: Lukas Bulwahn &lt;lukas.bulwahn@gmail.com&gt;Acked-by: Luis Chamberlain &lt;mcgrof@kernel.org&gt;Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;Link: https://lore.kernel.org/r/20210713054025.32006-1-lukas.bulwahn@gmail.com

            List of files:
            /linux-6.15/drivers/net/wireless/intersil/Kconfig</description>
        <pubDate>Tue, 13 Jul 2021 05:40:25 +0000</pubDate>
        <dc:creator>Lukas Bulwahn &lt;lukas.bulwahn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4dd9e7e0 - intersil: fix wiki website url</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/intersil/Kconfig#4dd9e7e0</link>
        <description>intersil: fix wiki website urlIn some Intersil files, the wiki url is still the old&quot;wireless.kernel.org&quot; instead of the new&quot;wireless.wiki.kernel.org&quot;Signed-off-by: Flavio Suligoi &lt;f.suligoi@asem.it&gt;Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;Link: https://lore.kernel.org/r/20200723135254.594984-1-f.suligoi@asem.it

            List of files:
            /linux-6.15/drivers/net/wireless/intersil/Kconfig</description>
        <pubDate>Thu, 23 Jul 2020 13:52:54 +0000</pubDate>
        <dc:creator>Flavio Suligoi &lt;f.suligoi@asem.it&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/intersil/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/intersil/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/intersil/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/intersil/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/intersil/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/intersil/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>c12edfe2 - prism54: move under intersil vendor directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/intersil/Kconfig#c12edfe2</link>
        <description>prism54: move under intersil 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/intersil/Kconfig</description>
        <pubDate>Wed, 18 Nov 2015 07:56:45 +0000</pubDate>
        <dc:creator>Kalle Valo &lt;kvalo@codeaurora.org&gt;</dc:creator>
    </item>
<item>
        <title>2be45b66 - orinoco: move under intersil vendor directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/intersil/Kconfig#2be45b66</link>
        <description>orinoco: move under intersil 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/intersil/Kconfig</description>
        <pubDate>Wed, 18 Nov 2015 07:57:18 +0000</pubDate>
        <dc:creator>Kalle Valo &lt;kvalo@codeaurora.org&gt;</dc:creator>
    </item>
<item>
        <title>d3466830 - p54: move under intersil vendor directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/intersil/Kconfig#d3466830</link>
        <description>p54: move under intersil 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/intersil/Kconfig</description>
        <pubDate>Wed, 18 Nov 2015 07:49:59 +0000</pubDate>
        <dc:creator>Kalle Valo &lt;kvalo@codeaurora.org&gt;</dc:creator>
    </item>
<item>
        <title>eb4f98d5 - hostap: move under intersil vendor directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/intersil/Kconfig#eb4f98d5</link>
        <description>hostap: move under intersil 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/intersil/Kconfig</description>
        <pubDate>Wed, 18 Nov 2015 07:42:58 +0000</pubDate>
        <dc:creator>Kalle Valo &lt;kvalo@codeaurora.org&gt;</dc:creator>
    </item>
</channel>
</rss>
