From: Bob Copeland Date: Tue, 15 Apr 2014 14:43:08 +0000 (-0400) Subject: mac80211: mesh: always use the latest target_sn X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~279^2^2~12^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc3ce0b0be6b85e738e80ed25b52ad940f34b921;p=pandora-kernel.git mac80211: mesh: always use the latest target_sn When a path target responds to a path request, its response always contains the most up-to-date information; accordingly, it should use the latest target_sn, regardless of net_traversal_jiffies(). Otherwise, only the first path response is considered when constructing a path, as it will have the highest target_sn of all replies during that period. Signed-off-by: Bob Copeland Signed-off-by: Johannes Berg --- Reading git-diff-tree failed