aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvscvs2svn2004-11-044-4/+4
* Add missing bit of last if_start workaround: mark scan calloutSam Leffler2004-08-081-1/+1
* Pickup Giant in ath_rx_proc and when handling a beacon miss in order toSam Leffler2004-08-071-0/+6
* Second part of ALTQ driver modifications, covering:Max Laier2004-08-011-3/+5
* use correct malloc type to allocate struct ieee80211_node'sSam Leffler2004-04-051-1/+1
* do proper subclassing of node free+copy; the previous hack falls apart whenSam Leffler2004-04-031-0/+5
* do proper subclassing of node free+copy; the previous hack falls apart whenSam Leffler2004-04-031-2/+8
* transmit beacon frames directly instead of defering them to a swi; thereSam Leffler2004-04-032-4/+8
* update copyright notice for 2004Sam Leffler2004-04-024-4/+4
* add new statisticsSam Leffler2004-04-021-0/+3
* check more quickly (and directly) if an interrupt is pending; this reducesSam Leffler2004-04-021-0/+2
* cleanup descriptor allocation if attach failsSam Leffler2004-04-021-2/+4
* remove use IEEE80211_C_RCVMGTSam Leffler2004-04-021-1/+1
* radiotap updates:Sam Leffler2004-04-012-6/+13
* 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-4/+4
* Make this compile on amd64.Peter Wemm2004-02-061-6/+6
* When draining the tx queue reclaim any node references held in packets.Sam Leffler2004-01-071-1/+10
* When ath_hal_stoptxdma returns an error dma is still likely stoppedSam Leffler2004-01-071-1/+1
* use ath_reset instead of ath_init when recovering from a watchdog timeout:Sam Leffler2004-01-071-1/+1
* make hw.ath.debug a tunableSam Leffler2004-01-071-0/+1
* make hw.ath.outdoor and hw.ath.countrycode tunablesSam Leffler2004-01-071-0/+2
* split debugging messages up into classes;Sam Leffler2004-01-071-73/+109
* update radiotap support to reflect recent changes:Sam Leffler2003-12-282-11/+22
* o eliminate widespread on-stack mbuf use for bpf by introducingSam Leffler2003-12-281-35/+12
* o track API change for HAL v0.9.6.1Sam Leffler2003-11-293-18/+56
* Sometimes cardbus attachments don't attach, so while we track downWarner Losh2003-11-281-0/+1
* move rate control change messages under ath_debugSam Leffler2003-11-171-2/+2
* o fix WEP use in hostap mode; need to reset the pointer to theSam Leffler2003-11-171-1/+2
* on a beacon miss try to reassociate before starting a scanSam Leffler2003-11-171-2/+9
* Don't count PHY errors as input errors. This is important forSam Leffler2003-11-131-1/+9
* Remove explicit cardbus attachments from drivers where this is identicalDoug Rabson2003-11-031-1/+0
* o check hal ABI version to catch driver-HAL mismatchesSam Leffler2003-11-011-0/+16
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+2
* terminate the rx descriptor list with a self-linked entrySam Leffler2003-10-221-3/+21
* o consolidate rx filter calculations in one placeSam Leffler2003-10-171-19/+39
* indicate device receives all management framesSam Leffler2003-10-171-2/+6
* o correct handling of a frame that has too many segments to fit in theSam Leffler2003-10-161-3/+6
* o convert mutex calls to #defines for portability, etc.Sam Leffler2003-10-143-35/+61
* remove dangling mtx_unlock orphaned by rev 1.21 changeSam Leffler2003-10-131-1/+0
* Reduce per-packet overhead when using WEP by using an advancing IVSam Leffler2003-10-131-1/+8
* Must reset the pointer to the 802.11 header after prependingSam Leffler2003-10-131-0/+1
* MFp4:Sam Leffler2003-10-131-3/+13
* MFp4:Sam Leffler2003-10-131-14/+23
* include the DS element in beaconsSam Leffler2003-10-061-1/+4
* Maintain a history of data associated with received frames and use this toSam Leffler2003-09-152-5/+77
* o do not filter received frames based on type or length; pass 'em all upSam Leffler2003-09-151-13/+3
* must also check for 5Ghz channels when marking short preamble capability inSam Leffler2003-09-141-1/+2
* o mark the device capable of short preamble (meaningless for the 5210 butSam Leffler2003-09-142-16/+18
* Add support for the experimental radiotap capture format. With thisSam Leffler2003-09-053-11/+112