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_iwmvar.h
Age
Commit message (
Expand
)
Author
2020-04-03
Fix an automatic Tx rate control issue in iwm(4) and iwx(4).
Stefan Sperling
2020-04-02
Remove iwm(4) 11n mode CCK Tx rate fallback.
Stefan Sperling
2020-04-02
iwm's LQ_CMD can work asynchronously from interrupt context.
Stefan Sperling
2020-04-02
Remove 'done' flag from struct iwm_tx_data. Check data->m == NULL instead.
Stefan Sperling
2020-02-28
Some monitor mode fixes for iwm(4):
Stefan Sperling
2020-02-12
Implement a workaround for missing Tx completion interrupts in iwm(4).
Stefan Sperling
2019-12-18
Re-enable firmware-based Tx retries at lower rates for iwm(4).
Stefan Sperling
2019-11-26
Add support for MSI-X. MSI-X allows establishing a number of
Patrick Wildt
2019-11-18
Add support for 9260 and 9560 devices to iwm(4).
Stefan Sperling
2019-11-12
Fix support for 3168 iwm(4) devices, and load new firmware for them.
Stefan Sperling
2019-11-08
Add support to iwm(4) for ADD_STA commands used by newer firmware.
Stefan Sperling
2019-11-04
Support iwm(4) firmware images with ucode_api flags larger than 32 bits.
Stefan Sperling
2019-11-04
Add support for iwm firmware paging, required for newer 8k device firmware.
Stefan Sperling
2019-10-28
Have iwm(4) configure the PCIe LTR.
Stefan Sperling
2019-10-28
Skip the 'update MCC' command if iwm 8k firmware supports Location
Stefan Sperling
2019-10-28
iwm: enlarge maximum NVM section size; required for newer firmware
Stefan Sperling
2019-10-18
Add support for dynamic queue allocation (DQA) to iwm(4).
Stefan Sperling
2019-02-24
Rework iwm(4) Tx rate selection.
Stefan Sperling
2017-12-08
Add support for background scanning to net80211 and iwm(4).
Stefan Sperling
2017-10-22
In iwm(4), allocate command response buffers dynamically in a ring
Stefan Sperling
2017-10-04
Introduce reference counting for tasks in iwm(4).
Stefan Sperling
2017-08-27
Make it possible for iwm_stop() to sleep by always running it in
Stefan Sperling
2017-08-13
Add proper support for iwm(4) firmware's time event. Cancel the event if
Stefan Sperling
2017-08-12
In iwm(4), instead of scheduling a task which calls ieee80211_end_scan(),
Stefan Sperling
2017-07-16
Add comments to the definitions of iwm(4) driver-private flags.
Stefan Sperling
2017-07-15
Get rid of the device reset hack in iwm_newstate_task().
Stefan Sperling
2017-06-20
Remove the IWM_FLAG_HW_INITED flag from iwm(4). This flag was redundant.
Stefan Sperling
2017-06-14
Make iwm(4) wait for the PHY calibration result notification during HW init.
Stefan Sperling
2017-05-28
Remove unused flag IWM_FLAG_STOPPED.
Stefan Sperling
2017-05-08
Unbreak the tree. I missed a header file change in my last iwm(4) commit.
Stefan Sperling
2016-11-30
Switch the iwm(4) driver to mira rate adaptation in 11n mode.
Stefan Sperling
2016-09-21
Properly support the mac context command in iwm. This was wrong in many ways.
Stefan Sperling
2016-09-12
Simplify handling of the AUX STA in iwm(4). There is no good reason for
Stefan Sperling
2016-09-10
iwm(4) inherited the 'MVM' prefix in many of its symbol names from iwlwifi.
Stefan Sperling
2016-09-04
Replace iwm's ioctl tsleep/wakeup BUSY flag dance with an rwlock.
Stefan Sperling
2016-09-02
The struct iwm_rbuf definition, and the wantresp field in struct
Stefan Sperling
2016-08-15
Remove IWM_CMD_SYNC, which expands to zero while all the other
Stefan Sperling
2016-05-28
Add support for Intel Wireless 8260 devices to iwm(4).
Stefan Sperling
2016-05-25
Update iwm(4) to firmware API 16 and enable RTS/CTS frame protection.
Stefan Sperling
2016-01-25
Keep track of HT protection settings in beacons and have 11n-capable
Stefan Sperling
2016-01-05
Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n mode
Stefan Sperling
2015-12-14
Add initial 802.11n support to the iwm(4) driver.
Stefan Sperling
2015-12-08
When iwm(4) moves to AUTH state it asks the firmware for a "time event" to
Stefan Sperling
2015-10-22
remove some horrible iwm typedefs
Jonathan Gray
2015-10-11
Add a symbolic name for the special '-1' value of iwm's sc_wantresp.
Stefan Sperling
2015-10-05
Simplify iwm(4) newstate task by only queuing one state transition
Stefan Sperling
2015-06-15
Remove comments referring to Linux iwlwifi source filenames from iwm(4).
Stefan Sperling
2015-06-15
Make the wifi LED work with iwm(4).
Stefan Sperling
2015-03-02
workaround for interrupt coalescing bug not needed on 7265
Jonathan Gray
2015-03-02
load the correct firmware for 3160/7265
Jonathan Gray
[next]