aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_rate/amrr/amrr.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
* remove module glue, it's not used any moreSam Leffler2009-01-061-27/+0
* Switch to ath hal source code. Note this removes the ath_halSam Leffler2008-12-011-1/+1
* remove driver-private equivalent of ni_txparms; it's now superfluousSam Leffler2008-10-271-2/+1
* now that the new association callback is used when joining a bss we canSam Leffler2008-10-271-43/+0
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-201-93/+53
* First in a series of changes to remove the now-unused Giant compatibilityRobert Watson2007-07-271-1/+1
* Update 802.11 wireless support:Sam Leffler2007-06-111-10/+10
* Track v0.9.20.3 hal:Sam Leffler2006-12-131-3/+4
* move mgt frame tx rate responsibility from the rate control modulesSam Leffler2006-02-091-4/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-1/+1
* diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and useSam Leffler2005-07-221-2/+3
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-2/+2
* nuke unintentional use of HAL_BOOL typeSam Leffler2005-04-021-2/+2
* rev rate control api to pass the both the first+last tx descriptorsSam Leffler2005-03-301-2/+2
* simplify callbackSam Leffler2005-03-291-2/+4
* statically allocate the station/neighbor node table; the deferredSam Leffler2005-01-241-4/+3
* bump copyright for 2005Sam Leffler2004-12-311-1/+1
* Like on the ath_rate_onoe component, make this compile on amd64. ConvertPeter Wemm2004-12-151-2/+2
* Transmit rate control modules for the ath driver.Sam Leffler2004-12-081-0/+546