<?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/ti/wlcore/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/ti/wlcore/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/ti/wlcore/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/ti/wlcore/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>04654c38 - wlcore/wl12xx: spi: add device tree support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/ti/wlcore/Kconfig#04654c38</link>
        <description>wlcore/wl12xx: spi: add device tree supportAdd DT support for the wl1271 SPI WiFi.Add documentation file for the wl1271 SPI WiFi.Signed-off-by: Uri Mashiach &lt;uri.mashiach@compulab.co.il&gt;Acked-by: Rob Herring &lt;robh@kernel.org&gt;Tested-By: Sebastian Reichel &lt;sre@kernel.org&gt;Reviewed-by: Grygorii Strashko &lt;grygorii.strashko@ti.com&gt;Acked-by: Igor Grinberg &lt;grinberg@compulab.co.il&gt;Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/ti/wlcore/Kconfig</description>
        <pubDate>Wed, 30 Dec 2015 13:35:32 +0000</pubDate>
        <dc:creator>Uri Mashiach &lt;uri.mashiach@compulab.co.il&gt;</dc:creator>
    </item>
<item>
        <title>bd842171 - ti: unify Kconfig with other vendors</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/ti/wlcore/Kconfig#bd842171</link>
        <description>ti: unify Kconfig with other vendorsRename WL_TI to WLAN_VENDOR_TI to match with other vendor configs and make surethat it&apos;s enabled by default in new configs. Convert menuconfigs to regularconfigs to unify the wireless drivers menuconfig. Part of reorganising wirelessdrivers directory and Kconfig.Also remove WLCORE dependency to WL_TI. It should not be needed as WLCORE isalready under if  WLAN_VENDOR_TI.Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/ti/wlcore/Kconfig</description>
        <pubDate>Wed, 18 Nov 2015 08:27:43 +0000</pubDate>
        <dc:creator>Kalle Valo &lt;kvalo@codeaurora.org&gt;</dc:creator>
    </item>
<item>
        <title>0244ad00 - Remove GENERIC_HARDIRQ config option</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/ti/wlcore/Kconfig#0244ad00</link>
        <description>Remove GENERIC_HARDIRQ config optionAfter the last architecture switched to generic hard irqs the configoptions HAVE_GENERIC_HARDIRQS &amp; GENERIC_HARDIRQS and the related codefor !CONFIG_GENERIC_HARDIRQS can be removed.Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/ti/wlcore/Kconfig</description>
        <pubDate>Fri, 30 Aug 2013 07:39:53 +0000</pubDate>
        <dc:creator>Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>6cc9efed - wlcore: move wl12xx_platform_data up and make it truly optional</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/ti/wlcore/Kconfig#6cc9efed</link>
        <description>wlcore: move wl12xx_platform_data up and make it truly optionalThe platform data is used not only by wlcore-based drivers, but alsoby wl1251.  Move it up in the directory hierarchy to reflect this.Additionally, make it truly optional.  At the moment, disablingplatform data while wl1251_sdio or wlcore_sdio are enabled doesn&apos;twork, but it will be necessary when device tree support isimplemented.Signed-off-by: Luciano Coelho &lt;coelho@ti.com&gt;Reviewed-by: Felipe Balbi &lt;balbi@ti.com&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/ti/wlcore/Kconfig</description>
        <pubDate>Fri, 25 Jan 2013 10:05:34 +0000</pubDate>
        <dc:creator>Luciano Coelho &lt;coelho@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>ff0b8046 - wlcore: drop INET dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/ti/wlcore/Kconfig#ff0b8046</link>
        <description>wlcore: drop INET dependencyMainline build reports:warning: (WL12XX) selects WLCORE which has unmet direct dependencies (NETDEVICES &amp;&amp; WLAN &amp;&amp; WL_TI &amp;&amp; GENERIC_HARDIRQS &amp;&amp; MAC80211 &amp;&amp; INET)The INET dependency was added in commit3c6af5b54fe74b6e56efadc22927e4055d00e9fc:    wl1271_main.c:(.text+0x271052): undefined reference to `unregister_inetaddr_notifier&apos;    wl1271_main.c:(.text+0x2714d7): undefined reference to `register_inetaddr_notifier&apos;    Driver is doing some filtering based on IP addresses...but this driver no longer has that code and it builds fine even whenCONFIG_INET is not enabled, so drop that dependency and eliminate thekconfig warning message.Signed-off-by: Randy Dunlap &lt;rdunlap@xenotime.net&gt;Cc: Luciano Coelho &lt;luciano.coelho@nokia.com&gt;Cc: John W. Linville &lt;linville@tuxdriver.com&gt;Acked-by: Luciano Coelho &lt;coelho@ti.com&gt;Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/ti/wlcore/Kconfig</description>
        <pubDate>Mon, 25 Jun 2012 02:17:00 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@xenotime.net&gt;</dc:creator>
    </item>
<item>
        <title>bd28a58f - wireless: TI wlxxx depends on MAC80211</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/ti/wlcore/Kconfig#bd28a58f</link>
        <description>wireless: TI wlxxx depends on MAC80211wl12xx build fails with many undefined symbol errors when MAC80211and CFG80211 are not enabled, so make WLCORE and WL12XX dependon MAC80211 (which already depends on CFG80211).Here are a few of the many build errors:drivers/built-in.o: In function `wl1271_register_hw&apos;:main.c:(.text+0x4197cd): undefined reference to `ieee80211_register_hw&apos;drivers/built-in.o: In function `wl1271_rx_streaming_timer&apos;:main.c:(.text+0x419818): undefined reference to `ieee80211_queue_work&apos;drivers/built-in.o: In function `wl1271_flush_deferred_work&apos;:main.c:(.text+0x419910): undefined reference to `ieee80211_rx&apos;main.c:(.text+0x419938): undefined reference to `ieee80211_tx_status&apos;drivers/built-in.o: In function `wl12xx_op_channel_switch&apos;:main.c:(.text+0x419afc): undefined reference to `ieee80211_chswitch_done&apos;drivers/built-in.o: In function `wl1271_ssid_set&apos;:drivers/built-in.o: In function `wl1271_event_process&apos;:event.c:(.text+0x41fec4): undefined reference to `ieee80211_sched_scan_stopped&apos;event.c:(.text+0x41ff88): undefined reference to `ieee80211_cqm_rssi_notify&apos;event.c:(.text+0x42000d): undefined reference to `ieee80211_stop_rx_ba_session&apos;event.c:(.text+0x420048): undefined reference to `ieee80211_stop_rx_ba_session&apos;event.c:(.text+0x4200b8): undefined reference to `ieee80211_chswitch_done&apos;event.c:(.text+0x4201ae): undefined reference to `ieee80211_find_sta&apos;event.c:(.text+0x4201ba): undefined reference to `ieee80211_report_low_ack&apos;event.c:(.text+0x42021b): undefined reference to `ieee80211_connection_loss&apos;drivers/built-in.o: In function `wl1271_tx_complete_packet&apos;:tx.c:(.text+0x4206a6): undefined reference to `ieee80211_get_hdrlen_from_skb&apos;drivers/built-in.o: In function `wl1271_tx_fill_hdr&apos;:tx.c:(.text+0x4208ca): undefined reference to `ieee80211_hdrlen&apos;drivers/built-in.o: In function `wl1271_handle_tx_low_watermark&apos;:(.text+0x420e25): undefined reference to `ieee80211_wake_queue&apos;drivers/built-in.o: In function `wl12xx_rearm_rx_streaming&apos;:(.text+0x420ed9): undefined reference to `ieee80211_queue_work&apos;drivers/built-in.o: In function `wl1271_tx_work_locked&apos;:(.text+0x421008): undefined reference to `ieee80211_free_txskb&apos;drivers/built-in.o: In function `wl1271_rx_status.clone.2&apos;:rx.c:(.text+0x421593): undefined reference to `ieee80211_channel_to_frequency&apos;drivers/built-in.o: In function `wl1271_ps_filter_frames&apos;:ps.c:(.text+0x421a41): undefined reference to `ieee80211_tx_status&apos;Signed-off-by: Randy Dunlap &lt;rdunlap@xenotime.net&gt;Cc:	Luciano Coelho &lt;coelho@ti.com&gt;Cc:	linux-wireless@vger.kernel.orgCc:	&quot;John W. Linville&quot; &lt;linville@tuxdriver.com&gt;Signed-off-by: Luciano Coelho &lt;coelho@ti.com&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/ti/wlcore/Kconfig</description>
        <pubDate>Mon, 16 Apr 2012 19:51:39 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@xenotime.net&gt;</dc:creator>
    </item>
<item>
        <title>b2ba99ff - wl12xx/wlcore: spin out the wl12xx probe from wlcore to a new wl12xx</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/ti/wlcore/Kconfig#b2ba99ff</link>
        <description>wl12xx/wlcore: spin out the wl12xx probe from wlcore to a new wl12xxCreate a new small wl12xx module that only contains the probefunctions and depends entirely on wlcore otherwise.Signed-off-by: Luciano Coelho &lt;coelho@ti.com&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/ti/wlcore/Kconfig</description>
        <pubDate>Sun, 20 Nov 2011 21:32:10 +0000</pubDate>
        <dc:creator>Luciano Coelho &lt;coelho@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>7b3115f2 - wl12xx/wlcore: rename wl12xx to wlcore</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/ti/wlcore/Kconfig#7b3115f2</link>
        <description>wl12xx/wlcore: rename wl12xx to wlcoreRename the wl12xx driver directory to wlcore as an initial steptowards the split of the driver into wlcore and wl12xx.  We justrename the directory first to keep git blame happy.Signed-off-by: Luciano Coelho &lt;coelho@ti.com&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/ti/wlcore/Kconfig</description>
        <pubDate>Fri, 02 Dec 2011 13:52:19 +0000</pubDate>
        <dc:creator>Luciano Coelho &lt;coelho@ti.com&gt;</dc:creator>
    </item>
</channel>
</rss>
