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
2024-11-08
Add support for MA devices.
Mark Kettenis
2024-06-26
return type on a dedicated line when declaring functions
Jonathan Gray
2024-05-24
remove unneeded includes; ok miod@
Jonathan Gray
2024-05-13
remove prototypes with no matching function
Jonathan Gray
2024-05-08
fix iwx(4) monitor mode
Stefan Sperling
2024-04-13
correct indentation
Jonathan Gray
2024-02-26
fix Tx rate selection for management frames in iwx(4)
Stefan Sperling
2024-02-16
Fix wrong ifmedia check in intel wifi drivers.
Stefan Sperling
2023-12-30
Fix iwx(4) device info table entries for So+Hr devices.
Stefan Sperling
2023-12-20
Remove iwx_wait_tx_queues_empty(); unused with current firmware versions
Stefan Sperling
2023-12-20
Ensure that iwm/iwx devices announce VHT capabilities in probe requests.
Stefan Sperling
2023-10-06
Ignore thermal dual-chain requests from iwx(4) firmware.
Stefan Sperling
2023-08-26
fix iwx scan command such that the driver selects an SSID during bgscan
Stefan Sperling
2023-07-05
Add iwm/iwx background scan task to the queue which it will be deleted from.
Stefan Sperling
2023-07-03
use semicolon not comma at eol
Jonathan Gray
2023-06-27
Attach 0x51f1 devices to iwx(4) and fix params used for 0x7a70 devices.
Stefan Sperling
2023-06-21
Remove extra trailing whitespace
Mike Larkin
2023-05-11
Stop sending a PHY context update in iwx_run_stop()
Stefan Sperling
2023-04-14
Wire up the iwm_updatechan and iwx_updatechan callbacks.
Stefan Sperling
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
[next]