summaryrefslogtreecommitdiff
path: root/sys/dev/ic/an.c
AgeCommit message (Expand)Author
2017-10-23 If error occured in the attach function, free resources and return.msaitoh
2017-05-23Apply deferred if_start to more driversozaki-r
2017-02-02wlan interfaces make interrupt routine running on softint context.nonaka
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2015-02-07set error. Reported by;christos
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2013-09-12Eliminate (mostly) unused "ostate" variablemartin
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-11-12Simplify activation hook. Replace each use of sc_invalid by eitherdyoung
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-04-15Remove a few KAUTH_GENERIC_ISSUSER in favor of more descriptiveelad
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
2008-11-07*** Summary ***dyoung
2008-07-03split device/softc (tested with an@pcmcia)drochner
2008-04-08use aprint_*_dev and device_xnamecegger
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-04Consistent usage of KAUTH_GENERIC_ISSUSER.elad
2006-10-07Fix compilation with AN_DEBUG (use %zu instead of %d).peter
2006-07-21- Use the LWP cached credentials where sane.ad
2006-05-26Clean up bogus whitespaceblymn
2006-05-14integrate kauth.elad
2006-03-12NetBSD authorities apprehended and confiscated these leading spacesdyoung
2006-03-12Bug fix: fields in the radiotap header are little-endian, make it so.dyoung
2006-02-20Use device_is_active() rather than testing dv_flags for DVF_ACTIVEthorpej
2006-02-19Add radiotap support to an(4). From Eric Auge.dyoung
2005-12-11merge ktrace-lwp.christos
2005-07-10Bring an_newstate up-to-date with net80211 conventions. Now an(4)dyoung
2005-07-06Historically, an(4), ath(4), atw(4), rtw(4), and wi(4) have printeddyoung
2005-06-22Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9)dyoung
2005-06-20Change the rest of the sysctl subsystem to use const consistently.atatat
2005-01-15Fix two bugs: frames were bogusly discarded with the complaintdyoung
2004-08-24Use ANSI function decls and more use of static.thorpej
2004-08-10Make the node table into an LRU cache: least-recently used nodesdyoung
2004-07-23IEEE80211_F_WEPON -> IEEE80211_F_PRIVACYmycroft
2004-01-28Adopt to new 802.11 framework.onoe
2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz
2003-10-13Switch an(4) to using the header files in the new 802.11 layer.dyoung
2003-09-05add DIAGNOSTIC check for AN_DEFAULT_xxitojun
2003-07-06Prepare to consolidate 802.11 media handling (which is handled indyoung
2003-01-31Use aprint_*().thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-03-23Remove FreeBSD RCSID.gmcgarry
2001-11-13add/cleanup RCSIDlukem
2001-07-18Do not copy first keys into four key entries; the bug was introduced in 1.17onoe
2001-07-07bcopy -> memcpythorpej
2001-07-07bcmp -> memcmpthorpej
2001-06-29Experimental support for LEAP, which is cisco's implementation of IEEE802.11onoe