Date: Tue, 26 Oct 2010 20:23:29 +0000 (UTC) From: Bernhard Schmidt <bschmidt@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/conf files src/sys/modules/wlan Makefile src/sys/net80211 ieee80211_ratectl.c ieee80211_ratectl.h ieee80211_ratectl_none.c Message-ID: <201010262023.o9QKNpKO009493@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bschmidt 2010-10-26 20:23:29 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/conf files
sys/modules/wlan Makefile
sys/net80211 ieee80211_ratectl.c ieee80211_ratectl.h
Added files: (Branch: RELENG_8)
sys/net80211 ieee80211_ratectl_none.c
Log:
SVN rev 214399 on 2010-10-26 20:23:29Z by bschmidt
MFC r214069:
Fix an undefined behaviour if the desired ratectl algo is not available.
This can happen if the algos are built as modules but are not loaded. If
the selected ratectl algo is not available, try to load it (The load
module functions does nothing currently). Add a dummy ratectl algo which
always selects the first available rate. Use that one if the desired algo
is not available.
Revision Changes Path
1.1459.2.38 +1 -0 src/sys/conf/files
1.19.2.4 +1 -1 src/sys/modules/wlan/Makefile
1.1.2.3 +18 -0 src/sys/net80211/ieee80211_ratectl.c
1.4.2.3 +2 -1 src/sys/net80211/ieee80211_ratectl.h
1.1.2.2 +113 -0 src/sys/net80211/ieee80211_ratectl_none.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010262023.o9QKNpKO009493>
