<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>d1e879ec - wifi: iwlwifi: add iwlmld sub-driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile#d1e879ec</link>
        <description>wifi: iwlwifi: add iwlmld sub-driveriwlwifi is the driver of all Intel wifi devices since 2008.Since then, the hardware has changed a lot, but the firmwareAPI has changed even more. The need to keep one driver thatsupports all those different APIs led us to introduce a newarchitecture circa 2012 which allowed us to keep the sameinterface to the hardware (DMAs, Tx queues, etc...) with anew layer to implement the mid-layer between mac80211 andthe firmware. The first component is called the &apos;transport&apos;and the latter is called &apos;operation_mode&apos; a.k.a  op_mode.In 2013 we took advantage of the new architecture tointroduce iwlmvm which allowed us to implement the, then,new firmware API. This op_mode supports 7260 and up, thosedevices supports support at least VHT.Since then, wifi evolved and so did the firmware. It becamemuch bigger and took a lot of functionality from the driver.It became increasingly hard to keep the same op_mode for thenewest devices and we experienced frequent regressions onolder devices. In order to avoid those regressions and keepthe code maintainable, we decided it was about time to starta new op_mode.iwlmld is a new op_mode that supports BE200 or newer if thefirmware being used is 97.ucode or newer. If the user hasan older devices or BE200 with .96.ucode, iwlmvm will beloaded. Of course, this op_mode selection is seamless.All the features supported in iwlmvm are supported iniwlmld besides a few seldom used use cases: injection andHotspot 2.0. Those are under work.A few points about the implementation: * iwlmld doesn&apos;t have any mutexes, it relies on the   wiphy_lock * iwlmld is more &quot;resource oriented&quot;: stations, links and   interfaces are allocated and freed only after all the   relevant flows are completed. * Firmware notifications&apos; sizes are validated in a more   structured way.We would love to see this new op_mode merged in 6.15. Thefirmware for this new driver (.97.ucode) is not yet publiclyavailable but it&apos;ll be sent very soon.People eager to get an early version of this firmware cancontact Emmanuel at:emmanuel.grumbach@intel.comI&apos;ve listed the people who directly contributedcode, but many others from various teams havecontributed in other ways.Co-developed-by: Johannes Berg &lt;johannes.berg@intel.com&gt;Signed-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;Co-developed-by: Avraham Stern &lt;avraham.stern@intel.com&gt;Signed-off-by: Avraham Stern &lt;avraham.stern@intel.com&gt;Co-developed-by: Daniel Gabay &lt;daniel.gabay@intel.com&gt;Signed-off-by: Daniel Gabay &lt;daniel.gabay@intel.com&gt;Co-developed-by: Emmanuel Grumbach &lt;emmanuel.grumbach@intel.com&gt;Signed-off-by: Emmanuel Grumbach &lt;emmanuel.grumbach@intel.com&gt;Co-developed-by: Anjaneyulu &lt;pagadala.yesu.anjaneyulu@intel.com&gt;Signed-off-by: Anjaneyulu &lt;pagadala.yesu.anjaneyulu@intel.com&gt;Co-developed-by: Yedidya Benshimol &lt;yedidya.ben.shimol@intel.com&gt;Signed-off-by: Yedidya Benshimol &lt;yedidya.ben.shimol@intel.com&gt;Co-developed-by: Benjamin Berg &lt;benjamin.berg@intel.com&gt;Signed-off-by: Benjamin Berg &lt;benjamin.berg@intel.com&gt;Co-developed-by: Shaul Triebitz &lt;shaul.triebitz@intel.com&gt;Signed-off-by: Shaul Triebitz &lt;shaul.triebitz@intel.com&gt;Signed-off-by: Miri Korenblit &lt;miriam.rachel.korenblit@intel.com&gt;Link: https://lore.kernel.org/linux-wireless/20250216094321.537988-1-miriam.rachel.korenblit@intel.com/[fix Kconfig, fix api/phy.h includes, SPDX tag and coding style issues, duplicated includes per 0-day robot]Signed-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile</description>
        <pubDate>Sun, 16 Feb 2025 09:42:40 +0000</pubDate>
        <dc:creator>Miri Korenblit &lt;miriam.rachel.korenblit@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7ceae9b7 - wifi: iwlwifi: mvm: Move TSO code to shared utility</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile#7ceae9b7</link>
        <description>wifi: iwlwifi: mvm: Move TSO code to shared utilityMove TSO segment logic from mvm to the iwlwifi level, as this code isnot opmode-dependent and can be shared with the mld driver.Signed-off-by: Daniel Gabay &lt;daniel.gabay@intel.com&gt;Link: https://patch.msgid.link/20250102163748.56efefb9566e.Ib7188572f18afb31840d193a348c17c9b292c7af@changeidSigned-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile</description>
        <pubDate>Thu, 02 Jan 2025 14:39:18 +0000</pubDate>
        <dc:creator>Daniel Gabay &lt;daniel.gabay@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9b45ba39 - wifi: iwlwifi: pcie: Add support for new device ids</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile#9b45ba39</link>
        <description>wifi: iwlwifi: pcie: Add support for new device idsAdd support for new device-ids 0x2730 and 0x272F.Signed-off-by: Somashekhar(Som) &lt;somashekhar.puttagangaiah@intel.com&gt;Reviewed-by: Johannes Berg &lt;johannes.berg@intel.com&gt;Link: https://patch.msgid.link/20241226174257.6a0db60436e7.I50a66544dde6c88acd9abe4b31badab96ef04cfc@changeidSigned-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile</description>
        <pubDate>Thu, 26 Dec 2024 15:44:53 +0000</pubDate>
        <dc:creator>Somashekhar(Som) &lt;somashekhar.puttagangaiah@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>49101078 - wifi: iwlwifi: pcie: integrate TX queue code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile#49101078</link>
        <description>wifi: iwlwifi: pcie: integrate TX queue codeThe TX queue code was mostly moved out to support an internaltransport that we were never going to publish, but we&apos;re nolonger using that. Since we&apos;re also going to be dissolvingthe virtual transport layer entirely, integrate the TX queuecode into the PCIe layer.This also has a small kernel of already removing the virtualtransport function layer, since iwl_trans_send_cmd() callsiwl_trans_pcie_send_hcmd() directly now, even if that stillcalls the transport send_cmd method for now, we&apos;ll clean itup later.Also, not everything is renamed yet.Signed-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;Signed-off-by: Miri Korenblit &lt;miriam.rachel.korenblit@intel.com&gt;Link: https://msgid.link/20240605140327.936b13f45071.Ib219ce01a1e67bcad79d5131626db950252aaa46@changeidSigned-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile</description>
        <pubDate>Wed, 05 Jun 2024 11:05:02 +0000</pubDate>
        <dc:creator>Johannes Berg &lt;johannes.berg@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>6584b9d0 - wifi: iwlwifi: move code from iwl-eeprom-parse to dvm</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile#6584b9d0</link>
        <description>wifi: iwlwifi: move code from iwl-eeprom-parse to dvmMove code that is DVM only to dvm.Signed-off-by: Emmanuel Grumbach &lt;emmanuel.grumbach@intel.com&gt;Signed-off-by: Miri Korenblit &lt;miriam.rachel.korenblit@intel.com&gt;Link: https://msgid.link/20240512152312.9a1b6ef116e0.I217a513f544d5288a7760d265f51419e81abfd9d@changeidSigned-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile</description>
        <pubDate>Sun, 12 May 2024 12:25:03 +0000</pubDate>
        <dc:creator>Emmanuel Grumbach &lt;emmanuel.grumbach@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>b476564b - wifi: iwlwifi: kill iwl-eeprom-read</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile#b476564b</link>
        <description>wifi: iwlwifi: kill iwl-eeprom-readThis is used by dvm only, move to dvm.Signed-off-by: Emmanuel Grumbach &lt;emmanuel.grumbach@intel.com&gt;Signed-off-by: Miri Korenblit &lt;miriam.rachel.korenblit@intel.com&gt;Link: https://msgid.link/20240512152312.72f4bf256c8d.I7433bda9b0fc9eece5210db2cb90c2f03973f5ec@changeidSigned-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile</description>
        <pubDate>Sun, 12 May 2024 12:25:02 +0000</pubDate>
        <dc:creator>Emmanuel Grumbach &lt;emmanuel.grumbach@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2594e4d9 - wifi: iwlwifi: prepare for reading SAR tables from UEFI</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile#2594e4d9</link>
        <description>wifi: iwlwifi: prepare for reading SAR tables from UEFIThe driver will support reading BIOS tables from UEFItoo. Refactor the SAR tables (WRDS, EWRD, WGDS) flows:1. Move all the SAR logic/definitions that is common to both   UEFI and ACPI to a new file - regulatory.h/c.2. Rename the relevant functions/definitions   so it will be clear which is ACPI specific and which is   for both ACPI and UEFI3. Rename the function that copies the stored tables into the different   commands structures, so will be clear what these functions do.Signed-off-by: Miri Korenblit &lt;miriam.rachel.korenblit@intel.com&gt;Reviewed-by: Gregory Greenman &lt;gregory.greenman@intel.com&gt;Link: https://msgid.link/20240131091413.429a9baff34a.I040460348aa1b43609be3a317b86722d6be71c28@changeidSigned-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile</description>
        <pubDate>Wed, 31 Jan 2024 08:24:37 +0000</pubDate>
        <dc:creator>Miri Korenblit &lt;miriam.rachel.korenblit@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>cf74ce02 - wifi: iwlwifi: add kunit test for devinfo ordering</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile#cf74ce02</link>
        <description>wifi: iwlwifi: add kunit test for devinfo orderingWe used to have a test built into the code for this internally,but now we can put that into kunit and let everyone run it, toverify the devinfo table ordering if it&apos;s changed.Signed-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;Reviewed-by: Benjamin Berg &lt;benjamin.berg@intel.com&gt;Reviewed-by: Gregory Greenman &lt;gregory.greenman@intel.com&gt;Signed-off-by: Miri Korenblit &lt;miriam.rachel.korenblit@intel.com&gt;Link: https://msgid.link/20240123200528.a4a8af7c091f.I0fb09083317b331168b99b8db39656a126a5cc4d@changeidSigned-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile</description>
        <pubDate>Tue, 23 Jan 2024 18:08:09 +0000</pubDate>
        <dc:creator>Johannes Berg &lt;johannes.berg@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>19898ce9 - wifi: iwlwifi: split 22000.c into multiple files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile#19898ce9</link>
        <description>wifi: iwlwifi: split 22000.c into multiple filesSplit the configuration list in 22000.c into four new files,per new device family, so we don&apos;t have this huge unusablefile. Yes, this duplicates a few small things, but that&apos;sstill much better than what we have now.Signed-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;Signed-off-by: Gregory Greenman &lt;gregory.greenman@intel.com&gt;Link: https://lore.kernel.org/r/20230621130443.7543603b2ee7.Ia8dd54216d341ef1ddc0531f2c9aa30d30536a5d@changeidSigned-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile</description>
        <pubDate>Wed, 21 Jun 2023 10:12:07 +0000</pubDate>
        <dc:creator>Johannes Berg &lt;johannes.berg@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2da4366f - iwlwifi: mei: add the driver to allow cooperation with CSME</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile#2da4366f</link>
        <description>iwlwifi: mei: add the driver to allow cooperation with CSMECSME in two words-----------------CSME stands for Converged Security and Management Engine. It isa CPU on the chipset and runs a dedicated firmware.AMT (Active Management Technology) is one of the applicationsthat run on that CPU. AMT allows to control the platform remotely.Here is a partial list of the use cases:* View the screen of the plaform, with keyboard and mouse (KVM)* Attach a remote IDE device* Have a serial console to the device* Query the state of the platform* Reset / shut down / boot the platformNetworking in CSME------------------For those uses cases, CSME&apos;s firmware has an embedded networkstack and is able to use the network devices of the system: LANand WLAN. This is thanks to the CSME&apos;s firmware WLAN driver.One can add a profile (SSID / key / certificate) to the CSME&apos;s OSand CSME will connect to that profile. Then, one can use the WLANlink to access the applications that run on CSME (AMT is one ofthem). Note that CSME is active during power state and power statetransitions. For example, it is possible to have a KVM sessionopen to the system while the system is rebooting and actuallyconfigure the BIOS remotely over WLAN thanks to AMT.How all this is related to Linux--------------------------------In Linux, there is a driver that allows the OS to talk to theCSME firmware, this driver is drivers/misc/mei. This driveradvertises a bus that allows other kernel drivers or even userspace) to talk to components inside the CSME firmware.In practice, the system advertises a PCI device that allowsto send / receive data to / from the CSME firmware. The meibus drivers in drivers/misc/mei is an abstration on top ofthis PCI device.The driver being added here is called iwlmei and talks to theWLAN driver inside the CSME firmware through the mei bus driver.Note that the mei bus driver only gives bus services, it doesn&apos;tdefine the content of the communication.Why do we need this driver?--------------------------CSME uses the same WLAN device that the OS is expecting to seehence we need an arbitration mechanism. This is what iwlmei isin charge of. iwlmei maintains the communication with the CSMEfirmware&apos;s WLAN driver. The language / protocol that is usedbetween the CSME&apos;s firmware WLAN driver and iwlmei is OS agnosticand is called SAP which stands for Software Abritration Protocol.With SAP, iwlmei will be able to tell the CSME firmware&apos;s WLANdriver:1) Please give me the device.2) Please note that the SW/HW rfkill state change.3) Please note that I am now associated to X.4) Please note that I received this packet.etc...There are messages that go the opposite direction as well:1) Please note that AMT is en/disable.2) Please note that I believe the OS is broken and hence I&apos;ll take   the device *now*, whether you like it or not, to make sure that   connectivity is preserved.3) Please note that I am willing to give the device if the OS   needs it.4) Please give me any packet that is sent on UDP / TCP on IP address   XX.XX.XX.XX and an port ZZ.5) Please send this packet.etc...Please check drivers/net/wireless/intel/iwlwifi/mei/sap.h for thefull protocol specification.Arbitration is not the only purpose of iwlmei and SAP. SAP alsoallows to maintain the AMT&apos;s functionality even when the OS ownsthe device. To connect to AMT, one needs to initiate an HTTPconnection to port 16992. iwlmei will listen to the Rx path andforward (through SAP) to the CSME firmware the data it got. Then,the embedded HTTP server in the chipset will reply to the requestand send a SAP notification to ask iwlmei to send the reply.This way, AMT running on the CSME can still work.In practice this means that all the use cases quoted above (KVM,remote IDE device, etc...) will work even when the OS uses theWLAN device.How to disable all this?---------------------------iwlmei won&apos;t be able to do anything if the CSME&apos;s networking stackis not enabled. By default, CSME&apos;s networking stack is disabled (thisis a BIOS setting).In case the CSME&apos;s networking stack is disabled, iwlwifi will justget access to the device because there is no contention with any otheractor and, hence, no arbitration is needed.In this patch, I only add the iwlmei driver. Integration withiwlwifi will be implemented in the next one.Co-Developed-by: Ayala Beker &lt;ayala.beker@intel.com&gt;Signed-off-by: Ayala Beker &lt;ayala.beker@intel.com&gt;Signed-off-by: Emmanuel Grumbach &lt;emmanuel.grumbach@intel.com&gt;v2: fix a few warnings raised by the different botsv3: rewrite the commit messagev4: put the debugfs content in a different patchv5: fix a NULL pointer dereference upon DHCP TX if SAP is connected    since we now have the required cfg80211 bits in wl-drv-next, add    the RFKILL handling patch to this series.v6: change the SAP API to inherit the values from iwl-mei.h removing    the need to ensure the values are equal with a BUILD_BUG_ON.    This was suggested by Arendv7: * fix a locking issue in case of CSME firmware reset:      When the CSME firmware resets, we need to unregister the      netdev, first take the mutex, and only then, rely on it      being taken.    * Add a comment to explain why it is ok to have static variables      (iwlmei can&apos;t have more than a single instance).    * Add a define for 26 + 8 + 8    * Add a define SEND_SAP_MAX_WAIT_ITERATION    * make struct const    * Reword a bit the Kconfig help message    * Ayala added her Signed-off    * fixed an RCU annotationv8: do not require ownership upfront, use NIC_OWNER instead. This fixes    a deadlock when CSME does not have the right WiFi FW.    Add more documentation about the owernship transitionSigned-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;Link: https://lore.kernel.org/r/20211112062814.7502-2-emmanuel.grumbach@intel.com

            List of files:
            /linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile</description>
        <pubDate>Fri, 12 Nov 2021 06:28:10 +0000</pubDate>
        <dc:creator>Emmanuel Grumbach &lt;emmanuel.grumbach@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9998f81e - iwlwifi: mvm: convert old rate &amp; flags to the new format.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile#9998f81e</link>
        <description>iwlwifi: mvm: convert old rate &amp; flags to the new format.As part of the new rate &amp; flags, convert an old format rate tothe new. This is needed if the driver supports the new formatbut the FW supports the old one.Signed-off-by: Miri Korenblit &lt;miriam.rachel.korenblit@intel.com&gt;Signed-off-by: Luca Coelho &lt;luciano.coelho@intel.com&gt;Link: https://lore.kernel.org/r/iwlwifi.20211017123741.1ea5263dafec.Iadffe7cb26554d4c23c9242eb2ec8326306202a9@changeidSigned-off-by: Luca Coelho &lt;luciano.coelho@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile</description>
        <pubDate>Sun, 17 Oct 2021 09:40:16 +0000</pubDate>
        <dc:creator>Miri Korenblit &lt;miriam.rachel.korenblit@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>4db7cf1e - iwlwifi: move error dump to fw utils</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile#4db7cf1e</link>
        <description>iwlwifi: move error dump to fw utilsConceptually, this belongs more into the firmware utilsrather than the mvm opmode, so move the collection andoutput there.Note that this slightly changes the format of the Statusline.Signed-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;Signed-off-by: Luca Coelho &lt;luciano.coelho@intel.com&gt;Link: https://lore.kernel.org/r/iwlwifi.20210621103449.b82b60d81346.Ide3b688107f6a59c7fc7eb1d8f2002b0a5c1f2d2@changeidSigned-off-by: Luca Coelho &lt;luciano.coelho@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile</description>
        <pubDate>Mon, 21 Jun 2021 07:37:37 +0000</pubDate>
        <dc:creator>Johannes Berg &lt;johannes.berg@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>84c3c995 - iwlwifi: move UEFI code to a separate file</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile#84c3c995</link>
        <description>iwlwifi: move UEFI code to a separate fileWe are going to read more variables from UEFI, so it&apos;s cleaner to haveall the code that handles UEFI variables in a separate file.Signed-off-by: Luca Coelho &lt;luciano.coelho@intel.com&gt;Link: https://lore.kernel.org/r/iwlwifi.20210621103449.c705ac86f2e9.Ia7421c17fe52929e4098b4f0cf070809ed3ef906@changeidSigned-off-by: Luca Coelho &lt;luciano.coelho@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile</description>
        <pubDate>Mon, 21 Jun 2021 07:37:35 +0000</pubDate>
        <dc:creator>Luca Coelho &lt;luciano.coelho@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>b3e4c0f3 - iwlwifi: move PNVM implementation to common code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile#b3e4c0f3</link>
        <description>iwlwifi: move PNVM implementation to common codeThe PNVM code is generic and can be used by other opmodes.  Move it toa common file and include it in the relevant opmodes.Signed-off-by: Luca Coelho &lt;luciano.coelho@intel.com&gt;Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;Link: https://lore.kernel.org/r/iwlwifi.20201008181047.232aa310693b.I03a18ffa4162753af38e759d88e27509007c7bca@changeid

            List of files:
            /linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile</description>
        <pubDate>Thu, 08 Oct 2020 15:12:46 +0000</pubDate>
        <dc:creator>Luca Coelho &lt;luciano.coelho@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>0cd1ad2d - iwlwifi: move all bus-independent TX functions to common code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile#0cd1ad2d</link>
        <description>iwlwifi: move all bus-independent TX functions to common codeAfter moving out all Tx fields not related to pcie-busit&apos;s time to move the code to a common place.We also rename all pcie functions name to txq.Signed-off-by: Mordechay Goodstein &lt;mordechay.goodstein@intel.com&gt;Signed-off-by: Luca Coelho &lt;luciano.coelho@intel.com&gt;Link: https://lore.kernel.org/r/iwlwifi.20200930161256.3947a5276003.I3fe1bec2b25a965a49532df288f47b8b59eb1500@changeidSigned-off-by: Luca Coelho &lt;luciano.coelho@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile</description>
        <pubDate>Wed, 30 Sep 2020 13:31:16 +0000</pubDate>
        <dc:creator>Mordechay Goodstein &lt;mordechay.goodstein@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>4af11950 - iwlwifi: move API version lookup to common code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile#4af11950</link>
        <description>iwlwifi: move API version lookup to common codeThe API version lookup is parsed from a TLV and should be in shared codemake make it reusable across all opmodes.Also change the function names from mvm to fw, since this is notmvm-specific anymore.Additionally, since this function is not just a single line of code, itshouldn&apos;t be inline.  Convert them to actual functions.Signed-off-by: Mordechay Goodstein &lt;mordechay.goodstein@intel.com&gt;Signed-off-by: Luca Coelho &lt;luciano.coelho@intel.com&gt;Link: https://lore.kernel.org/r/iwlwifi.20200421133326.cf94672dfcdb.I5ede9cc25ee8de7b8d2b5c574f917a18971da734@changeid

            List of files:
            /linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile</description>
        <pubDate>Tue, 21 Apr 2020 10:33:47 +0000</pubDate>
        <dc:creator>Mordechay Goodstein &lt;mordechay.goodstein@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>cf29c5b6 - iwlwifi: dbg_ini: implement time point handling</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile#cf29c5b6</link>
        <description>iwlwifi: dbg_ini: implement time point handlingCalculate active triggers list and implement time points handling.Also allow to override the debug domain via iwl-dbg-cfg.ini by settingFW_DBG_DOMAIN field.Reported-by: kbuild test robot &lt;lkp@intel.com&gt;Signed-off-by: Shahar S Matityahu &lt;shahar.s.matityahu@intel.com&gt;Signed-off-by: Luca Coelho &lt;luciano.coelho@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile</description>
        <pubDate>Tue, 23 Jul 2019 11:26:49 +0000</pubDate>
        <dc:creator>Shahar S Matityahu &lt;shahar.s.matityahu@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>f14cda6f - iwlwifi: trans: parse and store debug ini TLVs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile#f14cda6f</link>
        <description>iwlwifi: trans: parse and store debug ini TLVsThe new debug ini TLVs can be either packed into firmwarebinary or written in external file. Support loading themfrom both. Store the data per apply point. Apply point isa point during driver runtime, where the TLV becomes active.For example, a trigger of hardware error may be configuredto collect a subset of data pre-alive, as a opposed to HWerror that occurs after alive.Signed-off-by: Sara Sharon &lt;sara.sharon@intel.com&gt;Signed-off-by: Luca Coelho &lt;luciano.coelho@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile</description>
        <pubDate>Thu, 17 May 2018 07:14:30 +0000</pubDate>
        <dc:creator>Sara Sharon &lt;sara.sharon@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>266ab689 - iwlwifi: mvm: remove dead gscan code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile#266ab689</link>
        <description>iwlwifi: mvm: remove dead gscan codeThere was a bunch of code to support gscan which has never been used.Remove it all to cleanup and get rid of a lot of dead code.Signed-off-by: Luca Coelho &lt;luciano.coelho@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile</description>
        <pubDate>Fri, 27 Jul 2018 11:53:07 +0000</pubDate>
        <dc:creator>Luca Coelho &lt;luciano.coelho@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2ee82402 - iwlwifi: pcie: support context information for 22560 devices</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile#2ee82402</link>
        <description>iwlwifi: pcie: support context information for 22560 devicesContext information structure was added to 22000 devices forfirmware self init.In the next generation of devices the context informationchanges significantly, and the original context informationis divided roughly to three data structures: context information gen3,prph information and prph scratch.In addition, the init flow changes so the firmware is loadedby the IML, and so we must allocate the IML on the DRAM andgive the ROM the IML&apos;s address before kicking the firmware&apos;sself init.Signed-off-by: Golan Ben Ami &lt;golan.ben.ami@intel.com&gt;Signed-off-by: Luca Coelho &lt;luciano.coelho@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/intel/iwlwifi/Makefile</description>
        <pubDate>Sun, 11 Feb 2018 08:57:18 +0000</pubDate>
        <dc:creator>Golan Ben Ami &lt;golan.ben.ami@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
