commit | afd2efb91990667cd4d9171a743f8a89e19d5ef1 | [log] [tgz] |
---|---|---|
author | Alexis Green <agreen@cococorp.com> | Fri Jun 05 12:43:54 2015 -0700 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Jun 09 21:53:35 2015 +0200 |
tree | 41cc3f82ecf3f6cfb5fad653569391f47fd46b2a | |
parent | 74d803b6021f7a1cb06363cd9f65dbdf4fcf35e7 [diff] |
mac80211: Fix incorrectly named last_hop_metric variable in mesh_rx_path_sel_frame The last hop metric should refer to link cost (this is how hwmp_route_info_get uses it for example). But in mesh_rx_path_sel_frame we are not dealing with link cost but with the total cost to the origin of a PREQ or PREP. Signed-off-by: Alexis Green <agreen@cococorp.com> CC: Jesse Jones <jjones@cococorp.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>