summaryrefslogtreecommitdiff
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* 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
* Explicitly enable probe request frame reception when not in station mode;Sam Leffler2003-09-011-0/+4
* MFp4 changes to fix locking issues and correct referenceSam Leffler2003-08-192-38/+73
* o pass control frames up the stack when in monitor mode (the 802.11 layer willSam Leffler2003-08-192-3/+7
* o correct beacon frame length calculation and add an assert to catch any futureSam Leffler2003-08-191-2/+6
* maintain a table for mapping hardware rate codes to 802.11 rates forSam Leffler2003-08-192-3/+6
* mark the scan and calibrate callouts MPSAFESam Leffler2003-08-191-2/+2
* remove unneeded include filesSam Leffler2003-08-191-4/+0
* Close a race where ath_intr is installed and may be called beforeSam Leffler2003-08-132-2/+8
* o remove bmisshack no longer needed with the BSSID fix in v0.9.5.2 of the halSam Leffler2003-08-021-14/+17
* track changes to 802.11 code:Sam Leffler2003-07-202-22/+24
* o add read-only sysctls to view regulatory domain, country code, andSam Leffler2003-07-132-5/+22
* Mega busdma API commit.Scott Long2003-07-011-0/+2
* acknowledge the contribution of Atsushi OnoeSam Leffler2003-06-301-0/+3
* Atheros 802.11 driver. Requires Atheros Hardware Access Lay (HAL).Sam Leffler2003-06-234-0/+3201