]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Mesh HWMP forwarding information: updating FI for transmitter.
authormonthadar <monthadar@FreeBSD.org>
Thu, 7 Feb 2013 21:31:37 +0000 (21:31 +0000)
committermonthadar <monthadar@FreeBSD.org>
Thu, 7 Feb 2013 21:31:37 +0000 (21:31 +0000)
commit2587b68b1c376a2ca4d01ac08732d1a6e3b55196
tree9abde56287956210421914570dc656376163c4d6
parent6c23af63de7b1a83f8b21ce7f7f00c4adf0d98dd
Mesh HWMP forwarding information: updating FI for transmitter.

* Added hwmp_update_transmitter function that checks if the metric
  to the transmitter have improved. If old FI is invalid or metric
  is larger the FI to the transmitter is updated occurdingly.
  This is a recommendation from the 802.11 2012 standard, table 13-9;

Approved by: adrian (mentor)
sys/net80211/ieee80211_hwmp.c