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_athn_pci.c
Age
Commit message (
Expand
)
Author
2024-05-24
remove unneeded includes; ok miod@
Jonathan Gray
2022-07-24
Update Atheros AR928X pcidev string
Klemens Nanni
2022-03-11
Constify struct cfattach.
Martin Pieuchot
2021-04-15
Switch athn(4) 802.11n Tx rate adaptation from MiRA to RA.
Stefan Sperling
2019-04-23
- Update the comment describing why pci retry timeout needs to be disabled
Kevin Lo
2017-01-12
Finish initial 11n support for athn(4).
Stefan Sperling
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
2014-11-11
Stop athn(4) from attaching to AR9300 devices for now. There are unresolved
Stefan Sperling
2014-07-08
undo accidentally committed changes
Stefan Sperling
2014-07-08
Remove left-over call to removed function m_clsetwms().
Stefan Sperling
2013-12-06
Add a DVACT_WAKEUP op to the *_activate() API. This is called after the
Theo de Raadt
2013-11-23
task_add(NULL, blah) is a fault, fix by using task_add(systq, blah).
David Gwynne
2013-11-14
replace workqs with tasks for handling resume
David Gwynne
2011-01-08
clear pci configuration register 0x41 on resume, like during attach.
Damien Bergamini
2010-12-31
move the printing of the MAC address to the same line than the MAC rev.
Damien Bergamini
2010-12-31
Make the athn(4) back-end more bus agnostic by moving read and write
Damien Bergamini
2010-08-04
use a workq for resume.
Damien Bergamini
2010-07-21
Add suspend/unsuspend logic.
Mark Kettenis
2010-05-16
add AR9300 PCI Id
Damien Bergamini
2010-02-02
Attach athn(4) to the AR2427 which is a castrated (no 11n) AR928X.
Damien Bergamini
2009-12-22
Revert last commit, I should have checked with damien@ first.
Stuart Henderson
2009-12-22
Sort pci ids, from Brad.
Stuart Henderson
2009-11-21
attach to the AR9227 too
Damien Bergamini
2009-11-14
athn(4), a driver for Atheros 802.11a/g/n devices.
Damien Bergamini