summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* 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
* move hal statistics to softc; the per-node stats are overkill, they'resam2006-02-092-9/+12
* lookup the protection tx rate index in the rate tablessam2006-02-091-2/+4
* honor net80211 mcast tx ratesam2006-02-092-6/+47
* craft unique names for tx q + buffer mtx's to help with interpreting ktr datasam2006-02-091-6/+12
* allow the size of tx+rx buffer pools to be tunedsam2006-02-092-2/+19
* lower try count on mgt (and ctl) frames to avoid clogging the tx queuesam2006-02-092-5/+11
* move mgt frame tx rate responsibility from the rate control modulessam2006-02-095-42/+19
* sync with latest code in madwifisam2006-02-092-146/+185
* track bmiss threshold change from time to frame countsam2006-01-231-1/+1
OpenPOWER on IntegriCloud