commit | 3f73fe9fd8703123faf663908923ca9e62cb984e | [log] [tgz] |
---|---|---|
author | Bob Copeland <me@bobcopeland.com> | Sat Jan 30 13:17:03 2016 -0500 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Feb 24 09:04:29 2016 +0100 |
tree | 0a06be161738014422f29947fbcd5a7a9f88c74b | |
parent | 0ef049dc1167fe834d0ad5d63f89eddc5c70f6e4 [diff] |
mac80211: mesh: drop constant field mean_chain_len The mean_chain_len field in struct mesh_table is copied whenever a new mesh table is allocated, but only ever has the value 2 and is never otherwise updated, so just remove it and use the related define instead. Signed-off-by: Bob Copeland <me@bobcopeland.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>