summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/if_athvar.h
Commit message (Expand)AuthorAgeFilesLines
* Fixup statistics:sam2008-10-271-0/+3
* add sys.dev.ath.X.intmit knob to enable/disable ANIsam2008-10-271-0/+6
* rename bf_flags to bf_txflags in preparation for the addition of flagssam2008-10-271-1/+1
* remove driver-private equivalent of ni_txparms; it's now superfluoussam2008-10-271-1/+0
* fix memory smash on lp64 platforms; mostly noticeable in user modesam2008-09-211-0/+5
* Update for new HAL.rpaulo2008-09-091-1/+1
* Cleanup power handling and fix suspend/resume:sam2008-05-291-1/+2
* add back sysctl's to display the regdomain and country code from eeprom;sam2008-05-031-0/+2
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-42/+76
* Update 802.11 wireless support:sam2007-06-111-15/+41
* update copyrights to 2007 and convert to be 2-clause bsd-onlysam2007-06-061-8/+1
* Change mtx's to use the formulated name as type so witness does notsam2007-03-051-3/+3
* set the antenna switch when fixing the tx antenna using thesam2007-02-241-0/+4
* 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
OpenPOWER on IntegriCloud