Re: [PATCH v2] mac80211: mesh: drop constant field mean_chain_len
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2016-02-02 15:01:30
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2016-02-02 15:01:30
On Sat, 2016-01-30 at 13:17 -0500, Bob Copeland wrote:
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.
Applied, thanks. johannes