From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-pb0-f46.google.com ([209.85.160.46]:38753 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753452Ab2FFWtG (ORCPT ); Wed, 6 Jun 2012 18:49:06 -0400 Received: by pbbrp8 with SMTP id rp8so168376pbb.19 for ; Wed, 06 Jun 2012 15:49:04 -0700 (PDT) From: Jason Abele To: "John W. Linville" Cc: Johannes Berg , devel@lists.open80211s.org, linux-wireless Subject: [PATCH 0/6] Improvement to initial mesh metric Date: Wed, 6 Jun 2012 15:48:46 -0700 Message-Id: <1339022932-14240-1-git-send-email-jason@cozybit.com> (sfid-20120607_004911_428369_4681E0DE) Sender: linux-wireless-owner@vger.kernel.org List-ID: I am submitting this patch set on behalf of the cozybit team after testing them with the wireless-testing tag master-2012-06-06 The first patch was previously submitted by Timo Lindhorst and adds important features to hwsim. The remaining patches add a feature to initialize the link rate metric with a guess based off of RSSI when insufficient traffic has passed to allow actual calculation of the link rate. Thanks Jason Javier Cardona (4): mac80211: Remove unused variable mac80211: Keep tx rate averages for mesh peers for better metric calculation. mac80211: Rename stainfo variable for the more common sta mac80211: Change rssi_get_rate to interpolated data rates. Thomas Pedersen (1): mac80211: Use signal strength as a proxy for expected datarate. Timo Lindhorst (1): mac80211_hwsim: Report rate info in tx status drivers/net/wireless/mac80211_hwsim.c | 21 +++++++ net/mac80211/mesh_hwmp.c | 99 +++++++++++++++++++++++++++------ net/mac80211/sta_info.c | 1 + net/mac80211/sta_info.h | 1 + 4 files changed, 106 insertions(+), 16 deletions(-) -- 1.7.9.5