summaryrefslogtreecommitdiff
path: root/sys/dev/ic/an.c
AgeCommit message (Expand)Author
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
2001-06-28Do not re-enable after resume if interface is marked down.onoe
2001-06-21Add support for persistent key.onoe
2001-05-28add a comment why IFF_PROMISC is handled separately for SIOCSIFFLAGS:onoe
2001-05-24minor styleitojun
2001-05-24correct multicast filter handling. without this, we cannot run IPv6 on an*.itojun
2001-03-08Make sure data after the header is aligned, so that this works onthorpej
2000-12-21improve an_cmd() slightly:onoe
2000-12-19cleanup attach procedure, use tsleep() instead of long delay (and ignoreonoe
2000-12-14ALTQ'ify.thorpej
2000-12-14Add PCI version of Aironet, not tested at all.onoe
2000-12-13Support 80211NWKEY and 80211POWER ioctl.onoe
2000-12-12add support(?) for PC4500 which is a 2Mbps product.onoe
2000-12-12cleanup headers: remove duplicate definition, split reg.h/var.h.onoe
2000-12-12s/Ethernet/802.11/ when printing the address.thorpej
2000-12-11To fix panic at "ifconfig an0 down",onoe
2000-12-11Port 'an' driver for Aironet PC4500/PC4800 IEEE802.11 card from FreeBSD.onoe