summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/if_athvar.h
Commit message (Expand)AuthorAgeFilesLines
* Add multicast key search support. This fixes corrupted mcast packetsrpaulo2010-02-081-4/+2
* track whether any mesh vaps are present to correctly setup the rx filtersam2009-07-211-0/+1
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-111-0/+1
* Add HAL_RX_FILTER_BSSID support (to disable bssid match):sam2009-06-271-0/+2
* Overhaul monitor mode handling:sam2009-05-201-8/+7
* remove unused struct membersam2009-04-081-1/+0
* Hoist 802.11 encapsulation up into net80211:sam2009-03-301-14/+1
* Remove ATH_SUPPORT_TDMA and use IEEE80211_SUPPORT_TDMA instead. Itsam2009-03-301-2/+0
* purge hal abi support; now that the hal is merged w/ the driversam2009-03-191-42/+0
* replace if_watchdog w/ private callout; probably can merge this with thesam2009-03-091-0/+2
* add a sysctl to ena/dis frobbing ccasam2009-03-051-0/+1
* 5416 and later parts mux the gpio outputs; extend the api to includesam2009-02-241-2/+2
* remove private support for IEEE80211_MODE_HALF and IEEE80211_MODE_QUARTERsam2009-02-191-3/+1
* Overhaul regulatory support:sam2009-01-281-1/+1
* TDMA support for long distance point-to-point links using ath devices:sam2009-01-081-3/+31
* New periodic calibration scheme needed for 11n parts that havesam2008-12-071-3/+14
* Switch to ath hal source code. Note this removes the ath_halsam2008-12-011-2/+2
* nuke special handling of RXORN interrupt; the hal marks the FATALsam2008-11-241-1/+0
* prepare for a new halsam2008-10-271-0/+6
* o With the addition of HT rates the set of h/w codes has a much wider rangesam2008-10-271-2/+1
* 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
OpenPOWER on IntegriCloud