summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/if_athvar.h
Commit message (Expand)AuthorAgeFilesLines
* add compat shim for ath_hal_isgsmsku until the new hal gets committedsam2007-01-151-0/+5
* Add initial support for 900MHz cards like the Ubiquiti SR9:sam2007-01-151-2/+2
* Add half/quarter rate 11a channel support:sam2006-12-271-3/+13
* Track v0.9.20.3 hal:sam2006-12-131-4/+6
* correct diag request to fetch isr state on fatal interruptssam2006-10-091-1/+1
* Add support for newer parts that do not require separate keycachesam2006-09-181-1/+5
* remove stub radar support; it's never been used and futuresam2006-09-181-7/+0
* while (0); -> while (0) in multi-line macrosimp2006-08-171-1/+1
* Close race in handling mcast traffic when operating as an ap withsam2006-06-261-1/+2
* move hal bus+tag externalization to the bus glue code where it belongs;sam2006-06-051-2/+2
* correct typesam2006-05-051-1/+1
* backout 1.136 until we can resolve report that it causes output to stallsam2006-02-271-5/+2
* fix a race whereby a tx descriptor might get reused before the hardwaresam2006-02-241-2/+5
* o handle fatal errors directly instead of via the task queuesam2006-02-151-2/+2
* Update for rev 0.9.16.16 hal:sam2006-02-101-9/+56
* Beacon timer setup fixes:sam2006-02-091-0/+1
* Phantom beacon miss workaround: track the tsf of the last receivedsam2006-02-091-0/+1
* use a private task queue threadsam2006-02-091-0/+2
* add adhoc demo mode supportsam2006-02-091-0/+1
* make regdomain sysctl r/w in case it's possible to do this in the futuresam2006-02-091-1/+2
* add tx99 hookssam2006-02-091-0/+3
* move hal statistics to softc; the per-node stats are overkill, they'resam2006-02-091-1/+1
* honor net80211 mcast tx ratesam2006-02-091-0/+2
* 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-091-0/+4
* lower try count on mgt (and ctl) frames to avoid clogging the tx queuesam2006-02-091-0/+1
* move mgt frame tx rate responsibility from the rate control modulessam2006-02-091-2/+1
* Update monitoring support:sam2006-01-091-0/+10
* nuke special handling to extend cts when bursting; it was race pronesam2005-11-151-17/+0
* Split crypto tx+rx key indices and add a key index -> node mapping table:sam2005-08-081-1/+0
* o fix setup of sc_diversity; the hal does not give us reliablesam2005-07-241-2/+0
* only invoke ath_rate_tx_complete to update rate control state when thesam2005-07-071-0/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-2/+1
* Set the correct IFS parameters for the beacon tx queuesam2005-06-071-0/+4
* Misc keycache changes:sam2005-06-061-3/+24
* honor new IEEE80211_KEY_GROUP key flagsam2005-04-121-1/+2
* use frame type returned by ieee80211_input to drive softled codesam2005-04-041-1/+0
* o extend cts to cover packet burst when operating in 11g w/ protectionsam2005-03-301-0/+13
* Fixup radiotap handling of FCS and QoS frames per discussion with David Young:sam2005-01-241-9/+5
* adjust tx buffer allocation based on empirical testing:sam2005-01-181-3/+3
* better led blinkingsam2005-01-181-6/+18
* bump copyright for 2005sam2004-12-311-1/+1
* Radiotap fixups:sam2004-12-311-3/+9
* Update with last year of work.sam2004-12-081-83/+238
* do proper subclassing of node free+copy; the previous hack falls apart whensam2004-04-031-0/+5
* transmit beacon frames directly instead of defering them to a swi; theresam2004-04-031-1/+0
* update copyright notice for 2004sam2004-04-021-1/+1
* radiotap updates:sam2004-04-011-0/+2
* o track API change for HAL v0.9.6.1sam2003-11-291-8/+4
* o convert mutex calls to #defines for portability, etc.sam2003-10-141-0/+25
OpenPOWER on IntegriCloud