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_iwm.c
Age
Commit message (
Expand
)
Author
2024-09-01
spelling; checked by jmc@, ok miod@ mglocker@ krw@
Jonathan Gray
2024-05-24
remove unneeded includes; ok miod@
Jonathan Gray
2024-04-13
correct indentation
Jonathan Gray
2024-02-16
Fix wrong ifmedia check in intel wifi drivers.
Stefan Sperling
2023-12-20
Ensure that iwm/iwx devices announce VHT capabilities in probe requests.
Stefan Sperling
2023-11-06
avoid using MCS9 in iwm(4) Tx rate selection if 40 MHz is disabled
Stefan Sperling
2023-10-21
ensure that iwm(4) uses the 80Mhz primary channel index announced in beacons
Stefan Sperling
2023-09-02
Avoid trying to remove keys if the station is not active in iwm firmware.
Stefan Sperling
2023-09-02
Make iwm(4) not crash when aircrack-ng attempts to inject frames via
Stefan Sperling
2023-07-05
Add iwm/iwx background scan task to the queue which it will be deleted from.
Stefan Sperling
2023-04-14
Wire up the iwm_updatechan and iwx_updatechan callbacks.
Stefan Sperling
2023-04-11
fix double words in comments
Jonathan Gray
2022-12-16
Prevent KASSERT in iwm(4) if firmware image is missing or corrupt.
Stefan Sperling
2022-08-29
Fix integer overflows in iwm(4) and iwx(4) firmware file parsers.
Stefan Sperling
2022-07-11
remove duplicate 'if (err)' line in iwm_auth()
Stefan Sperling
2022-07-07
remove a DPRINTF() from iwm(4) which no longer makes any sense
Stefan Sperling
2022-06-04
Make iwm(4) handle 9k devices which do not support antenna B.
Stefan Sperling
2022-03-23
Improve 802.11ac throughput on iwm(4) at a distance to the access point.
Stefan Sperling
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 wrong logic in a check in iwm_vht_single_rate_control() to match
Stefan Sperling
2022-03-19
Fix attach of multiple iwm(4) or iwx(4) interfaces in the same machine.
Stefan Sperling
2022-03-19
Add initial 802.11ac support to the iwm(4) driver.
Stefan Sperling
2022-03-11
Constify struct cfattach.
Martin Pieuchot
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-02-08
Fix a KASSERT in iwm(4) being triggered for the wrong reason.
Stefan Sperling
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-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-20
Make iwm(4) attach to PCI devices with product ID 0x31dc.
Stefan Sperling
2021-12-03
Implement a bgscan_done() handler for iwm(4).
Stefan Sperling
2021-11-27
Let iwm(4) use per-Tx-queue interface timers to ensure that the interface
Stefan Sperling
2021-11-22
Make iwm(4) update an Rx BA session's last_rx timestamp when a frame
Stefan Sperling
2021-11-22
Let iwm(4) resume directly in DVACT_WAKEUP instead of running the init task.
Stefan Sperling
2021-11-19
Fix monitor mode on iwm(4) and iwx(4).
Stefan Sperling
2021-11-17
Disable active scanning on iwm(4) 9260 and 9560.
Stefan Sperling
2021-11-16
fix typo in an error message printed by iwm_phy_ctxt_update()
Stefan Sperling
2021-10-12
iwm(4): revert to use firmware v17 on Intel AC 7265.
Landry Breuil
2021-10-11
Add support for 802.11n 40MHz channels to the iwm(4) driver.
Stefan Sperling
2021-10-11
Add support for 40MHz channels to net80211 RA.
Stefan Sperling
2021-10-07
Make our old BSSID available to iwm_newstate() when roaming.
Stefan Sperling
2021-10-06
Allow AUTH->AUTH state transitions in the iwm(4) and iwx(4) drivers again.
Stefan Sperling
2021-10-06
Make sure iwm(4) uses the HT frame format only for data frames.
Stefan Sperling
2021-10-05
Fix iwm(4) performance drop after roaming between APs in 11n mode.
Stefan Sperling
2021-10-02
Remove iwm_assoc() and iwm_disassoc(). Not needed because they duplicate
Stefan Sperling
2021-09-30
In iwm(4) and iwx(4), prevent attemps to transition towards the same state
Stefan Sperling
2021-09-24
Reset the Tx timer when iwm(4) firmware sends a BA notification.
Stefan Sperling
[next]