index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
if_iwx.c
Age
Commit message (
Expand
)
Author
2021-10-15
Add initial 40MHz support to the iwx(4) driver.
Stefan Sperling
2021-10-12
Make our old BSSID available to iwx_newstate_task() when roaming.
Stefan Sperling
2021-10-12
Explicitly stop iwx(4) Rx block ack when roaming between access points.
Stefan Sperling
2021-10-12
Remove code which was needed to support old firmware images from iwx(4).
Stefan Sperling
2021-10-06
Allow AUTH->AUTH state transitions in the iwm(4) and iwx(4) drivers again.
Stefan Sperling
2021-10-02
Remove iwx_assoc() and iwx_disassoc(). Not needed because they duplicate
Stefan Sperling
2021-10-02
Fix panic when iwx(4) firmware is not present at boot time.
Stefan Sperling
2021-09-30
In iwm(4) and iwx(4), prevent attemps to transition towards the same state
Stefan Sperling
2021-09-23
Reset the Tx timer when iwx(4) firmware sends a BA notification.
Stefan Sperling
2021-09-23
Add support for Tx aggregation to the iwx(4) driver.
Stefan Sperling
2021-09-11
Zero out iwx(4) Tx descriptors of frames which are done.
Stefan Sperling
2021-09-11
Fix a bug in iwx(4) Tx done interrupt processing.
Stefan Sperling
2021-09-10
Let iwx(4) resume directly in DVACT_WAKEUP instead of running the init task.
Stefan Sperling
2021-09-08
Add a missing call to iwx_ctxt_info_free_fw_img() in an error path
Stefan Sperling
2021-09-08
Make iwm(4) and iwx(4) raise IPL to splnet() while loading firmware.
Stefan Sperling
2021-09-08
Let iwm(4) and iwx(4) sleep for 1 second while loading firmware.
Stefan Sperling
2021-09-03
Make iwm(4) and iwx(4) resume code path more similar to the attach code path.
Stefan Sperling
2021-09-03
Ensure that iwm(4) and iwx(4) will reload firmware from disk on down/up,
Stefan Sperling
2021-09-02
Fix our iwx(4) xtal latency values to match the values used by Linux iwlwifi.
Stefan Sperling
2021-09-02
The PCI_PRODUCT_INTEL_WL_22500_1 device is part of the 22000
Kevin Lo
2021-08-31
Fix use of wrong pointer argument when freeing firmware paging info in iwx(4).
Stefan Sperling
2021-08-29
iwm/iwx: propagate errors out of iw{m,x}_set_bits_mask_prph routines
Greg Steuck
2021-08-26
There are some races in the hardware which thus require a few more tries
Kevin Lo
2021-08-23
Fix the initial length check in iwx_fill_probe_req() to match iwm(4).
Stefan Sperling
2021-08-20
In the attach routine, the hardware bug workaround is only for legacy PCI
Kevin Lo
2021-08-20
Revert previous; Turns out the start_hw() functions don't always
Stefan Sperling
2021-08-19
Run more device init code when resuming iwm(4) and iwx(4) devices.
Stefan Sperling
2021-08-19
Hide detailed firmware error reports from iwn/iwm/iwx by default.
Stefan Sperling
2021-08-16
Remove obsolete pre-release support code about two early versions of 8260.
Kevin Lo
2021-08-13
Plug memory leak in an unlikely error path of iwx_umac_scan_v14().
Stefan Sperling
2021-08-07
Remove another unused DMA allocation from iwx(4).
Stefan Sperling
2021-07-30
Print iwx(4) firmware version numbers like Linux iwlwifi does it.
Stefan Sperling
2021-07-30
Remove an unused 320k bytes DMA memory allocation from iwx(4).
Stefan Sperling
2021-07-29
Switch iwx(4) to -63 firmware images as shipped in iwx-firmware-20210512.
Stefan Sperling
2021-07-29
Implement support for the BAR_FRAME_RELEASE iwx(4) firmware notification.
Stefan Sperling
2021-07-29
Get Tx queues working with new iwx(4) firmware.
Stefan Sperling
2021-07-29
Support the new iwx(4) firmware TLC_MNG_CONFIG command.
Stefan Sperling
2021-07-29
Support the new iwx(4) firmware session protection command.
Stefan Sperling
2021-07-29
Add support for iwx(4) umac scan command version 14.
Stefan Sperling
2021-07-29
Add support for iwx(4) "reduced" scan config command required by new firmware.
Stefan Sperling
2021-07-29
Handle iwx(4) PHY context command version 3.
Stefan Sperling
2021-07-29
New iwx(4) firmware doesn't require an AUX station to be added.
Stefan Sperling
2021-07-29
Remove support for the narrow command header on the iwx(4) command queue.
Stefan Sperling
2021-07-29
Fix "BAD COMMAND" errors with new iwx(4) firmware.
Stefan Sperling
2021-07-29
Handle iwx(4) firmware alive response version 5.
Stefan Sperling
2021-07-29
Recognize "phy integration" and "num stations" TLVs found in new iwx(4)
Stefan Sperling
2021-07-29
Ignore debug sections present in newer iwx(4) firmware images.
Stefan Sperling
2021-07-29
Increase fixed limits for the number of iwx(4) command versions, channels,
Stefan Sperling
2021-07-26
Fix accounting of the number of frames queued on an iwx(4) Tx ring.
Stefan Sperling
2021-07-20
Make iwx_init() call iwx_stop() if we fail to move into SCAN state.
Stefan Sperling
[next]