summaryrefslogtreecommitdiff
path: root/sys/dev/ic/anvar.h
AgeCommit message (Collapse)Author
2024-05-13remove prototypes with no matching functionJonathan Gray
ok mpi@
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
This is needed for the addition of further suspend/resume actions. Okay deraadt@, marco@.
2009-08-10More cases of shutdown hooks not needed after card is already stopped. InTheo de Raadt
these cases the xxstop function is a bit more complicated and has a flag of some sort, but the use of that flag does not matter; DMA is already ceased ok dlg
2006-02-20Be sure to call shutdownhook_disestablish() as this is a removeable device.Jonathan Gray
ok mickey@
2006-01-30Add basic radiotap support. Modelled somewhat afterJonathan Gray
ral and NetBSD wi radiotap. "looks ok" damien@
2006-01-09Move an(4) to a driver based on the NetBSD one.Jonathan Gray
This brings net80211 support and support for newer hardware. In addition ancontrol is no longer needed. This driver does not yet work on big endian archs like the previous one did. "do it" deraadt@
2005-06-20Replace arpcom in the softc with ieee80211com in preparation forJonathan Gray
further net80211 changes. ok mickey@
2004-09-28Use ETHER_MAX_DIX_LEN/ETHER_MIN_LENBrad Smith
2004-08-05allocate a cluster on rx after all possible failures had been checked for; ↵Michael Shalayeff
repair sigcache misalignment
2003-10-21typos from Tom Cosgrove;Jason McIntyre
Tom: I did not commit a couple of your changes. i did not include some punctuation fixes (full stops, etc.) mnemorable -> mnemonic: i decided memorable was probably better instrunctions -> instruction: i kept the plural
2003-09-26reading the record skip the remainder of data we do not need. we are still ↵Michael Shalayeff
screwed on writes though
2003-08-19pad some records some more; from Jon Olsson <jon@abc.se>Michael Shalayeff
2003-07-14uptimes in secs and usecs seem to be swapped w/ each other; also confirmed ↵Michael Shalayeff
by millert
2002-06-09a step towards consistancy; in general:Todd T. Fries
'struct arpcom foo' -> 'struct arpcom sc_arpcom' ok itojun@
2002-05-09an_ltv_caps has some more fluff at the tail (exatly 16bit more fluff); ↵Michael Shalayeff
reported by xyntrix@bitz.org
2002-03-25some fw versions return even more data in the an_ltv_status; form Gabriel ↵Michael Shalayeff
Kihlman <gk@univits.se>
2002-03-14First round of __P removal in sysTodd C. Miller
2001-11-02new fw needs more space in an_ltv_status; from Gabriel Kihlman <gk@univits.se>Michael Shalayeff
2001-10-24do not #ifdef ANCACHE stuff makes softc constant; pointed out by ↵Michael Shalayeff
dima@m3d.dhs.org; fix by me
2001-09-29if_media support, from freebsdMichael Shalayeff
2001-06-25remove struct and contsts duplicated in between the files.Michael Shalayeff
make it work on powerpc. improve performance by using the bus_*_multi_* finctions instead of loops.
2001-02-27Sync with anreg.h -- this should be redone to not duplicate information...Thorsten Lockert
2001-02-26Allow configuration of WEP. From FreeBSD; ok aaron@Thorsten Lockert
2000-04-03aironet 802.11 ds driver from freebsd, isa and pci are missingMichael Shalayeff