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