summaryrefslogtreecommitdiffstats
path: root/sys/dev/wi
Commit message (Expand)AuthorAgeFilesLines
* Add support for the Addtron AWA100 PCI wireless card.alfred2001-03-282-16/+157
* limit the amount of retries when sending data to prevent lockups.alfred2001-03-271-2/+9
* change default from adhoc mode to BSS (infrastructure)assar2001-03-121-1/+1
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-1/+1
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofphk2001-02-031-2/+1
* wi has been converted to NEWCARD, so included it when pccard isimp2001-01-211-2/+2
* Implement MTX_RECURSE flag for mtx_init().bmilekic2001-01-191-1/+1
* Add NEWCARD hooks. This seems to work just fine.peter2001-01-171-2/+32
* Move if_wl.c from sys/i386/isa to dev/wi - it is not i386 (or even isa)peter2001-01-091-2/+2
* Attempt to read and verify the card's status in wi_stop() before sending itjhb2000-12-181-2/+9
* Apply some contributed patches to reduce number of tx buffer allocationwpaul2000-12-152-3/+156
* remove unneded sys/ucred.h includesalfred2000-11-301-1/+0
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Update the wi driver to use mutexes instead of spls.wpaul2000-10-132-18/+43
* Close PR #20963. Do not pass encryption keys back to the caller viawpaul2000-09-071-0/+3
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-6/+3
* Bring the an(4) fixes to wi(4):roberto2000-06-191-3/+10
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-13/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* When in infrastructure mode, use address 3 from the 802.11 header as thewpaul2000-04-171-2/+7
* Modify if_wi.c to call bpfdetach(ifp) before if_detach(ifp), so as torwatson2000-03-191-0/+2
* Add support for WEP (encryption) for silver and gold WaveLAN/IEEE turbo cards.wpaul2000-02-023-1/+71
* Correctly set the data length when transmitting 802.3 frames (we need towpaul2000-01-121-3/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+1
* Fix invocation of bus_teardown_intr(). The last arg is supposed to bewpaul1999-12-081-1/+1
* Update the WaveLAN/IEEE driver:wpaul1999-11-253-162/+425
* Fix a warning.peter1999-11-181-3/+1
* Disable old PCCARD_MODULE code.imp1999-10-291-0/+2
* As suggested by phk, unconditionalize BPF support in these drivers. Sincewpaul1999-09-231-9/+0
* $Id$ -> $FreeBSD$peter1999-08-283-4/+4
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastmsmith1999-08-211-2/+3
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-211-6/+7
* Correct the alignment of some of the members in the wi_frame structure.wpaul1999-07-201-3/+5
* Rename bpfilter to bpf.des1999-07-061-7/+7
* Patch the WaveLAN/IEEE driver to detect and reject oversized receivedwpaul1999-07-041-2/+19
* Small optimization: use wi_seek() in wi_read_record() and wi_write_record()wpaul1999-06-061-27/+9
* - Fix up some comments in if_wi.c (no code changes)wpaul1999-05-221-9/+9
* Add support to wicontrol(8) and wi(4) for enabling and configuringwpaul1999-05-072-4/+34
* Modify wicontrol(8) and wi(4) to allow setting the frequency of thewpaul1999-05-062-4/+28
* Fix some byte ordering problems; I was storing string lengths wrong,wpaul1999-05-061-2/+2
* Add device driver support for the Lucent WaveLAN/IEEE 802.11 PCMCIAwpaul1999-05-053-4/+865
* Add device driver support for the Lucent WaveLAN/IEEE 802.11 wirelesswpaul1999-05-051-0/+1315
OpenPOWER on IntegriCloud