summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* Change the remainder of the drivers for DMA'ing devices enabled in themarius2007-01-212-2/+2
* add compat shim for ath_hal_isgsmsku until the new hal gets committedsam2007-01-151-0/+5
* save changes for handling 5416/5418 partssam2007-01-152-28/+30
* Add initial support for 900MHz cards like the Ubiquiti SR9:sam2007-01-152-36/+55
* Add half/quarter rate 11a channel support:sam2006-12-272-63/+112
* Track v0.9.20.3 hal:sam2006-12-137-292/+292
* clarify shortcut returnsam2006-12-011-2/+2
* mark tx/rx descriptors COHERENT; we do not sync changes so onsam2006-11-241-1/+2
* correct diag request to fetch isr state on fatal interruptssam2006-10-091-1/+1
* 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
OpenPOWER on IntegriCloud