linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] Improvement to initial mesh metric
@ 2012-06-06 22:48 Jason Abele
  2012-06-06 22:48 ` [PATCH 1/6] mac80211_hwsim: Report rate info in tx status Jason Abele
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Jason Abele @ 2012-06-06 22:48 UTC (permalink / raw)
  To: John W. Linville; +Cc: Johannes Berg, devel, linux-wireless

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-06-06 23:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-06 22:48 [PATCH 0/6] Improvement to initial mesh metric Jason Abele
2012-06-06 22:48 ` [PATCH 1/6] mac80211_hwsim: Report rate info in tx status Jason Abele
2012-06-06 22:48 ` [PATCH 2/6] mac80211: Remove unused variable Jason Abele
2012-06-06 22:48 ` [PATCH 3/6] mac80211: Keep tx rate averages for mesh peers for better metric calculation Jason Abele
2012-06-06 22:48 ` [PATCH 4/6] mac80211: Rename stainfo variable for the more common sta Jason Abele
2012-06-06 22:48 ` [PATCH 5/6] mac80211: Use signal strength as a proxy for expected datarate Jason Abele
2012-06-06 22:48 ` [PATCH 6/6] mac80211: Change rssi_get_rate to interpolated data rates Jason Abele
2012-06-06 23:03 ` [PATCH 0/6] Improvement to initial mesh metric Jason Abele

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).