summaryrefslogtreecommitdiff
path: root/sys/dev/an
AgeCommit message (Expand)Author
2003-02-17an driver now needs wlan, so put the required explicit dependsWarner Losh
2003-02-08- Fixes for suspend/resume code (MPI-350)Doug Ambrisko
2003-02-05Support for suspend/resume in laptops. Loosely based on the wi(4) patchesDoug Ambrisko
2003-02-02Some small enhancmentsDoug Ambrisko
2003-01-30Fix some style and incorrect indentation level bugs.Doug Ambrisko
2003-01-21Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein
2002-12-29Add support for MPI-350 the mini-pci Cisco Aironet card. This needs moreDoug Ambrisko
2002-12-24Require privilege to flush the signal cache on if_an and if_wi 802.11Robert Watson
2002-11-14network interface driver changes:Sam Leffler
2002-11-06Fix warning where sizeof(size_t) != sizeof(int).John Baldwin
2002-09-28Be consistent about "static" functions: if the function is markedPoul-Henning Kamp
2002-09-23use __packed.Alfred Perlstein
2002-07-27Fix location and name of if_an_pci.c in comment.Bill Fenner
2002-04-04Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin
2002-04-01Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin
2002-03-20Remove __P.Alfred Perlstein
2002-03-14Only allow super user to perform the Linux compatible ioctls since someDoug Ambrisko
2002-02-26In ad-hoc mode, the "associate" bit is valid to check to see if it isDoug Ambrisko
2002-02-20Add missing m_free() so we actually drain the send buffer in monitor mode.Brooks Davis
2002-01-08Staticise the flash buffer, since it isn't needed anywhere else.Mike Smith
2001-12-31Save stack space by converting areq in sc->areq.Doug Ambrisko
2001-12-31Fix bugs in the structure for rx_frame by making gap length one byte andDoug Ambrisko
2001-11-15Minor style problem I introduced recentlyWarner Losh
2001-11-15Hoist the Card/Card2 macros that I invented for the wi driver intoWarner Losh
2001-11-15Add PC4500 and 350 for newer cards in this line.Warner Losh
2001-11-15Add NEWCARD support for aironet stuff.Warner Losh
2001-11-15Fix comments about 'current' state of hardware/softwareWarner Losh
2001-11-11fix typo.Poul-Henning Kamp
2001-10-11Add missing includes of sys/lock.h.John Baldwin
2001-09-12KSE Milestone 2Julian Elischer
2001-09-10Lots of style(9) related white space fixes. Mostly missing spacesBrooks Davis
2001-09-10Add support for monitor mode. This means that after enabling theBrooks Davis
2001-09-06Wrap array accesses in macros, which also happen to be lvalues:Jonathan Lemon
2001-08-06Add PCI ID for Cisco Aironet 350 Series cards. The patch differsBrooks Davis
2001-07-27Cleanup duplication in Aironet headersBrooks Davis
2001-06-22Fix a number of bugs in the implementation of the WEP related statusBrooks Davis
2001-06-15Fix warnings:Peter Wemm
2001-05-26Currently, each wireless networking driver has it's own control programPoul-Henning Kamp
2001-03-28Catch up to header include changes:John Baldwin
2001-03-23A few fixes..Archie Cobbs
2001-03-12change the default mode from adhoc to bss (infrastructure)Assar Westerlund
2001-02-09Change and clean the mutex lock interface.Bosko Milekic
2001-01-19Implement MTX_RECURSE flag for mtx_init().Bosko Milekic
2000-12-08Fixes to the Aironet driver to clear up some WEP issues.Archie Cobbs
2000-11-30remove unneded sys/ucred.h includesAlfred Perlstein
2000-11-13Close PR# 21843 and PR# 21864. This adds support for WEP and updates someBill Paul
2000-10-29Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp
2000-10-20Catch up to moving headers:John Baldwin
2000-10-15Remove unneeded #include <machine/clock.h>Poul-Henning Kamp
2000-10-13Remember to assign an_dev to device_t before calling an_attach().Bill Paul