Date: Sat, 6 Nov 2010 18:17:20 +0000 (UTC) From: Bernhard Schmidt <bschmidt@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/bwi if_bwi.c src/sys/dev/bwn if_bwn.c src/sys/dev/iwn if_iwn.c src/sys/dev/ral rt2560.c rt2661.c src/sys/dev/usb/wlan if_rum.c if_run.c if_ural.c if_zyd.c src/sys/dev/wpi if_wpi.c src/sys/net80211 ieee80211.c ... Message-ID: <201011061817.oA6IHtVM093163@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bschmidt 2010-11-06 18:17:20 UTC FreeBSD src repository Modified files: sys/dev/bwi if_bwi.c sys/dev/bwn if_bwn.c sys/dev/iwn if_iwn.c sys/dev/ral rt2560.c rt2661.c sys/dev/usb/wlan if_rum.c if_run.c if_ural.c if_zyd.c sys/dev/wpi if_wpi.c sys/net80211 ieee80211.c ieee80211_node.c ieee80211_ratectl.c ieee80211_ratectl.h ieee80211_sta.c ieee80211_var.h Log: SVN rev 214894 on 2010-11-06 18:17:20Z by bschmidt Instead of using the AMRR ratectl algo as default for drivers which have the IEEE80211_C_RATECTL flag set, default to NONE for all drivers. Only if a driver calls ieee80211_ratectl_init() check if the NONE algo is still selected and try to use AMRR in that case. Drivers are still free to use any other algo by calling ieee80211_ratectl_set() prior to the ieee80211_ratectl_init() call. After this change it is now safe to assume that a ratectl algo is always available and selected, which renders the IEEE80211_C_RATECTL flag pretty much useless. Therefore revert r211314 and 211546. Reviewed by: rpaulo MFC after: 2 weeks Revision Changes Path 1.16 +1 -2 src/sys/dev/bwi/if_bwi.c 1.23 +0 -1 src/sys/dev/bwn/if_bwn.c 1.48 +0 -1 src/sys/dev/iwn/if_iwn.c 1.39 +0 -1 src/sys/dev/ral/rt2560.c 1.37 +0 -1 src/sys/dev/ral/rt2661.c 1.37 +0 -1 src/sys/dev/usb/wlan/if_rum.c 1.17 +1 -2 src/sys/dev/usb/wlan/if_run.c 1.30 +0 -1 src/sys/dev/usb/wlan/if_ural.c 1.32 +0 -1 src/sys/dev/usb/wlan/if_zyd.c 1.35 +0 -1 src/sys/dev/wpi/if_wpi.c 1.93 +1 -3 src/sys/net80211/ieee80211.c 1.140 +5 -10 src/sys/net80211/ieee80211_node.c 1.3 +8 -0 src/sys/net80211/ieee80211_ratectl.c 1.6 +1 -6 src/sys/net80211/ieee80211_ratectl.h 1.36 +1 -2 src/sys/net80211/ieee80211_sta.c 1.102 +1 -2 src/sys/net80211/ieee80211_var.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011061817.oA6IHtVM093163>