summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_iwx.c
AgeCommit message (Expand)Author
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
2022-03-19Fix attach of multiple iwm(4) or iwx(4) interfaces in the same machine.Stefan Sperling
2022-03-14Add initial support for 802.11ac (VHT) to the iwx(4) driver.Stefan Sperling
2022-03-10KASSERT should not contain memory barriers as they change behavior.Alexander Bluhm
2022-03-10Use atomic load and store functions to access refcnt and waitAlexander Bluhm
2022-01-21Fix and re-enable active scans on iwm(4) and iwx(4).Stefan Sperling
2022-01-09spellingJonathan Gray
2022-01-05Remove unused function arguments in iwm/iwx interrupt handlers.Stefan Sperling
2022-01-05In iwx(4), fix wrong pointer assignment in iwx_bar_frame_release().Stefan Sperling
2022-01-04fix length boundary checks for incoming packets in iwm/iwxStefan Sperling
2022-01-04fix Rx Block Ack session validity checks in iwm(4) and iwx(4)Stefan Sperling
2021-12-03Switch iwx(4) to new -67 firmware images.Stefan Sperling
2021-12-03Disable probe requests during scans in iwx(4) again.Stefan Sperling
2021-12-03Implement a bgscan_done() handler for iwx(4).Stefan Sperling
2021-11-25Prepare iwx(4) for using new firmware (API version -67) in the future.Stefan Sperling
2021-11-22Make iwx(4) update an Rx BA session's last_rx timestamp when a frameStefan Sperling
2021-11-22Let iwx(4) use per-Tx-queue interface timers to ensure that the interfaceStefan Sperling
2021-11-22In iwx(4), fix off-by-one errors during TID value bounds checks.Stefan Sperling
2021-11-19Fix monitor mode on iwm(4) and iwx(4).Stefan Sperling
2021-11-16fix typo in an error message printed by iwx_phy_ctxt_update()Stefan Sperling