summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_iwx.c
AgeCommit message (Expand)Author
2024-11-08Add support for MA devices.Mark Kettenis
2024-06-26return type on a dedicated line when declaring functionsJonathan Gray
2024-05-24remove unneeded includes; ok miod@Jonathan Gray
2024-05-13remove prototypes with no matching functionJonathan Gray
2024-05-08fix iwx(4) monitor modeStefan Sperling
2024-04-13correct indentationJonathan Gray
2024-02-26fix Tx rate selection for management frames in iwx(4)Stefan Sperling
2024-02-16Fix wrong ifmedia check in intel wifi drivers.Stefan Sperling
2023-12-30Fix iwx(4) device info table entries for So+Hr devices.Stefan Sperling
2023-12-20Remove iwx_wait_tx_queues_empty(); unused with current firmware versionsStefan Sperling
2023-12-20Ensure that iwm/iwx devices announce VHT capabilities in probe requests.Stefan Sperling
2023-10-06Ignore thermal dual-chain requests from iwx(4) firmware.Stefan Sperling
2023-08-26fix iwx scan command such that the driver selects an SSID during bgscanStefan Sperling
2023-07-05Add iwm/iwx background scan task to the queue which it will be deleted from.Stefan Sperling
2023-07-03use semicolon not comma at eolJonathan Gray
2023-06-27Attach 0x51f1 devices to iwx(4) and fix params used for 0x7a70 devices.Stefan Sperling
2023-06-21Remove extra trailing whitespaceMike Larkin
2023-05-11Stop sending a PHY context update in iwx_run_stop()Stefan Sperling
2023-04-14Wire up the iwm_updatechan and iwx_updatechan callbacks.Stefan Sperling
2023-03-06Make iwx(4) get the primary channel number from AP beacon info, ratherStefan Sperling
2023-03-06fix previous: only ignore request to delete key while doing crypto in hardwareStefan Sperling
2023-03-06Avoid trying to remove keys if the station is not active in iwx firmware.Stefan Sperling
2023-03-06ignore iwx DATA_PATH group notification 0xf8Stefan Sperling
2023-03-06always provide a subset of STA info in the MAC context commandStefan Sperling
2023-03-06fix iwx session protection event durationStefan 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-19Do not let the iwx init task run in parallel to wakeup code during resume.Stefan Sperling
2023-01-24Fix a crash in iwx(4) when connecting to WEP networks via ifconfig join.Stefan Sperling
2022-12-23Prevent an iwx(4) firmware error when authentication to the AP times out.Stefan Sperling
2022-08-29Fix integer overflows in iwm(4) and iwx(4) firmware file parsers.Stefan Sperling
2022-05-14Fix iwx_ampdu_rx_stop() for multiple Rx BA sessions.Stefan Sperling
2022-05-13Show the iwx(4) firmware filename if 'ifconfig iwx0 debug' is active.Stefan Sperling
2022-05-13Make iwx(4) load a0-hr-b0 firmware on AX211 devices which require it.Stefan Sperling
2022-05-12Fix setting of HT/VHT bits in rate flags of the iwx(4) Tx command.Stefan Sperling
2022-05-12Add missing AX210/AX211 devices to the device ID matching table.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-04-06constify struct cfattachChristian Weisgerber
2022-03-20Introduce an alternative mechanism for wifi drivers to communicateStefan Sperling
2022-03-20Don't announce VHT caps on 2GHz channels during iwm(4) and iwx(4) scans.Stefan Sperling