summaryrefslogtreecommitdiffstats
path: root/sys/dev/awi
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Update for net80211 changes.sam2004-12-082-79/+89
* 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
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewimp2004-05-271-1/+2
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-1/+1
* It turns out that the module dependency on pccard is in error. Sinceimp2004-05-081-1/+0
* 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
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Correct beacon (src/bssid) for hostap and adhoc mode.onoe2004-01-151-7/+30
* Use generic net80211 framework for awi driver.onoe2004-01-159-3693/+1615
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-4/+3
* ifp->if_name can't be null when we just assigned a static string to it.brooks2003-10-301-5/+0
* Fix off-by-one error in array bounds check.phk2003-09-051-1/+1
* Use __FBSDID().obrien2003-08-245-23/+22
* update for new 802.11 supportsam2003-06-285-4/+33
* Explicitly declare 'int' parameters.obrien2003-04-211-0/+1
* Make sure that pp_name is non-null before setting the deviceimp2003-04-101-1/+2
* Added missing dependency on rc4.ru2003-03-211-0/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-192-15/+15
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-212-15/+15
* Correct mbuf packet header propagation. Previously, packet headerssam2002-12-302-2/+2
* network interface driver changes:sam2002-11-142-13/+6
* Repeat after me: sizeof(int) != sizeof(void *).jhb2002-11-061-1/+1
* Remove empty #if*/#endif clauses.phk2002-09-212-4/+0
* Use __FreeBSD_version to test what things to useimp2002-05-312-10/+11
* Make this build on 4.x machines again (building a -current kernel on aimp2002-04-193-36/+27
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-013-0/+28
* Remove __P.alfred2002-03-206-106/+106
* Set ifp->if_name to "awi" instead of device_get_name(dev) to avoidbrooks2002-02-261-1/+1
* Add NEWCARD support to awi.imp2001-11-191-3/+36
* KSE Milestone 2julian2001-09-123-0/+3
* The information about how to integrate this driver into BSDs is obsoleted,onoe2001-06-261-60/+0
* Fix capability information in association request to reflect ESS/IBSS mode.onoe2001-06-261-5/+9
* Fix keyid bit position of encrypted packet to make non-first key usable.onoe2001-06-261-2/+2
* 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
* Note new location of if_wavelan_ieee.h.wollman2001-01-091-1/+1
* 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-293-3/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-154-4/+0
* awi needs to access memory with 8bit,onoe2000-10-101-0/+9
* Bite the bullet and provde memcmp() and memset(), this will be cheaperphk2000-09-021-16/+0
* awictl configuration interface is never used and now it is replaced byonoe2000-08-141-72/+0
* Add support for WEP functionality.onoe2000-08-144-369/+1629
* This file contains a shim just for NetBSD, and not used in FreeBSD at all.onoe2000-08-141-445/+0
* Remove the awi(4) manual page from the sys/ hierarchy after a repo-sheldonh2000-07-231-154/+0
OpenPOWER on IntegriCloud