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
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
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-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-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-07-20
Do not attempt to load 7265D iwm(4) firmware on all 7265 devices.
Stefan Sperling
2021-07-20
Make iwm_init() call iwm_stop() if we fail to move into SCAN state.
Stefan Sperling
2021-07-09
Switch iwm(4) to new firmware images available in iwm-firmware-20210512.
Stefan Sperling
2021-07-09
Print new iwm(4) firmware version numbers like Linux iwlwifi does it.
Stefan Sperling
2021-07-09
remove unused lines of code from iwm(4) which were specific to iwx(4) devices
Stefan Sperling
2021-07-09
Fix errors in the probe request template we provide to iwm(4) firmware.
Stefan Sperling
2021-07-09
Do not ask iwm(4) firmware to send probe requests on passive channels.
Stefan Sperling
2021-07-09
Make iwm(4) set various scan command flags just like how iwlwifi sets them.
Stefan Sperling
2021-07-09
Fix iwm(4) PHY context updates for newer firmware versions.
Stefan Sperling
2021-07-09
Make iwm(4) use only antenna B for single-antenna Tx on 9k devices.
Stefan Sperling
2021-07-09
Clear the "persistence bit" on iwm(4) 9k devices during hardware init.
Stefan Sperling
2021-07-09
Ignore undocumented TLVs found in the iwm(4) 9000-43 firmware image.
Stefan Sperling
2021-07-09
Reset sc_ucode_api flags before iwm(4) loads firmware.
Stefan Sperling
2021-07-09
Simplify code supporting the new iwm(4) time quota firmware command.
Stefan Sperling
2021-07-08
Support MCC update response used by newer iwm(4) firmware, and verify
Stefan Sperling
2021-07-08
Back out support for newer MCC update commands in iwm(4) for now.
Stefan Sperling
2021-07-07
Support MCC update response used by newer iwm(4) firmware, and verify
Stefan Sperling
[next]