summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_iwxreg.h
AgeCommit message (Expand)Author
2024-11-08Add support for MA devices.Mark Kettenis
2024-10-23remove duplicate IWX_NVM_GET_INFO defineJonathan Gray
2024-05-08fix iwx(4) monitor modeStefan Sperling
2023-10-06Ignore thermal dual-chain requests from iwx(4) firmware.Stefan Sperling
2023-03-06support the new iwx SCD_QUEUE_CONFIG commandStefan Sperling
2023-03-06add support for the iwx BAID allocation config commandStefan Sperling
2023-03-06implement support for iwx PHY context cmd version 4Stefan Sperling
2023-03-06support the new IWX_STA_MAC_DATA_API_S_VER_2 APIStefan Sperling
2023-03-06add support for the iwx RLC config commandStefan Sperling
2023-03-06support iwx rate_n_flags API version 2 and delete fixed Tx rate supportStefan Sperling
2023-03-06change current iwx rate_n_flag field names to indicate this is API version 1Stefan Sperling
2023-03-06add support for iwx TLC config command v4Stefan Sperling
2023-03-06add support for iwx firmware alive response version 6Stefan Sperling
2023-03-06recognize more iwx ucode TLV sections which are present in newer fw imagesStefan Sperling
2023-02-14jca@ points out that the field I split in iwx(4) Rx descriptors is in a union.Stefan Sperling
2023-02-13Fix an alignment issue in iwx(4) Rx descriptors.Stefan Sperling
2022-05-10Fix reading of the MAC address on AX210 devices.Stefan Sperling
2022-05-09Add support for AX210/AX211 devices to iwx(4).Stefan Sperling
2022-04-16Make device matching in iwx(4) more similar to Linux iwlwifi.Stefan Sperling
2022-03-14Add initial support for 802.11ac (VHT) to the iwx(4) driver.Stefan Sperling
2022-01-28When it's the possessive of 'it', it's spelled "its", without thePhilip Guenther
2022-01-09spellingJonathan Gray
2021-11-25Prepare iwx(4) for using new firmware (API version -67) in the future.Stefan Sperling
2021-11-22Fix iwx(4) Tx ring array size which was one entry too short.Stefan Sperling
2021-09-23Add support for Tx aggregation to the iwx(4) driver.Stefan Sperling
2021-08-16Remove obsolete pre-release support code about two early versions of 8260.Kevin Lo
2021-07-29Implement support for the BAR_FRAME_RELEASE iwx(4) firmware notification.Stefan Sperling
2021-07-29Support the new iwx(4) firmware TLC_MNG_CONFIG command.Stefan Sperling
2021-07-29Support the new iwx(4) firmware session protection command.Stefan Sperling
2021-07-29Add support for iwx(4) umac scan command version 14.Stefan Sperling
2021-07-29Add support for iwx(4) "reduced" scan config command required by new firmware.Stefan Sperling
2021-07-29Handle iwx(4) PHY context command version 3.Stefan Sperling
2021-07-29Remove support for the narrow command header on the iwx(4) command queue.Stefan Sperling
2021-07-29Handle iwx(4) firmware alive response version 5.Stefan Sperling
2021-07-29Recognize "phy integration" and "num stations" TLVs found in new iwx(4)Stefan Sperling
2021-07-29Declare additional iwx(4) firmware capability and api support flags.Stefan Sperling
2021-04-25Implement support for Rx aggregation offload in iwm(9) and iwx(4), andStefan Sperling
2021-01-17add another iwx deviceJoshua Stein
2020-08-01Add support for AX201 devices to iwx(4).Stefan Sperling
2020-07-13Increase iwx(4) command queue size to the size expected by hardware.Stefan Sperling
2020-06-22Remove unused code for parsing non-volatile memory (NVM) from iwx(4).Stefan Sperling
2020-06-22Fix two iwx(4) TX_CMD_OFFLD macros.Stefan Sperling
2020-06-22Prepare for newer iwx(4) firmware scan command versions.Stefan Sperling
2020-06-22Enable critical temperature detection in iwx(4) firmware.Stefan Sperling
2020-06-19Add WPA2 (CCMP) crypto offload support to iwx(4).Stefan Sperling
2020-06-17Let iwx(4) firmware decide which Tx rate to use.Stefan Sperling
2020-06-11Increase iwx(4) command queue size. Otherwise the firmware sends duplicateStefan Sperling
2020-06-11Add initial support for regulatory domain updates in iwx(4).Stefan Sperling
2020-06-11Use the NVM_GET_INFO command in iwx(4) instead of the manual NVM dataStefan Sperling
2020-05-26Implement support for the iwx(4) SOC_CONFIGURATION command.Stefan Sperling