From owner-p4-projects@FreeBSD.ORG Tue Jan 29 20:43:57 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 587E216A41B; Tue, 29 Jan 2008 20:43:57 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0610616A417 for ; Tue, 29 Jan 2008 20:43:57 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EA0E113C46E for ; Tue, 29 Jan 2008 20:43:56 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0TKhuid008861 for ; Tue, 29 Jan 2008 20:43:56 GMT (envelope-from sam@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0TKhuV3008858 for perforce@freebsd.org; Tue, 29 Jan 2008 20:43:56 GMT (envelope-from sam@freebsd.org) Date: Tue, 29 Jan 2008 20:43:56 GMT Message-Id: <200801292043.m0TKhuV3008858@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to sam@freebsd.org using -f From: Sam Leffler To: Perforce Change Reviews Cc: Subject: PERFORCE change 134411 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jan 2008 20:43:57 -0000 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