aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/awi
Commit message (Expand)AuthorAgeFilesLines
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* In FreeBSD, we don't need sc_power callbackKevin Lo2006-12-121-1/+1
* tweak commentWarner Losh2006-10-191-1/+2
* add missed calls to bpf_peers_presentSam Leffler2006-06-021-3/+2
* Remove support for oldcard by removing compat shims.Warner Losh2005-09-201-24/+4
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh2005-09-191-3/+1
* fix handling of the current channel (missed in previous commit)Sam Leffler2005-08-131-4/+5
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-6/+6
* Cleanup beacon/listen interval handling:Sam Leffler2005-08-081-1/+1
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-031-1/+5
* diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and useSam Leffler2005-07-221-2/+2
* Eliminate unused argument in PCMCIA_CARD macro.Warner Losh2005-06-241-8/+8
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-102-21/+20
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-4/+0
* reclaim mbuf chain when ieee80211_crypto_encap failsSam Leffler2005-03-081-0/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Update for net80211 changes.Sam Leffler2004-12-082-79/+89
* Since if_awi doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+1
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompileMax Laier2004-06-131-0/+2
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewWarner Losh2004-05-271-1/+2
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-261-1/+1
* It turns out that the module dependency on pccard is in error. SinceWarner Losh2004-05-081-1/+0
* Use IFF_ALLMULTI instead of if_amcount to decide if all multicast shouldAtsushi Onoe2004-04-181-5/+10
* Don't announce MAC addresses twice.Matthew N. Dodd2004-03-201-2/+0
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+2
* Correct beacon (src/bssid) for hostap and adhoc mode.Atsushi Onoe2004-01-151-7/+30
* Use generic net80211 framework for awi driver.Atsushi Onoe2004-01-159-3693/+1615
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-4/+3
* ifp->if_name can't be null when we just assigned a static string to it.Brooks Davis2003-10-301-5/+0
* Fix off-by-one error in array bounds check.Poul-Henning Kamp2003-09-051-1/+1
* Use __FBSDID().David E. O'Brien2003-08-245-23/+22
* update for new 802.11 supportSam Leffler2003-06-285-4/+33
* Explicitly declare 'int' parameters.David E. O'Brien2003-04-211-0/+1
* Make sure that pp_name is non-null before setting the deviceWarner Losh2003-04-101-1/+2
* Added missing dependency on rc4.Ruslan Ermilov2003-03-211-0/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-192-15/+15
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-212-15/+15
* Correct mbuf packet header propagation. Previously, packet headersSam Leffler2002-12-302-2/+2
* network interface driver changes:Sam Leffler2002-11-142-13/+6
* Repeat after me: sizeof(int) != sizeof(void *).John Baldwin2002-11-061-1/+1
* Remove empty #if*/#endif clauses.Poul-Henning Kamp2002-09-212-4/+0
* Use __FreeBSD_version to test what things to useWarner Losh2002-05-312-10/+11
* Make this build on 4.x machines again (building a -current kernel on aWarner Losh2002-04-193-36/+27
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-013-0/+28
* Remove __P.Alfred Perlstein2002-03-206-106/+106
* Set ifp->if_name to "awi" instead of device_get_name(dev) to avoidBrooks Davis2002-02-261-1/+1
* Add NEWCARD support to awi.Warner Losh2001-11-191-3/+36
* KSE Milestone 2Julian Elischer2001-09-123-0/+3
* The information about how to integrate this driver into BSDs is obsoleted,Atsushi Onoe2001-06-261-60/+0
* Fix capability information in association request to reflect ESS/IBSS mode.Atsushi Onoe2001-06-261-5/+9