<?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>e3ec7017 - rtw89: add Realtek 802.11ax driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/realtek/Kconfig#e3ec7017</link>
        <description>rtw89: add Realtek 802.11ax driverThis driver named rtw89, which is the next generation of rtw88, supportsRealtek 8852AE 802.11ax 2x2 chip whose new features are OFDMA, DBCC,Spatial reuse, TWT and BSS coloring; now some of them aren&apos;t implementedthough.The chip architecture is entirely different from the chips supported byrtw88 like RTL8822CE 802.11ac chip. First of all, register address rangesare totally redefined, so it&apos;s impossible to reuse register definition. Tocommunicate with firmware, new H2C/C2H format is proposed. In order to havebetter utilization, TX DMA flow is changed to two stages DMA. To providerich RX status information, additional RX PPDU packets are added.Since there are so many differences mentioned above, we decide to proposea new driver. It has many authors, they are listed in alphabetic order:Chin-Yen Lee &lt;timlee@realtek.com&gt;Ping-Ke Shih &lt;pkshih@realtek.com&gt;Po Hao Huang &lt;phhuang@realtek.com&gt;Tzu-En Huang &lt;tehuang@realtek.com&gt;Vincent Fann &lt;vincent_fann@realtek.com&gt;Yan-Hsuan Chuang &lt;tony0620emma@gmail.com&gt;Zong-Zhe Yang &lt;kevin_yang@realtek.com&gt;Tested-by: Aaron Ma &lt;aaron.ma@canonical.com&gt;Tested-by: Brian Norris &lt;briannorris@chromium.org&gt;Signed-off-by: Ping-Ke Shih &lt;pkshih@realtek.com&gt;Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;Link: https://lore.kernel.org/r/20211008035627.19463-1-pkshih@realtek.com

            List of files:
            /linux-6.15/drivers/net/wireless/realtek/Kconfig</description>
        <pubDate>Mon, 11 Oct 2021 11:47:27 +0000</pubDate>
        <dc:creator>Ping-Ke Shih &lt;pkshih@realtek.com&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/realtek/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/realtek/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/realtek/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/realtek/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>e3037485 - rtw88: new Realtek 802.11ac driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/realtek/Kconfig#e3037485</link>
        <description>rtw88: new Realtek 802.11ac driverThis is a new mac80211 driver for Realtek 802.11ac wireless network chips.rtw88 now supports RTL8822BE/RTL8822CE now, with basic station modefunctionalities. The firmware for both can be found at linux-firmware.https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.gitFor RTL8822BE: rtw88/rtw8822b_fw.binFor RTL8822CE: rtw88/rtw8822c_fw.binAnd for now, only PCI buses (RTL8xxxE) are supported. We will add supportfor USB and SDIO in the future. The bus interface abstraction can be seenin this driver such as hci.h. Most of the hardware setting are the sameexcept for some TRX path or probing setup should be separated.Supported: * Basic STA/AP/ADHOC mode, and TDLS (STA is well tested)Missing feature: * WOW/PNO * USB &amp; SDIO bus (such as RTL8xxxU/RTL8xxxS) * BT coexistence (8822B/8822C are combo ICs) * Multiple interfaces (for now single STA is better supported) * Dynamic hardware calibrations (to improve/stabilize performance)Potential problems: * static calibration spends too much time, and it is painful for   driver to leave IDLE state. And slows down associate process.   But reload function are under development, will be added soon! * TRX statictics misleading, as we are not reporting status correctly,   or say, not reporting for &quot;every&quot; packet.The next patch set should have BT coexistence code since RTL8822B/C arecombo ICs, and the driver for BT can be found after Linux Kernel v4.20.So it is better to add it first to make WiFi + BT work concurrently.Although now rtw88 is simple but we are developing more features for it.Even we want to add support for more chips such as RTL8821C/RTL8814B.Finally, rtw88 has many authors, listed alphabetically:Ping-Ke Shih &lt;pkshih@realtek.com&gt;Tzu-En Huang &lt;tehuang@realtek.com&gt;Yan-Hsuan Chuang &lt;yhchuang@realtek.com&gt;Reviewed-by: Stanislaw Gruszka &lt;sgruszka@redhat.com&gt;Reviewed-by: Brian Norris &lt;briannorris@chromium.org&gt;Tested-by: Brian Norris &lt;briannorris@chromium.org&gt;Signed-off-by: Yan-Hsuan Chuang &lt;yhchuang@realtek.com&gt;Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/realtek/Kconfig</description>
        <pubDate>Fri, 26 Apr 2019 12:17:37 +0000</pubDate>
        <dc:creator>Yan-Hsuan Chuang &lt;yhchuang@realtek.com&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/realtek/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/realtek/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>62141726 - realtek: create separate Kconfig file</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/realtek/Kconfig#62141726</link>
        <description>realtek: create separate Kconfig fileAdd new a Kconfig file and a vendor config for realtek. Also update MAINTAINERSwhich we missed to do when earlier moving rtlwifi.Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/realtek/Kconfig</description>
        <pubDate>Wed, 18 Nov 2015 08:09:24 +0000</pubDate>
        <dc:creator>Kalle Valo &lt;kvalo@codeaurora.org&gt;</dc:creator>
    </item>
</channel>
</rss>
