svn commit: r206358 - in head/sys: conf dev/bwi dev/bwn dev/iwn
dev/ral dev/usb/wlan dev/wpi modules/wlan net80211
PseudoCylon
moonlightakkiy at yahoo.ca
Fri Apr 9 01:28:47 UTC 2010
>Author: rpaulo
>Date: Wed Apr 7 15:29:13 2010
>New Revision: 206358
>URL: http://svn.freebsd.org/changeset/base/206358
>
>Log:
> net80211 rate control framework (net80211 ratectl).
>
> This framework allows drivers to abstract the rate control algorithm and
> just feed the framework with the usable parameters. The rate control
> framework will now deal with passing the parameters to the selected
> algorithm. Right now we have AMRR (the default) and RSSADAPT but there's
> no way to select one with ifconfig, yet.
> The objective is to have more rate control algorithms in the net80211
> stack so all drivers[0] can use it. Ideally, we'll have the well-known
> sample rate control algorithm in the net80211 at some point so all
> drivers can use it (not just ath).
>
Hello,
I've just tried the commit and run(4) works fine out of the box. It properly updates the rate.
Thank you for updating the driver.
AK
__________________________________________________________________
Yahoo! Canada Toolbar: Search from anywhere on the web, and bookmark your favourite sites. Download it now
http://ca.toolbar.yahoo.com.
More information about the svn-src-all
mailing list