aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iwm
Commit message (Expand)AuthorAgeFilesLines
* 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-1654/+2029
* 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-602/+601
* 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-62/+139
* 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-5/+62
* iwm: Define a name for TLV 48.Mark Johnston2019-11-072-1/+2
* 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-073-28/+21
* iwm: Remove a couple of unused fields from the softc.Mark Johnston2019-11-071-4/+0
* 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
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-1/+2
* iwm(4): use correct channel list source for Intel 3168Andriy Voskoboinyk2019-03-114-3/+22
* Fix ieee80211_radiotap(9) usage in wireless drivers:Andriy Voskoboinyk2019-03-111-1/+1
* Fix logic errors in iwm_pcie_load_firmware_chunk introduced in r314065.Bjoern A. Zeeb2019-01-261-9/+2
* iwm - Remove unused TX_CMD_NEXT_FRAME_*Kyle Evans2019-01-241-24/+1
* iwm - Remove unused REPLY_MAXKyle Evans2019-01-241-2/+0
* iwm - Update alive response handling, add v4 and remove old versions.Kyle Evans2019-01-243-120/+57
* iwm - Fix race during detach, where a callout is left after driver is gone.Kyle Evans2019-01-242-0/+6
* 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-244-15/+78