summaryrefslogtreecommitdiff
path: root/sys/dev/ic/an.c
AgeCommit message (Expand)Author
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