summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_acx_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-241-2/+1
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-6/+6
* Remove some useless variables/code dealing with cardbus BARsgrange2006-11-181-13/+4
* acx(4) doesn't use rssadapt(9).damien2006-11-101-2/+1
* Replace existing rate adaption code with the ieee80211_amrr framework.mglocker2006-08-191-1/+2
* split linederaadt2006-08-141-2/+2
* - initialize interrupt string to NULL.brad2006-08-031-5/+4
* pci front end for acxderaadt2006-08-031-0/+189