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_iwmreg.h
Age
Commit message (
Expand
)
Author
2017-01-31
Update the struct iwm_scan_results_notif to FW Api version 3, and remove
Stefan Sperling
2017-01-29
Remove a couple of definitions from if_iwmreg.h which were never
Stefan Sperling
2017-01-29
In iwm(4), remove old deprecated scan API definitions which have been
Stefan Sperling
2016-12-10
Add support for MIMO Tx rates (MCS 8-15) to iwm(4).
Stefan Sperling
2016-11-19
Set iwm's RTS retry limit to a more reasonable value. Prevents small frames
Stefan Sperling
2016-09-20
Mostly cosmetic tweaks to macros involved in iwm(4) power-saving features.
Stefan Sperling
2016-09-10
iwm(4) inherited the 'MVM' prefix in many of its symbol names from iwlwifi.
Stefan Sperling
2016-09-10
Move IWM_NVM_* macro definitions from if_iwm.c to if_iwmreg.h.
Stefan Sperling
2016-09-03
Use macros for iwm(4) bitmask definitions instead of enums.
Stefan Sperling
2016-09-02
Although this doesn't seem to cause any issue at the moment, using an
Stefan Sperling
2016-07-20
Disable the beacon filter in iwm(4). This allows beacons to pass through to
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-05-18
Fix several nitpicks in iwm(4).
Stefan Sperling
2016-02-07
Make sure the maximum iwm(4) firmware command payload size fits into
Stefan Sperling
2015-12-14
Add initial 802.11n support to the iwm(4) driver.
Stefan Sperling
2015-12-10
a couple comment typos
mmcc
2015-12-08
When iwm(4) moves to AUTH state it asks the firmware for a "time event" to
Stefan Sperling
2015-11-15
Declare macros for antenna flags. Lifted from Linux iwlwifi.
Stefan Sperling
2015-10-16
In iwm(4), correctly size and map the mbuf used for large firmware commands.
Stefan Sperling
2015-06-15
Remove comments referring to Linux iwlwifi source filenames from iwm(4).
Stefan Sperling
2015-02-23
More iwm(4) whitespace fixes from NetBSD.
Stefan Sperling
2015-02-06
Add bpf(4) support to iwm(4). Makes tcpdump -i iwm0 work. Based on iwn(4).
Stefan Sperling
2015-02-06
Add iwm(4), a new driver for Intel 7260 wifi cards.
Stefan Sperling