summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* Make this compile on amd64.peter2004-02-061-6/+6
* When draining the tx queue reclaim any node references held in packets.sam2004-01-071-1/+10
* When ath_hal_stoptxdma returns an error dma is still likely stoppedsam2004-01-071-1/+1
* use ath_reset instead of ath_init when recovering from a watchdog timeout:sam2004-01-071-1/+1
* make hw.ath.debug a tunablesam2004-01-071-0/+1
* make hw.ath.outdoor and hw.ath.countrycode tunablessam2004-01-071-0/+2
* split debugging messages up into classes;sam2004-01-071-73/+109
* update radiotap support to reflect recent changes:sam2003-12-282-11/+22
* o eliminate widespread on-stack mbuf use for bpf by introducingsam2003-12-281-35/+12
* o track API change for HAL v0.9.6.1sam2003-11-293-18/+56
* Sometimes cardbus attachments don't attach, so while we track downimp2003-11-281-0/+1
* move rate control change messages under ath_debugsam2003-11-171-2/+2
* o fix WEP use in hostap mode; need to reset the pointer to thesam2003-11-171-1/+2
* on a beacon miss try to reassociate before starting a scansam2003-11-171-2/+9
* Don't count PHY errors as input errors. This is important forsam2003-11-131-1/+9
* Remove explicit cardbus attachments from drivers where this is identicaldfr2003-11-031-1/+0
* o check hal ABI version to catch driver-HAL mismatchessam2003-11-011-0/+16
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+2
* terminate the rx descriptor list with a self-linked entrysam2003-10-221-3/+21
* o consolidate rx filter calculations in one placesam2003-10-171-19/+39
* indicate device receives all management framessam2003-10-171-2/+6
* o correct handling of a frame that has too many segments to fit in thesam2003-10-161-3/+6
* o convert mutex calls to #defines for portability, etc.sam2003-10-143-35/+61
* remove dangling mtx_unlock orphaned by rev 1.21 changesam2003-10-131-1/+0
* Reduce per-packet overhead when using WEP by using an advancing IVsam2003-10-131-1/+8
* Must reset the pointer to the 802.11 header after prependingsam2003-10-131-0/+1
* MFp4:sam2003-10-131-3/+13
* MFp4:sam2003-10-131-14/+23
* include the DS element in beaconssam2003-10-061-1/+4
* Maintain a history of data associated with received frames and use this tosam2003-09-152-5/+77
* o do not filter received frames based on type or length; pass 'em all upsam2003-09-151-13/+3
* must also check for 5Ghz channels when marking short preamble capability insam2003-09-141-1/+2
* o mark the device capable of short preamble (meaningless for the 5210 butsam2003-09-142-16/+18
* Add support for the experimental radiotap capture format. With thissam2003-09-053-11/+112
* Explicitly enable probe request frame reception when not in station mode;sam2003-09-011-0/+4
* MFp4 changes to fix locking issues and correct referencesam2003-08-192-38/+73
* o pass control frames up the stack when in monitor mode (the 802.11 layer willsam2003-08-192-3/+7
* o correct beacon frame length calculation and add an assert to catch any futuresam2003-08-191-2/+6
* maintain a table for mapping hardware rate codes to 802.11 rates forsam2003-08-192-3/+6
* mark the scan and calibrate callouts MPSAFEsam2003-08-191-2/+2
* remove unneeded include filessam2003-08-191-4/+0
* Close a race where ath_intr is installed and may be called beforesam2003-08-132-2/+8
* o remove bmisshack no longer needed with the BSSID fix in v0.9.5.2 of the halsam2003-08-021-14/+17
* track changes to 802.11 code:sam2003-07-202-22/+24
* o add read-only sysctls to view regulatory domain, country code, andsam2003-07-132-5/+22
* Mega busdma API commit.scottl2003-07-011-0/+2
* acknowledge the contribution of Atsushi Onoesam2003-06-301-0/+3
* Atheros 802.11 driver. Requires Atheros Hardware Access Lay (HAL).sam2003-06-234-0/+3201
OpenPOWER on IntegriCloud