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
2023-03-06
Make iwx(4) get the primary channel number from AP beacon info, rather
Stefan Sperling
2023-03-06
fix previous: only ignore request to delete key while doing crypto in hardware
Stefan Sperling
2023-03-06
Avoid trying to remove keys if the station is not active in iwx firmware.
Stefan Sperling
2023-03-06
ignore iwx DATA_PATH group notification 0xf8
Stefan Sperling
2023-03-06
always provide a subset of STA info in the MAC context command
Stefan Sperling
2023-03-06
fix iwx session protection event duration
Stefan Sperling
2023-03-06
support the new iwx SCD_QUEUE_CONFIG command
Stefan Sperling
2023-03-06
add support for the iwx BAID allocation config command
Stefan Sperling
2023-03-06
implement support for iwx PHY context cmd version 4
Stefan Sperling
2023-03-06
support the new IWX_STA_MAC_DATA_API_S_VER_2 API
Stefan Sperling
2023-03-06
add support for the iwx RLC config command
Stefan Sperling
2023-03-06
support iwx rate_n_flags API version 2 and delete fixed Tx rate support
Stefan Sperling
2023-03-06
change current iwx rate_n_flag field names to indicate this is API version 1
Stefan Sperling
2023-03-06
add support for iwx TLC config command v4
Stefan Sperling
2023-03-06
add support for iwx firmware alive response version 6
Stefan Sperling
2023-03-06
recognize more iwx ucode TLV sections which are present in newer fw images
Stefan Sperling
2023-02-19
Do not let the iwx init task run in parallel to wakeup code during resume.
Stefan Sperling
2023-01-24
Fix a crash in iwx(4) when connecting to WEP networks via ifconfig join.
Stefan Sperling
2022-12-23
Prevent an iwx(4) firmware error when authentication to the AP times out.
Stefan Sperling
2022-08-29
Fix integer overflows in iwm(4) and iwx(4) firmware file parsers.
Stefan Sperling
2022-05-14
Fix iwx_ampdu_rx_stop() for multiple Rx BA sessions.
Stefan Sperling
2022-05-13
Show the iwx(4) firmware filename if 'ifconfig iwx0 debug' is active.
Stefan Sperling
2022-05-13
Make iwx(4) load a0-hr-b0 firmware on AX211 devices which require it.
Stefan Sperling
2022-05-12
Fix setting of HT/VHT bits in rate flags of the iwx(4) Tx command.
Stefan Sperling
2022-05-12
Add missing AX210/AX211 devices to the device ID matching table.
Stefan Sperling
2022-05-10
Fix reading of the MAC address on AX210 devices.
Stefan Sperling
2022-05-09
Add support for AX210/AX211 devices to iwx(4).
Stefan Sperling
2022-04-16
Make device matching in iwx(4) more similar to Linux iwlwifi.
Stefan Sperling
2022-04-06
constify struct cfattach
Christian Weisgerber
2022-03-20
Introduce an alternative mechanism for wifi drivers to communicate
Stefan Sperling
2022-03-20
Don't announce VHT caps on 2GHz channels during iwm(4) and iwx(4) scans.
Stefan Sperling
2022-03-19
Fix attach of multiple iwm(4) or iwx(4) interfaces in the same machine.
Stefan Sperling
2022-03-14
Add initial support for 802.11ac (VHT) to the iwx(4) driver.
Stefan Sperling
2022-03-10
KASSERT should not contain memory barriers as they change behavior.
Alexander Bluhm
2022-03-10
Use atomic load and store functions to access refcnt and wait
Alexander Bluhm
2022-01-21
Fix and re-enable active scans on iwm(4) and iwx(4).
Stefan Sperling
2022-01-09
spelling
Jonathan Gray
2022-01-05
Remove unused function arguments in iwm/iwx interrupt handlers.
Stefan Sperling
2022-01-05
In iwx(4), fix wrong pointer assignment in iwx_bar_frame_release().
Stefan Sperling
2022-01-04
fix length boundary checks for incoming packets in iwm/iwx
Stefan Sperling
2022-01-04
fix Rx Block Ack session validity checks in iwm(4) and iwx(4)
Stefan Sperling
2021-12-03
Switch iwx(4) to new -67 firmware images.
Stefan Sperling
2021-12-03
Disable probe requests during scans in iwx(4) again.
Stefan Sperling
2021-12-03
Implement a bgscan_done() handler for iwx(4).
Stefan Sperling
2021-11-25
Prepare iwx(4) for using new firmware (API version -67) in the future.
Stefan Sperling
2021-11-22
Make iwx(4) update an Rx BA session's last_rx timestamp when a frame
Stefan Sperling
2021-11-22
Let iwx(4) use per-Tx-queue interface timers to ensure that the interface
Stefan Sperling
2021-11-22
In iwx(4), fix off-by-one errors during TID value bounds checks.
Stefan Sperling
2021-11-19
Fix monitor mode on iwm(4) and iwx(4).
Stefan Sperling
2021-11-16
fix typo in an error message printed by iwx_phy_ctxt_update()
Stefan Sperling
[next]