mac80211: fix the RANN propagation issues
authorChun-Yeow Yeoh <yeohchunyeow@gmail.com>
Fri, 23 Mar 2012 10:48:51 +0000 (18:48 +0800)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 9 Apr 2012 20:37:10 +0000 (16:37 -0400)
This patch is intended to solve the follwing issues in RANN propagation:
[1] The interval in propagated RANN should be based on the interval of received RANN.
[2] The aggregated path metric for propagated RANN is as received plus own link metric
    towards the transmitting mesh STA (not root mesh STA).
[3] The comparison of path metric for RANN with same sequence number should be done
    before deciding whether to propagate or not.

Signed-off-by: Chun-Yeow Yeoh <yeohchunyeow@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found