aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wi
Commit message (Expand)AuthorAgeFilesLines
* 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