aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iwm/if_iwm.c
Commit message (Expand)AuthorAgeFilesLines
* 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-161-2/+0
* 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-221-1/+10
* 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: update if_iwmreg.h to the latest (as of today) openbsd changesAdrian Chadd2021-10-271-102/+10
* 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-201-7/+42
* 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-271-139/+138
* iwm(4): Fix version string formatting.Mark Johnston2019-11-271-1/+1
* iwm: Sync device initialization and reset code with iwlwifi.Mark Johnston2019-11-071-1/+11
* 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-071-3/+4
* iwm: Use antenna B for TX on 9000-series chips.Mark Johnston2019-11-071-1/+4
* 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-071-86/+312
* iwm: Enable all 31 tx queues.Mark Johnston2019-11-071-1/+3
* iwm: Add device configuration definitions for 9000-series chips.Mark Johnston2019-11-071-0/+6
* iwm: Sync the firmware tx_cmd descriptor fields with iwlwifi.Mark Johnston2019-11-071-1/+0
* iwm: Use the same delays as iwlwifi when resetting the device.Mark Johnston2019-11-071-4/+6
* iwm: Add a device family definition for 9000 chips.Mark Johnston2019-11-071-14/+15
* iwm: Define a name for TLV 48.Mark Johnston2019-11-071-1/+1
* iwm: Avoid calling iwm_start() each time a descriptor is reclaimed.Mark Johnston2019-11-071-12/+19
* iwm: Call iwm_dev_check() earlier in iwm_attach().Mark Johnston2019-11-071-7/+4
* iwm: Simplify fw_has_{api,capa}().Mark Johnston2019-11-071-10/+6
* iwm: Fix style in the TX path.Mark Johnston2019-11-071-17/+15
* iwm: Drain callouts after stopping the device during detach.Mark Johnston2019-07-031-5/+4
* iwm(4): use correct channel list source for Intel 3168Andriy Voskoboinyk2019-03-111-3/+5
* Fix logic errors in iwm_pcie_load_firmware_chunk introduced in r314065.Bjoern A. Zeeb2019-01-261-9/+2
* iwm - Update alive response handling, add v4 and remove old versions.Kyle Evans2019-01-241-64/+37
* iwm - Fix race during detach, where a callout is left after driver is gone.Kyle Evans2019-01-241-0/+3
* if_iwm - Stop iwm_watchdog callout when idle.Kyle Evans2019-01-241-2/+7
* iwm - Always clear watchdog timer, when bringing down firmware state.Kyle Evans2019-01-241-4/+3
* iwm - Clear Time Event active state, when receiving End Notification.Kyle Evans2019-01-241-8/+2
* iwm - Improve firmware Time Event handling.Kyle Evans2019-01-241-2/+11
* iwm - Avoid Tx watchdog timeout, when dropping a connection.Kyle Evans2019-01-241-0/+4
* iwm - Track firmware state better, and improve handling in iwm_newstate().Kyle Evans2019-01-241-157/+136
* if_iwm - Configure the PCIe LTR, fix PCI express capability accesses.Kyle Evans2019-01-241-0/+18
* iwm - Reduce gratuitous differences with Linux iwlwifi in struct naming.Kyle Evans2019-01-241-38/+36
* if_iwm - Check sc->sc_attached flag in suspend/resume callbacks.Kyle Evans2019-01-241-0/+7
* if_iwm - Move iwm_read_firmware() call into iwm_attach().Kyle Evans2019-01-241-65/+43
* if_iwm - The iwm_prepare_card_hw() in iwm_attach() is only needed on 8K hw.Kyle Evans2019-01-241-11/+8
* if_iwm - Update firmware rs table, instead of indexing the table in tx cmds.Kyle Evans2019-01-241-92/+79