Date: Tue, 29 Jan 2008 20:43:56 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 134411 for review Message-ID: <200801292043.m0TKhuV3008858@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=134411 Change 134411 by sam@sam_ebb on 2008/01/29 20:43:26 promote rssadapt rate control algorithm and do a major overhaul to make it more device independent; seems to work though I may have broken it in the process (but the rssi logic looks very questionable and regardless using the cumulative avg rx rssi to control tx is way wrong--should be using ACK frames) Affected files ... .. //depot/projects/vap/sys/conf/files#14 edit .. //depot/projects/vap/sys/net80211/ieee80211_rssadapt.c#1 add .. //depot/projects/vap/sys/net80211/ieee80211_rssadapt.h#1 add Differences ... ==== //depot/projects/vap/sys/conf/files#14 (text+ko) ==== @@ -910,7 +910,6 @@ dev/puc/pucdata.c optional puc pci dev/ral/rt2560.c optional ral dev/ral/rt2661.c optional ral -dev/ral/if_ralrate.c optional ral dev/ral/if_ral_pci.c optional ral pci dev/random/harvest.c standard dev/random/hash.c optional random @@ -1679,6 +1678,7 @@ net80211/ieee80211_power.c optional wlan net80211/ieee80211_proto.c optional wlan net80211/ieee80211_regdomain.c optional wlan +net80211/ieee80211_rssadapt.c optional wlan_rssadapt net80211/ieee80211_scan.c optional wlan net80211/ieee80211_scan_sta.c optional wlan_scan_sta net80211/ieee80211_sta.c optional wlan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801292043.m0TKhuV3008858>