summaryrefslogtreecommitdiff
path: root/sys/dev/ic/an.c
AgeCommit message (Expand)Author
2003-10-21typos from Tom Cosgrove;Jason McIntyre
2003-10-05from freebsd: read one word less (for type) and take care of odd sized recordsMichael Shalayeff
2003-09-26reading the record skip the remainder of data we do not need. we are still sc...Michael Shalayeff
2003-09-25make sure to not overflow when initializing {node,net}name (truncation does n...Michael Shalayeff
2003-09-23revert safety checks; requested by mickey@Anil Madhavapeddy
2003-09-19Put in a couple of sanity checks to ensure that the AN_DEFAULT_*Anil Madhavapeddy
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-06-25AN_RID_ACTUALCFG gets the same endianesslessness as AN_RID_GENCONFIGMichael Shalayeff
2003-06-23no need for an explicit <machine/intr.h> inclusionMichael Shalayeff
2002-07-10use ifp->if_sadl whether possible.Federico G. Schwindt
2002-06-09a step towards consistancy; in general:Todd T. Fries
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-12sync with KAMEKenjiro Cho
2002-01-02proper data length handling on read; from toby@svector.co.ukMichael Shalayeff
2001-09-29if_media support, from freebsdMichael Shalayeff
2001-07-08Don't set up ifq_maxlen manually for drivers that uses IFQ_MAXLENFederico G. Schwindt
2001-06-25remove struct and contsts duplicated in between the files.Michael Shalayeff
2001-06-23use ether_input_mbufMichael Shalayeff
2001-06-10inconsistantly redundant returnsMichael Shalayeff
2001-04-17No colon after "address" when printing out Ethernet address.Aaron Campbell
2001-04-16Avoid resetting the interface when not needed; allows temporary WEP keysThorsten Lockert
2001-02-27Always fully reset the card on an_init()Thorsten Lockert
2001-02-26Allow configuration of WEP. From FreeBSD; ok aaron@Thorsten Lockert
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2001-01-10BSS mode by default.Angelos D. Keromytis
2000-06-20allow rx to work after tcpdump; ok art@Todd T. Fries
2000-06-20KNFTodd T. Fries
2000-06-20After bpf_mtap(), in promisc mode, don't drop packets that aren't for us here;Aaron Campbell
2000-06-19Insert missing splx(); me and roberto@ns2.freenix.org.Aaron Campbell
2000-06-18Initialize the signal quality cache iff ANCACHEThorsten Lockert
2000-06-18Thou shalt not bequeath to mere mortals the ability to change the configurationAaron Campbell
2000-06-18Fix an off-by-one error that caused uvm_fault() whenever changing any an(4)Aaron Campbell
2000-04-06hide debugging printfsMichael Shalayeff
2000-04-03aironet 802.11 ds driver from freebsd, isa and pci are missingMichael Shalayeff