summaryrefslogtreecommitdiff
path: root/sys/dev/iwm
AgeCommit message (Expand)Author
2025-09-21iwm: assign sequence numbers even if we ask the firmware to overrideAdrian Chadd
2025-09-19net80211: convert the rest of the native net80211 drivers to SEQNO_OFFLOADAdrian Chadd
2025-02-26net80211: change ieee80211_ratectl_rate() to not return a rixAdrian Chadd
2025-02-26sys: convert ni->ni_txrate references use to the new net80211 APIAdrian Chadd
2025-01-17iwm: add sku_cap_mimo_disable; populate sku_cap_11n_enableAdrian Chadd
2025-01-17iwm: update rate tables from OpenBSDAdrian Chadd
2023-12-01Revert "Widen EPOCH(9) usage in PCI WLAN drivers."Bjoern A. Zeeb
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-09-04iwm(4): Correct some typos in source code commentsGordon Bergling
2022-05-06iwi/iwm/iwn: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-22iwm: plug set-but-not-used varsMateusz Guzik
2022-04-09iwm(4): Remove a double word in a source code commentGordon Bergling
2022-04-02iwm(4): Remove a whitespaceGordon Bergling
2022-04-02iwm(4): Fix a typo in a source code commentGordon Bergling
2022-02-28iwm: Fix -Wunused-but-set-variable warningsMark Johnston
2021-12-14iwm: plug some of set-but-not-used varsMateusz Guzik
2021-11-19iwm(4): Fix a typo in a source code commentGordon Bergling
2021-10-26iwm: Update SCD register accessesAdrian Chadd
2021-10-26iwm: update if_iwmreg.h to the latest (as of today) openbsd changesAdrian Chadd
2021-10-22net80211/drivers: improve ieee80211_rx_stats for bandBjoern A. Zeeb
2021-01-14iwm(4): Add support for Intel Killer(R) Wireless-AC 1550iMark Johnston
2020-09-11iwm: fix regression from r365419 (ieee80211_media_change())Bjoern A. Zeeb
2020-09-07WiFi: fix ieee80211_media_change() callersBjoern A. Zeeb
2020-05-20iwm: improve rfkill handlingAndriy Gapon
2020-04-27iwm: Print the command code for any unhandled commands.Mark Johnston
2020-01-30Widen EPOCH(9) usage in PCI WLAN drivers.Hans Petter Selasky
2019-11-27iwm(4): Remove _mvm from the namespace.Mark Johnston
2019-11-27iwm(4): Fix version string formatting.Mark Johnston
2019-11-07iwm: Sync device initialization and reset code with iwlwifi.Mark Johnston
2019-11-07iwm: Implement support for scans with "adaptive" dwell time.Mark Johnston
2019-11-07iwm: Use the default station for all transmits.Mark Johnston
2019-11-07iwm: Set flag for pad bytes in offload_assist.Mark Johnston
2019-11-07iwm: Use antenna B for TX on 9000-series chips.Mark Johnston
2019-11-07iwm: Update the station add command for the new RX API.Mark Johnston
2019-11-07iwm: Sync with iwm_run_init_mvm_ucode() with iwlwifi.Mark Johnston
2019-11-07iwm: Fix scheduler configuration for aux and cmd queue configuration.Mark Johnston
2019-11-07iwm: Implement the new receive path.Mark Johnston
2019-11-07iwm: Enable all 31 tx queues.Mark Johnston
2019-11-07iwm: Explicitly enable MSI on newer chipsets.Mark Johnston
2019-11-07iwm: Define the mqrx_supported capability.Mark Johnston
2019-11-07iwm: Add device configuration definitions for 9000-series chips.Mark Johnston
2019-11-07iwm: Sync the firmware tx_cmd descriptor fields with iwlwifi.Mark Johnston
2019-11-07iwm: Use the same delays as iwlwifi when resetting the device.Mark Johnston
2019-11-07iwm: Add a device family definition for 9000 chips.Mark Johnston
2019-11-07iwm: Add 9000-series RX register definitions.Mark Johnston
2019-11-07iwm: Add a few _prph functions needed for 9000-series chips.Mark Johnston
2019-11-07iwm: Sync the TLV API enum with iwlwifi.Mark Johnston