<?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>d8899132 - wifi: ath12k: driver for Qualcomm Wi-Fi 7 devices</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/ath/Kconfig#d8899132</link>
        <description>wifi: ath12k: driver for Qualcomm Wi-Fi 7 devicesath12k is a new mac80211 driver for Qualcomm Wi-Fi 7 devices, firstsupporting QCN9274 and WCN7850 PCI devices.  QCN9274 supports both APand station; WCN7850 supports only station mode. Monitor mode is not(yet) supported. Only PCI bus devices are supported.ath12k is forked from an earlier version of ath11k. It was simpler tohave a &quot;clean start&quot; for the new generation and not try to share thecode with ath11k. This makes maintenance easier and avoids majorchanges in ath11k, which would have significantly increased the riskof regressions in existing setups.ath12k uses le32 and cpu_to_le32() macros to handle endianconversions, instead of using the firmware byte swap feature utilizedby ath11k. There is only one kernel module, named ath12k.ko.Currently ath12k only supports HE mode (IEEE 802.11ax) or older, butwork is ongoing to add EHT mode (IEEE 802.11be) support.The size of the driver is ~41 kLOC and 45 files. To make the revieweasier, this initial version of ath12k does not support Device Tree,debugfs or any other extra features. Those will be added later, afterath12k is accepted to upstream.The driver is build tested by Intel&apos;s kernel test robot with both GCCand Clang. Sparse reports no warnings. The driver is mostly free ofcheckpatch warnings, albeit few of the warnings are omitted onpurpose, list of them here:https://github.com/qca/qca-swiss-army-knife/blob/master/tools/scripts/ath12k/ath12k-check#L52The driver has had multiple authors who are listed in alphabeticalorder below.Co-developed-by: Balamurugan Selvarajan &lt;quic_bselvara@quicinc.com&gt;Signed-off-by: Balamurugan Selvarajan &lt;quic_bselvara@quicinc.com&gt;Co-developed-by: Baochen Qiang &lt;quic_bqiang@quicinc.com&gt;Signed-off-by: Baochen Qiang &lt;quic_bqiang@quicinc.com&gt;Co-developed-by: Bhagavathi Perumal S &lt;quic_bperumal@quicinc.com&gt;Signed-off-by: Bhagavathi Perumal S &lt;quic_bperumal@quicinc.com&gt;Co-developed-by: Carl Huang &lt;quic_cjhuang@quicinc.com&gt;Signed-off-by: Carl Huang &lt;quic_cjhuang@quicinc.com&gt;Co-developed-by: Jeff Johnson &lt;quic_jjohnson@quicinc.com&gt;Signed-off-by: Jeff Johnson &lt;quic_jjohnson@quicinc.com&gt;Co-developed-by: Karthikeyan Periyasamy &lt;quic_periyasa@quicinc.com&gt;Signed-off-by: Karthikeyan Periyasamy &lt;quic_periyasa@quicinc.com&gt;Co-developed-by: P Praneesh &lt;quic_ppranees@quicinc.com&gt;Signed-off-by: P Praneesh &lt;quic_ppranees@quicinc.com&gt;Co-developed-by: Pradeep Kumar Chitrapu &lt;quic_pradeepc@quicinc.com&gt;Signed-off-by: Pradeep Kumar Chitrapu &lt;quic_pradeepc@quicinc.com&gt;Co-developed-by: Ramya Gnanasekar &lt;quic_rgnanase@quicinc.com&gt;Signed-off-by: Ramya Gnanasekar &lt;quic_rgnanase@quicinc.com&gt;Co-developed-by: Sriram R &lt;quic_srirrama@quicinc.com&gt;Signed-off-by: Sriram R &lt;quic_srirrama@quicinc.com&gt;Co-developed-by: Vasanthakumar Thiagarajan &lt;quic_vthiagar@quicinc.com&gt;Signed-off-by: Vasanthakumar Thiagarajan &lt;quic_vthiagar@quicinc.com&gt;Co-developed-by: Wen Gong &lt;quic_wgong@quicinc.com&gt;Signed-off-by: Wen Gong &lt;quic_wgong@quicinc.com&gt;Signed-off-by: Kalle Valo &lt;quic_kvalo@quicinc.com&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/ath/Kconfig</description>
        <pubDate>Mon, 28 Nov 2022 15:09:53 +0000</pubDate>
        <dc:creator>Kalle Valo &lt;quic_kvalo@quicinc.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/ath/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/ath/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>1141215c - ath: fix wiki website url</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/ath/Kconfig#1141215c</link>
        <description>ath: fix wiki website urlIn some ath 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/20200605154112.16277-4-f.suligoi@asem.it

            List of files:
            /linux-6.15/drivers/net/wireless/ath/Kconfig</description>
        <pubDate>Fri, 05 Jun 2020 15:41:06 +0000</pubDate>
        <dc:creator>Flavio Suligoi &lt;f.suligoi@asem.it&gt;</dc:creator>
    </item>
<item>
        <title>d5c65159 - ath11k: driver for Qualcomm IEEE 802.11ax devices</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/ath/Kconfig#d5c65159</link>
        <description>ath11k: driver for Qualcomm IEEE 802.11ax devicesath11k is a new driver for Qualcomm IEEE 802.11ax devices, firstsupporting only IPQ8074 SoC using the shared memory AHB bus. ath11kuses mac80211 and supports AP, Station and Mesh modes.Even though ath11k has some similar code as with ath10k (especiallythe WMI layer) it was concluded to be simpler to have a &quot;clean start&quot;for ath11k code base and not try to share the code with ath10k. Thismakes maintenance easier and avoids major changes in ath10k, whichwould have significantly increased the risk of regressions in existingsetups.Even though the driver is very similar with ath10k but there are majordifferences as well. The datapath is completely different. ath11ksupports multiple MACs, called &quot;soc&quot; in the firmware interface. Andthere&apos;s only one WMI interface to support.Currently ath11k supports only IEEE 802.11ac mode, but patches for802.11ax are available and they will be submitted after ath11k isaccepted to upstream.The firmware images are available from ath11k-firmware repository butthey will be also submitted to linux-firmware:https://github.com/kvalo/ath11k-firmwareThis was tested with firmware version WLAN.HK.2.1.0.1-00629-QCAHKSWPL_SILICONZ-1.The driver has had multiple authors who are listed in alphabeticalorder below.Signed-off-by: Anilkumar Kolli &lt;akolli@codeaurora.org&gt;Signed-off-by: Bhagavathi Perumal S &lt;bperumal@codeaurora.org&gt;Signed-off-by: Ganesh Sesetti &lt;gseset@codeaurora.org&gt;Signed-off-by: Govindaraj Saminathan &lt;gsamin@codeaurora.org&gt;Signed-off-by: John Crispin &lt;john@phrozen.org&gt;Signed-off-by: Julia Lawall &lt;julia.lawall@lip6.fr&gt;Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;Signed-off-by: Karthikeyan Periyasamy &lt;periyasa@codeaurora.org&gt;Signed-off-by: kbuild test robot &lt;lkp@intel.com&gt;Signed-off-by: Maharaja Kennadyrajan &lt;mkenna@codeaurora.org&gt;Signed-off-by: Manikanta Pubbisetty &lt;mpubbise@codeaurora.org&gt;Signed-off-by: Miles Hu &lt;milehu@codeaurora.org&gt;Signed-off-by: Muna Sinada &lt;msinada@codeaurora.org&gt;Signed-off-by: Pradeep Kumar Chitrapu &lt;pradeepc@codeaurora.org&gt;Signed-off-by: Rajkumar Manoharan &lt;rmanohar@codeaurora.org&gt;Signed-off-by: Sathishkumar Muruganandam &lt;murugana@codeaurora.org&gt;Signed-off-by: Shashidhar Lakkavalli &lt;slakkavalli@datto.com&gt;Signed-off-by: Sriram R &lt;srirrama@codeaurora.org&gt;Signed-off-by: Sven Eckelmann &lt;seckelmann@datto.com&gt;Signed-off-by: Vasanthakumar Thiagarajan &lt;vthiagar@codeaurora.org&gt;Signed-off-by: Venkateswara Naralasetty &lt;vnaralas@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/ath/Kconfig</description>
        <pubDate>Sat, 23 Nov 2019 07:58:40 +0000</pubDate>
        <dc:creator>Kalle Valo &lt;kvalo@codeaurora.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/ath/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/ath/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/ath/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/ath/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>0766789b - ath: fix SPDX tags</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/ath/Kconfig#0766789b</link>
        <description>ath: fix SPDX tagsCommit ec8f24b7faaf (&quot;treewide: Add SPDX license identifier -Makefile/Kconfig&quot;) marked various Makefiles and Kconfig files within athdirectories as GPL-2.0. But these modules and drivers are actually ISC:* ath* ar5523* ath10k* ath5k* ath6kl* ath9k* wcn36xx* wil6210Fix SPDX tags accordingly.Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/ath/Kconfig</description>
        <pubDate>Tue, 25 Jun 2019 14:52:25 +0000</pubDate>
        <dc:creator>Kalle Valo &lt;kvalo@codeaurora.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/ath/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/ath/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/ath/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/ath/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>b5c9b4f9 - ath: unify Kconfig with other vendors</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/ath/Kconfig#b5c9b4f9</link>
        <description>ath: unify Kconfig with other vendorsChange menuconfig to config to keep the Kconfig entries unified. Part ofreorganising wireless drivers directory and Kconfig.Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/ath/Kconfig</description>
        <pubDate>Wed, 18 Nov 2015 08:38:32 +0000</pubDate>
        <dc:creator>Kalle Valo &lt;kvalo@codeaurora.org&gt;</dc:creator>
    </item>
<item>
        <title>e6664dff - ath: Add support for tracing</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/ath/Kconfig#e6664dff</link>
        <description>ath: Add support for tracingSigned-off-by: Sujith Manoharan &lt;c_manoha@qca.qualcomm.com&gt;Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/ath/Kconfig</description>
        <pubDate>Sat, 27 Sep 2014 07:57:45 +0000</pubDate>
        <dc:creator>Sujith Manoharan &lt;c_manoha@qca.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>94e7876d - ath: add support for proper dynamic regulatory hints</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/ath/Kconfig#94e7876d</link>
        <description>ath: add support for proper dynamic regulatory hintsThis enables support for dynamic user regulatory hints.This is enabled only when CFG80211_CERTIFICATION_ONUSis selected. For US and JP this is explicitly disabledunless the systems are being used for strict controlledtesting.Signed-off-by: Luis R. Rodriguez &lt;mcgrof@do-not-panic.com&gt;Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/ath/Kconfig</description>
        <pubDate>Tue, 15 Oct 2013 00:42:09 +0000</pubDate>
        <dc:creator>Luis R. Rodriguez &lt;mcgrof@do-not-panic.com&gt;</dc:creator>
    </item>
<item>
        <title>8e84c258 - wcn36xx: mac80211 driver for Qualcomm WCN3660/WCN3680 hardware</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/ath/Kconfig#8e84c258</link>
        <description>wcn36xx: mac80211 driver for Qualcomm WCN3660/WCN3680 hardwareThis is a mac80211 driver for Qualcomm WCN3660/WCN3680 devices. Sofar WCN3660/WCN3680 is available only on MSM platform.Firmware can be found here:https://www.codeaurora.org/cgit/external/hisense/platform/vendor/qcom-opensource/wlan/prima/tree/firmware_bin?h=8130_CSWiki page is available here:http://wireless.kernel.org/en/users/Drivers/wcn36xxA lot people made a contribution to this driver. Here is the list inalphabetical order:Eugene Krasnikov &lt;k.eugene.e@gmail.com&gt;Kalle Valo &lt;kvalo@qca.qualcomm.com&gt;Olof Johansson &lt;dev@skyshaper.net&gt;Pontus Fuchs &lt;pontus.fuchs@gmail.com&gt;Yanbo Li &lt;yanbol@qti.qualcomm.com&gt;Signed-off-by: Eugene Krasnikov &lt;k.eugene.e@gmail.com&gt;Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/ath/Kconfig</description>
        <pubDate>Tue, 08 Oct 2013 20:25:58 +0000</pubDate>
        <dc:creator>Eugene Krasnikov &lt;k.eugene.e@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5e3dd157 - ath10k: mac80211 driver for Qualcomm Atheros 802.11ac CQA98xx devices</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/ath/Kconfig#5e3dd157</link>
        <description>ath10k: mac80211 driver for Qualcomm Atheros 802.11ac CQA98xx devicesHere&apos;s a new mac80211 driver for Qualcomm Atheros 802.11ac QCA98xx devices.A major difference from ath9k is that there&apos;s now a firmware andthat&apos;s why we had to implement a new driver.The wiki page for the driver is:http://wireless.kernel.org/en/users/Drivers/ath10kThe driver has had many authors, they are listed here alphabetically:Bartosz Markowski &lt;bartosz.markowski@tieto.com&gt;Janusz Dziedzic &lt;janusz.dziedzic@tieto.com&gt;Kalle Valo &lt;kvalo@qca.qualcomm.com&gt;Marek Kwaczynski &lt;marek.kwaczynski@tieto.com&gt;Marek Puzyniak &lt;marek.puzyniak@tieto.com&gt;Michal Kazior &lt;michal.kazior@tieto.com&gt;Sujith Manoharan &lt;c_manoha@qca.qualcomm.com&gt;Signed-off-by: Kalle Valo &lt;kvalo@qca.qualcomm.com&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/ath/Kconfig</description>
        <pubDate>Wed, 12 Jun 2013 17:52:10 +0000</pubDate>
        <dc:creator>Kalle Valo &lt;kvalo@qca.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>2be7d22f - wireless: add new wil6210 802.11ad 60GHz driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/ath/Kconfig#2be7d22f</link>
        <description>wireless: add new wil6210 802.11ad 60GHz driverThis adds support for the 60 GHz 802.11ad Wilocity cardthrough a new driver, wil6210. Wilocity implemented thefirmware, QCA maintains the device driver.Currently supported:- STA: with security- AP: limited to 1 connected STA, security disabled- Monitor: due to a hardware/firmware limitation  either control or non-control frames are monitoredUsing a STA and AP with this drive, one can assemblea fully functional BSS. Throughput of 1.2Gbps is achievedwith iperf.The wil6210 cards have on-board flash memory for thefirmware, the cards comes pre-flashed and no firmwaredownload is required.For more details see:http://wireless.kernel.org/en/users/Drivers/wil6210Signed-off-by: Vladimir Kondratiev &lt;qca_vkondrat@qca.qualcomm.com&gt;Signed-off-by: Luis R. Rodriguez &lt;mcgrof@qca.qualcomm.com&gt;Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/ath/Kconfig</description>
        <pubDate>Thu, 20 Dec 2012 21:13:19 +0000</pubDate>
        <dc:creator>Vladimir Kondratiev &lt;qca_vkondrat@qca.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>23c1d7f6 - wireless: allow Atheros card to not depend on ath.ko</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/ath/Kconfig#23c1d7f6</link>
        <description>wireless: allow Atheros card to not depend on ath.koThere are 2 different things:- sub-menu for &quot;Atheros Wireless cards&quot; family- module ath.ko with common Atheros codeUntil now, they both used to depend on the same Kconfig variable ATH_COMMON.Thus, being &quot;Atheros card&quot; and &quot;depending on ath.ko&quot; was the same.To allow module to belong to the&quot;Atheros Wireless cards&quot; family but not use ath.ko,2 conditions above need to be separated.So, this patch introduce new Kconfig variable ATH_CARDS for belongingto the &quot;Atheros Wireless Cards&quot; family; while ATH_COMMON becomes hiddenvariable to express dependency on common Atheros code in ath.ko. Modulesthat depend on this common code now express it by setting ATH_COMMON.Right now, ath6kl do not depend on common code and thus do not set ATH_COMMON.Signed-off-by: Vladimir Kondratiev &lt;qca_vkondrat@qca.qualcomm.com&gt;Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/ath/Kconfig</description>
        <pubDate>Wed, 28 Nov 2012 16:57:19 +0000</pubDate>
        <dc:creator>Vladimir Kondratiev &lt;qca_vkondrat@qca.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>b7d572e1 - ar5523: Add new driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/ath/Kconfig#b7d572e1</link>
        <description>ar5523: Add new driverThis driver is for the AR5523 chipset from Atheros. It was createdin 2007 by Christoph Hellwig but it was never finished. I found it acouple of months ago and after some polishing it&apos;s working prettyfine.The driver was written with the FreeBSD driver (uath) as reference,which was written with the reverse-engineered windows driver asreference, hence the feature set is very limited. Station modeonly, no HW crypto offload.Signed-off-by: Pontus Fuchs &lt;pontus.fuchs@gmail.com&gt;Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/ath/Kconfig</description>
        <pubDate>Tue, 23 Oct 2012 18:33:57 +0000</pubDate>
        <dc:creator>Pontus Fuchs &lt;pontus.fuchs@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>bad3118f - um: a couple of missing dependencies...</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/ath/Kconfig#bad3118f</link>
        <description>um: a couple of missing dependencies...Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;Signed-off-by: Richard Weinberger &lt;richard@nod.at&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/ath/Kconfig</description>
        <pubDate>Thu, 18 Aug 2011 19:12:50 +0000</pubDate>
        <dc:creator>Al Viro &lt;viro@ftp.linux.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>bdcd8170 - Add ath6kl cleaned up driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/ath/Kconfig#bdcd8170</link>
        <description>Add ath6kl cleaned up driverLast May we started working on cleaning up ath6kl driver which iscurrently in staging. The work has happened in a separateath6kl-cleanup tree:http://git.kernel.org/?p=linux/kernel/git/kvalo/ath6kl-cleanup.git;a=summaryAfter over 1100 (!) patches we have now reached a state where I wouldlike to start discussing about pushing the driver to the wirelesstrees and replacing the staging driver.The driver is now a lot smaller and looks like a proper Linux driver.The size of the driver (measured with simple wc -l) dropped from 49kLOC to 18 kLOC and the number of the .c and .h files dropped from 107to 22. Most importantly the number of subdirectories reduced from 26to zero :)There are two remaining checkpatch warnings in the driver which wedecided to omit for now:drivers/net/wireless/ath/ath6kl/debug.c:31:  WARNING: printk() should include KERN_ facility leveldrivers/net/wireless/ath/ath6kl/sdio.c:527:  WARNING: msleep &lt; 20ms can sleep for up to 20ms;  see Documentation/timers/timers-howto.txtThe driver has endian annotations for all the hardware specificstructures and there are no sparse errors. Unfortunately I don&apos;t haveany big endian hardware to test that right now.We have been testing the driver both on x86 and arm platforms. Thecode is also compiled with sparc and parisc cross compilers.Notable missing features compared to the current staging driver are:o HCI over SDIO supporto nl80211 testmodeo firmware loggingo suspend supportTestmode, firmware logging and suspend support will be added soon. HCIover SDIO support will be more difficult as the HCI driver needs toshare code with the wifi driver. This is something we need to researchmore.Also I want to point out the changes I did for signed endian support.As I wasn&apos;t able to find any support for signed endian annotations Idecided to follow what NTFS has done and added my own. Grep for sle16and sle32, especially from wmi.h.Various people have been working on the cleanup, the hall offame based on number of patches is:   543  Vasanthakumar Thiagarajan   403  Raja Mani   252  Kalle Valo    16  Vivek Natarajan    12  Suraj Sumangala     3  Joe Perches     2  Jouni MalinenSigned-off-by: Vasanthakumar Thiagarajan &lt;vthiagar@qca.qualcomm.com&gt;Signed-off-by: Raja Mani &lt;rmani@qca.qualcomm.com&gt;Signed-off-by: Vivek Natarajan &lt;nataraja@qca.qualcomm.com&gt;Signed-off-by: Suraj Sumangala &lt;surajs@qca.qualcomm.com&gt;Signed-off-by: Joe Perches &lt;joe@perches.com&gt;Signed-off-by: Jouni Malinen &lt;jouni@qca.qualcomm.com&gt;Signed-off-by: Kalle Valo &lt;kvalo@qca.qualcomm.com&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/ath/Kconfig</description>
        <pubDate>Sun, 17 Jul 2011 21:22:30 +0000</pubDate>
        <dc:creator>Kalle Valo &lt;kvalo@qca.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>b0006e69 - ar9170usb: purge obsolete driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/ath/Kconfig#b0006e69</link>
        <description>ar9170usb: purge obsolete driverSigned-off-by: Christian Lamparter &lt;chunkeey@googlemail.com&gt;Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/ath/Kconfig</description>
        <pubDate>Fri, 25 Mar 2011 19:21:55 +0000</pubDate>
        <dc:creator>Christian Lamparter &lt;chunkeey@googlemail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
