summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/if_athvar.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a corner case in RXEOL handling which was likely introduced by yoursadrian2011-08-021-1/+2
* Fix typo!adrian2011-07-311-1/+1
* Flesh out a new HAL method to fetch the radar PHY error frame information.adrian2011-06-071-0/+2
* A few changes to make radar detection implementable in a hal_dfs/adrian2011-06-041-0/+1
* Flesh out the radar detection related operations for the ath driver.adrian2011-06-011-0/+15
* The current ANI capability information uses a different set ofadrian2011-05-251-3/+3
* Add global TX timeout handling.adrian2011-04-181-0/+2
* Add a HAL capability bit for supporting self-linked RX descriptors and disabl...adrian2011-04-041-1/+4
* Rename AH_ENABLE_11N to ATH_ENABLE_11 - the HAL supports 11n byadrian2011-03-271-1/+1
* If 802.11n is enabled, bump the number of buffers used up to a largeradrian2011-03-261-0/+8
* Expose the 4k transaction workaround hooks to the driver, but don't (yet)adrian2011-02-091-0/+2
* Add TX/RX chainmask info to if_ath - this is needed for the 11n TX rate series.adrian2011-02-011-0/+6
* Fix some errors introduced w/ the last commit; fix setting RTS/CTS in the 11n...adrian2011-01-291-7/+3
* Link in the 11n specific TX methods into the HAL.adrian2011-01-291-0/+23
* ANI changes #1 - split out the ANI polling from the RxMonitor hook.adrian2011-01-211-0/+5
* Add in the public method to access the tx completion rates.adrian2011-01-201-0/+2
* Include the initial support for external EEPROMs.adrian2011-01-201-0/+1
* 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
OpenPOWER on IntegriCloud