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_iwnvar.h
Age
Commit message (
Expand
)
Author
2016-09-05
convert busy flag and tsleep to rwlock as in iwm
Ted Unangst
2016-01-05
Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n mode
Stefan Sperling
2016-01-04
Add initial support for 11n mode to the iwn(4) driver.
Stefan Sperling
2014-09-09
Backport https://svnweb.freebsd.org/base?view=revision&revision=258829 to fix
Stuart Henderson
2014-02-10
Intel Centrino Wireless-N 2230 support. From Fabian Raetz, with a little bit
Mark Kettenis
2013-11-30
Seems we simply have to live with fatal firmware errors. Even Linux, with its
Mark Kettenis
2013-11-14
replace workqs with tasks for handling resume
David Gwynne
2012-11-17
Newer chips feature "advanced" bluetooth coexistence, which is why sending
Mark Kettenis
2012-11-12
add IWN_FLAG_NO_BT_COEX define for previous 6235 support in if_iwn
joshua stein
2011-01-09
cleanup; change the way opns are attached.
Damien Bergamini
2010-09-07
remove the powerhook code. All architectures now use the ca_activate tree
Theo de Raadt
2010-07-23
Add suspend/resume logic.
Peter Hessler
2010-05-05
Prevent a process from entering iwn_ioctl while another process is
Damien Bergamini
2010-04-30
add support for firmware images in "type-length-value" format.
Damien Bergamini
2010-02-17
read calibration version from ROM and set IWN_GP_DRIVER_CALIB_VER6
Damien Bergamini
2009-11-04
the hybrid 6000 series (using both internal and external power amplifiers)
Damien Bergamini
2009-10-28
- use bus_space_write_1 to write to IWN_INT_PERIODIC (0x5), even though
Damien Bergamini
2009-10-26
update WiFi Link 6000 product ids.
Damien Bergamini
2009-10-24
huge diff introducing many of the recent changes made by intel to iwlwifi:
Damien Bergamini
2009-05-29
fix confusion between number of DMA channels and number of Tx queues.
Damien Bergamini
2009-05-20
add code to read from OTPROM (1000 and 6000 series only).
Damien Bergamini
2009-05-12
switch wpi(4) and iwn(4) over to MCLGETI.
Damien Bergamini
2009-02-15
attach the Intel WiFi Link 100 and 6000 Series (though no firmware
Damien Bergamini
2008-12-03
allow users to select a fixed rate.
Damien Bergamini
2008-12-02
Add code for 5150 support (not tested since I don't have the hardware and
Damien Bergamini
2008-11-19
For 5000 Series, store baseband calibration results sent by the
Damien Bergamini
2008-11-09
rework the rate coding code to get rid of the ugly {wpi,iwn}_plcp_signal()
Damien Bergamini
2008-10-22
lot of cleanup, small fixes.
Damien Bergamini
2008-10-13
Almost complete rewrite of iwn(4).
Damien Bergamini
2007-11-19
all TX rings have the same fixed size (256 entries) and this is not
Damien Bergamini
2007-09-06
new iwn(4) driver for Intel Wireless WiFi Link 4965AGN.
Damien Bergamini