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 10:24:55 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).
>
Sorry for frequent post.

in amrr_tx_complete() ieee80211_amrr.c:257-258
if (ok)
    amn->amn_success++;

in ieee80211_ratectl.h:36-37
#define	IEEE80211_RATECTL_TX_SUCCESS	0
#define	IEEE80211_RATECTL_TX_FAILURE	1

Aren't these other way around? _________^

AK


      __________________________________________________________________
Make your browsing faster, safer, and easier with the new Internet Explorer® 8. Optimized for Yahoo! Get it Now for Free! at http://downloads.yahoo.com/ca/internetexplorer/


More information about the svn-src-all mailing list