summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_iwmreg.h
AgeCommit message (Expand)Author
2024-09-01spelling; checked by jmc@, ok miod@ mglocker@ krw@Jonathan Gray
2024-01-16Fix clang warning about possible unaligned access on arm64.Kevin Lo
2022-03-19Add initial 802.11ac support to the iwm(4) driver.Stefan Sperling
2022-01-09spellingJonathan Gray
2021-12-20Make iwm(4) attach to PCI devices with product ID 0x31dc.Stefan Sperling
2021-10-11Add support for 802.11n 40MHz channels to the iwm(4) driver.Stefan Sperling
2021-07-09Make iwm(4) set various scan command flags just like how iwlwifi sets them.Stefan Sperling
2021-07-08Support MCC update response used by newer iwm(4) firmware, and verifyStefan Sperling
2021-07-08Back out support for newer MCC update commands in iwm(4) for now.Stefan Sperling
2021-07-07Support MCC update response used by newer iwm(4) firmware, and verifyStefan Sperling
2021-07-07Support the SoC configuration command used by newer iwm(4) 9560 firmware.Stefan Sperling
2021-07-07Support the critical temperature detection feature of newer iwm(4) firmware.Stefan Sperling
2021-07-07Parse CMD_VERSION TLV found in iwm(4) fw images and add iwm_lookup_cmd_ver().Stefan Sperling
2021-07-07Support a new variant of the binding command required by new iwm(4) firmware.Stefan Sperling
2021-07-07Support the larger phy context command required by newer iwm(4) firmware.Stefan Sperling
2021-07-07Recognize and ignore new debug sections found in latest iwm(4) 9k fw images.Stefan Sperling
2021-07-07Support a new time quota command required for newer iwm(4) firmware.Stefan Sperling
2021-06-30Fix Tx queue flushing in iwm(4).Stefan Sperling
2021-06-01Revert iwm(4) firmware updates for now; robert@ reports stalled Tx on 9260Stefan Sperling
2021-06-01Switch iwm(4) to new firmware images available in iwm-firmware-20210512.Stefan Sperling
2021-05-03Add 802.11n Tx aggregation support to iwm(4).Stefan Sperling
2021-04-25Implement support for Rx aggregation offload in iwm(9) and iwx(4), andStefan Sperling
2020-05-18Offload CCMP (WPA2) encryption and decryption to iwm(4) hardware.Stefan Sperling
2020-05-15Fix wrong firmware API documentation comments for iwm(4) and iwx(4).Stefan Sperling
2020-03-05Update iwm(4) firmware API documentation with respect to sequence numberStefan Sperling
2019-11-26Add support for MSI-X. MSI-X allows establishing a number ofPatrick Wildt
2019-11-18Add support for 9260 and 9560 devices to iwm(4).Stefan Sperling
2019-11-12Fix support for 3168 iwm(4) devices, and load new firmware for them.Stefan Sperling
2019-11-08Add support to iwm(4) for new umac scan API in newer firmware versions.Stefan Sperling
2019-11-08Add support to iwm(4) for ADD_STA commands used by newer firmware.Stefan Sperling
2019-11-04Support iwm(4) firmware images with ucode_api flags larger than 32 bits.Stefan Sperling
2019-11-04Sync iwm's SCD_QUEUE macros with iwlwifi.Stefan Sperling
2019-11-04Add support for iwm firmware paging, required for newer 8k device firmware.Stefan Sperling
2019-10-28Have iwm(4) configure the PCIe LTR.Stefan Sperling
2019-10-28Recognize IWM_DTS_MEASUREMENT_NOTIF_WIDE PHY_OP notification which willStefan Sperling
2019-10-28Get rid of version 1 of iwm's time event firmware API.Stefan Sperling
2019-10-28Remove a couple of unneeded IWM_UCODE_TLV_FLAGS_* flags:Stefan Sperling
2019-10-28Remove unneeded IWM_UCODE_TLV_FLAGS_RX_ENERGY_API flag.Stefan Sperling
2019-10-28Use 0x6c as permanent ID for IWM_PHY_DB_CMD; remove incorrect comment.Stefan Sperling
2019-10-28Remove unused DEFAULT_MAX_TX_POWER definition from if_iwmreg.h,Stefan Sperling
2019-10-18Add support for dynamic queue allocation (DQA) to iwm(4).Stefan Sperling
2019-08-08Support WPA2 CCMP encryption/decryption in hardware with iwm(4).Stefan Sperling
2018-02-28Ignore 'fseq version mismatch' notifications from 8265 iwm(4) firmware.Stefan Sperling
2017-05-03Fix a regression in iwm(4) which made 3165 devices unusable.Stefan Sperling
2017-04-24Implement support for multiple packets per receive DMA buffer in iwm(4).Stefan Sperling
2017-04-04Add 8265 and 3168 support. Both cards need new firmware files which currentlyClaudio Jeker
2017-01-31Update the struct iwm_scan_results_notif to FW Api version 3, and removeStefan Sperling
2017-01-29Remove a couple of definitions from if_iwmreg.h which were neverStefan Sperling
2017-01-29In iwm(4), remove old deprecated scan API definitions which have beenStefan Sperling
2016-12-10Add support for MIMO Tx rates (MCS 8-15) to iwm(4).Stefan Sperling