summaryrefslogtreecommitdiff
path: root/sys/dev/wi
Commit message (Expand)AuthorAgeFilesLines
* Fix two bugs that aren't in the current:Warner Losh2004-05-182-3/+6
* MFC: (well, from the old driver) All paths of deallocation do not tearWarner Losh2003-08-071-1/+4
* MFC suspend/resume support for the wi driver:John Polstra2003-07-263-2/+37
* Remove the following message:Mike Silbersack2003-06-211-1/+0
* MFC: All the latest fixes for wihostap mode, the ifconfigWarner Losh2002-08-027-157/+253
* Now that the IF_HANDOFF macro has been MFC'd, don't define it here. AWarner Losh2002-06-301-0/+2
* MFC: Add support for USR PCI adapterNick Sayer2002-06-161-0/+1
* MFC: Correct the station disassociation timeout.Warner Losh2002-05-241-1/+1
* MFC: Merge SPL changes, as well as small buffer size fix.Warner Losh2002-05-231-17/+28
* MFC three important fixes (a little quick, but one is a compile issue and theWarner Losh2002-04-292-11/+6
* MFC: the current wi driver.Warner Losh2002-04-282-0/+4
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-04-281-0/+239
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-04-274-0/+4700
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-04-221-0/+135
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-04-152-0/+1327
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-133-2556/+0
* Add support for WEP (encryption) for silver and gold WaveLAN/IEEE turbo cards.Bill Paul2000-02-023-1/+71
* Correctly set the data length when transmitting 802.3 frames (we need toBill Paul2000-01-121-3/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* Fix invocation of bus_teardown_intr(). The last arg is supposed to beBill Paul1999-12-081-1/+1
* Update the WaveLAN/IEEE driver:Bill Paul1999-11-253-162/+425
* Fix a warning.Peter Wemm1999-11-181-3/+1
* Disable old PCCARD_MODULE code.Warner Losh1999-10-291-0/+2
* As suggested by phk, unconditionalize BPF support in these drivers. SinceBill Paul1999-09-231-9/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-4/+4
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastMike Smith1999-08-211-2/+3
* Implement a new generic mechanism for attaching handler functions toMike Smith1999-08-211-6/+7
* Correct the alignment of some of the members in the wi_frame structure.Bill Paul1999-07-201-3/+5
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-7/+7
* Patch the WaveLAN/IEEE driver to detect and reject oversized receivedBill Paul1999-07-041-2/+19
* Small optimization: use wi_seek() in wi_read_record() and wi_write_record()Bill Paul1999-06-061-27/+9
* - Fix up some comments in if_wi.c (no code changes)Bill Paul1999-05-221-9/+9
* Add support to wicontrol(8) and wi(4) for enabling and configuringBill Paul1999-05-072-4/+34
* Modify wicontrol(8) and wi(4) to allow setting the frequency of theBill Paul1999-05-062-4/+28
* Fix some byte ordering problems; I was storing string lengths wrong,Bill Paul1999-05-061-2/+2
* Add device driver support for the Lucent WaveLAN/IEEE 802.11 PCMCIABill Paul1999-05-053-4/+865
* Add device driver support for the Lucent WaveLAN/IEEE 802.11 wirelessBill Paul1999-05-051-0/+1315