summaryrefslogtreecommitdiff
path: root/sys/dev/awi/awi_wep.c
Commit message (Expand)AuthorAgeFilesLines
* Fix off-by-one error in array bounds check.Poul-Henning Kamp2003-09-051-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* update for new 802.11 supportSam Leffler2003-06-281-1/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-5/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-5/+5
* Correct mbuf packet header propagation. Previously, packet headersSam Leffler2002-12-301-1/+1
* Remove empty #if*/#endif clauses.Poul-Henning Kamp2002-09-211-2/+0
* Make this build on 4.x machines again (building a -current kernel on aWarner Losh2002-04-191-4/+4
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-0/+4
* Remove __P.Alfred Perlstein2002-03-201-5/+5
* KSE Milestone 2Julian Elischer2001-09-121-0/+1
* Fix keyid bit position of encrypted packet to make non-first key usable.Atsushi Onoe2001-06-261-2/+2
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Add support for WEP functionality.Atsushi Onoe2000-08-141-0/+530