summaryrefslogtreecommitdiffstats
path: root/sys/dev/awi/awi.c
Commit message (Expand)AuthorAgeFilesLines
* Update for net80211 changes.sam2004-12-081-79/+87
* Since if_awi doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+1
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompilemlaier2004-06-131-0/+2
* Use IFF_ALLMULTI instead of if_amcount to decide if all multicast shouldonoe2004-04-181-5/+10
* Don't announce MAC addresses twice.mdodd2004-03-201-2/+0
* Correct beacon (src/bssid) for hostap and adhoc mode.onoe2004-01-151-7/+30
* Use generic net80211 framework for awi driver.onoe2004-01-151-2188/+1359
* Use __FBSDID().obrien2003-08-241-15/+10
* update for new 802.11 supportsam2003-06-281-1/+9
* Back out M_* changes, per decision of the TRB.imp2003-02-191-10/+10
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-10/+10
* Correct mbuf packet header propagation. Previously, packet headerssam2002-12-301-1/+1
* network interface driver changes:sam2002-11-141-12/+5
* Repeat after me: sizeof(int) != sizeof(void *).jhb2002-11-061-1/+1
* Remove empty #if*/#endif clauses.phk2002-09-211-2/+0
* Use __FreeBSD_version to test what things to useimp2002-05-311-9/+10
* Make this build on 4.x machines again (building a -current kernel on aimp2002-04-191-23/+16
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-0/+16
* Remove __P.alfred2002-03-201-42/+42
* KSE Milestone 2julian2001-09-121-0/+1
* Fix capability information in association request to reflect ESS/IBSS mode.onoe2001-06-261-5/+9
* Fix previous enhancement to add support for new ifconfig interface.onoe2001-06-261-53/+35
* Currently, each wireless networking driver has it's own control programphk2001-05-261-0/+181
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-1/+1
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-8/+4
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-12/+7
* 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
* Add support for WEP functionality.onoe2000-08-141-362/+430
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-5/+2
* We always provide the bpf hooks. Remove #include "bpf.h"/NBPF.peter2000-06-101-2/+1
* Fix a panic resulting from an obvious null pointer deref.guido2000-05-291-1/+4
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-0/+2
* Provide mem* for compat with NetBSD to fix LINTimp2000-04-171-3/+0
* Awi driver, ported from NetBSD from Atsushi Once-san.imp2000-04-061-0/+2769
OpenPOWER on IntegriCloud