summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* o move ath hal os glue code from the hal to the driver: this code wassam2006-09-182-0/+571
* Add support for newer parts that do not require separate keycachesam2006-09-182-39/+121
* remove stub radar support; it's never been used and futuresam2006-09-182-29/+0
* while (0); -> while (0) in multi-line macrosimp2006-08-171-1/+1
* o add noise floor to statssam2006-08-102-0/+6
* check return value of ath_tx_dmasetupsam2006-08-081-0/+2
* raw 802.11 packet transmit supportsam2006-08-052-101/+357
* add missing \n'ssam2006-07-261-2/+2
* check tim is present in the beacon before defer'ing the mcast buffer bit;sam2006-07-261-1/+2
* enable rx of control frames when in monitor modesam2006-06-261-0/+4
* Close race in handling mcast traffic when operating as an ap withsam2006-06-262-39/+104
* new statssam2006-06-231-1/+3
* bandaid type coercion for ia64sam2006-06-071-2/+2
* move hal bus+tag externalization to the bus glue code where it belongs;sam2006-06-053-6/+6
* add missed calls to bpf_peers_presentsam2006-06-021-1/+1
* Fix the following bpf(4) race condition which can result in a panic:csjp2006-06-021-3/+4
* quiet tindexbox complaints about passing BUS_SPACE_MAXADDR assam2006-05-082-2/+2
* force type coercion for bus tag+handle when calling ath_hal_attachsam2006-05-061-1/+2
* correct typesam2006-05-051-1/+1
* intercept public safety channels and do explicit mapping of freq->ieeesam2006-04-261-1/+14
* honor fixed tx antenna when sending beacon framessam2006-04-251-1/+2
* Improve ath_draintxq debug info: dump the packet as wellsam2006-04-161-7/+22
* Unbreak cabq handling: check the s/w q, not the h/w q as the framessam2006-04-161-2/+2
* o add opt_ath.h enable tweaking various config parameters for the driversam2006-04-031-12/+16
* correct ni_txrate when using a fixed rate; fixes current rate reportingsam2006-03-091-1/+4
* backout 1.136 until we can resolve report that it causes output to stallsam2006-02-272-42/+18
* fix a race whereby a tx descriptor might get reused before the hardwaresam2006-02-242-18/+42
* drop softc lock around copyin/copyoutsam2006-02-151-0/+2
* fix build w/o AR_DEBUGsam2006-02-151-3/+10
* improve tx/rx buf printing routinessam2006-02-151-18/+25
* add missing bit from 1.130sam2006-02-151-1/+1
* o handle fatal errors directly instead of via the task queuesam2006-02-152-10/+16
* use ath_hal_gettxintrtxqs so we only process h/w txsam2006-02-151-1/+2
* fixup commentssam2006-02-151-6/+5
* close race between ath_tx_start and ath_tx_processqsam2006-02-151-1/+2
* fix comment and whitespacesam2006-02-131-3/+2
* fix merge botch (duplicate processing of cabq for old cards)sam2006-02-131-1/+0
* Update for rev 0.9.16.16 hal:sam2006-02-102-29/+291
* pad for future statisticssam2006-02-091-0/+1
* Minor tx path cleanups:sam2006-02-091-13/+6
* correct handling of mbuf allocation failure when replenishing the rx listsam2006-02-091-6/+13
* Beacon timer setup fixes:sam2006-02-092-11/+41
* only start the cab queue if there are frames to sendsam2006-02-091-1/+1
* debug fixups: reduce noise msgs, report channel flags on reset failure,sam2006-02-091-17/+20
* Phantom beacon miss workaround: track the tsf of the last receivedsam2006-02-093-21/+78
* use a private task queue threadsam2006-02-092-6/+16
* add adhoc demo mode supportsam2006-02-092-7/+26
* make regdomain sysctl r/w in case it's possible to do this in the futuresam2006-02-092-5/+20
* cleanup rate setupsam2006-02-091-21/+29
* add tx99 hookssam2006-02-092-0/+20
OpenPOWER on IntegriCloud