aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iwm
Commit message (Expand)AuthorAgeFilesLines
* iwm: assign sequence numbers even if we ask the firmware to overrideAdrian Chadd2025-09-211-0/+4
* net80211: convert the rest of the native net80211 drivers to SEQNO_OFFLOADAdrian Chadd2025-09-201-1/+2
* net80211: change ieee80211_ratectl_rate() to not return a rixAdrian Chadd2025-02-261-6/+26
* sys: convert ni->ni_txrate references use to the new net80211 APIAdrian Chadd2025-02-261-3/+5
* iwm: add sku_cap_mimo_disable; populate sku_cap_11n_enableAdrian Chadd2025-01-172-1/+3
* iwm: update rate tables from OpenBSDAdrian Chadd2025-01-172-27/+59
* Revert "Widen EPOCH(9) usage in PCI WLAN drivers."Bjoern A. Zeeb2023-12-011-5/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1619-38/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1613-13/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-162-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* iwm(4): Correct some typos in source code commentsGordon Bergling2022-09-041-1/+1
* iwi/iwm/iwn: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* iwm: plug set-but-not-used varsMateusz Guzik2022-04-222-1/+12
* iwm(4): Remove a double word in a source code commentGordon Bergling2022-04-091-1/+1
* iwm(4): Remove a whitespaceGordon Bergling2022-04-021-1/+1
* iwm(4): Fix a typo in a source code commentGordon Bergling2022-04-021-1/+1
* iwm: Fix -Wunused-but-set-variable warningsMark Johnston2022-02-281-6/+3
* iwm: plug some of set-but-not-used varsMateusz Guzik2021-12-141-7/+0
* iwm(4): Fix a typo in a source code commentGordon Bergling2021-11-191-1/+1
* iwm: Update SCD register accessesAdrian Chadd2021-10-271-2/+2
* iwm: update if_iwmreg.h to the latest (as of today) openbsd changesAdrian Chadd2021-10-276-1593/+1968
* net80211/drivers: improve ieee80211_rx_stats for bandBjoern A. Zeeb2021-10-221-0/+5
* iwm(4): Add support for Intel Killer(R) Wireless-AC 1550iMark Johnston2021-01-141-0/+2
* iwm: fix regression from r365419 (ieee80211_media_change())Bjoern A. Zeeb2020-09-111-24/+2
* WiFi: fix ieee80211_media_change() callersBjoern A. Zeeb2020-09-071-3/+3
* iwm: improve rfkill handlingAndriy Gapon2020-05-202-7/+44
* iwm: Print the command code for any unhandled commands.Mark Johnston2020-04-271-3/+2
* Widen EPOCH(9) usage in PCI WLAN drivers.Hans Petter Selasky2020-01-301-0/+5
* iwm(4): Remove _mvm from the namespace.Mark Johnston2019-11-2725-601/+600
* iwm(4): Fix version string formatting.Mark Johnston2019-11-271-1/+1
* iwm: Sync device initialization and reset code with iwlwifi.Mark Johnston2019-11-073-3/+35
* iwm: Implement support for scans with "adaptive" dwell time.Mark Johnston2019-11-072-61/+138
* iwm: Use the default station for all transmits.Mark Johnston2019-11-071-5/+1
* iwm: Set flag for pad bytes in offload_assist.Mark Johnston2019-11-072-6/+35
* iwm: Use antenna B for TX on 9000-series chips.Mark Johnston2019-11-071-1/+4
* iwm: Update the station add command for the new RX API.Mark Johnston2019-11-072-23/+116
* iwm: Sync with iwm_run_init_mvm_ucode() with iwlwifi.Mark Johnston2019-11-071-7/+9
* iwm: Fix scheduler configuration for aux and cmd queue configuration.Mark Johnston2019-11-071-12/+19
* iwm: Implement the new receive path.Mark Johnston2019-11-074-98/+397
* iwm: Enable all 31 tx queues.Mark Johnston2019-11-071-1/+3
* iwm: Explicitly enable MSI on newer chipsets.Mark Johnston2019-11-072-0/+8
* iwm: Define the mqrx_supported capability.Mark Johnston2019-11-073-7/+12
* iwm: Add device configuration definitions for 9000-series chips.Mark Johnston2019-11-074-0/+198
* iwm: Sync the firmware tx_cmd descriptor fields with iwlwifi.Mark Johnston2019-11-072-4/+2
* iwm: Use the same delays as iwlwifi when resetting the device.Mark Johnston2019-11-072-5/+7
* iwm: Add a device family definition for 9000 chips.Mark Johnston2019-11-073-16/+18
* iwm: Add 9000-series RX register definitions.Mark Johnston2019-11-071-0/+46
* iwm: Add a few _prph functions needed for 9000-series chips.Mark Johnston2019-11-072-0/+25
* iwm: Sync the TLV API enum with iwlwifi.Mark Johnston2019-11-071-4/+61