PERFORCE change 134411 for review

Sam Leffler sam at FreeBSD.org
Tue Jan 29 12:43:57 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=134411

Change 134411 by sam at 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


More information about the p4-projects mailing list