commit | c782bf8caae59a6cdd17ed1b99c126167dae49b2 | [log] [tgz] |
---|---|---|
author | Chun-Yeow Yeoh <yeohchunyeow@gmail.com> | Wed Jan 22 14:53:04 2014 +0800 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Feb 04 21:48:15 2014 +0100 |
tree | 6d47061280c5f2602b27a5483a49c8cfedcb7f8e | |
parent | 772f0389338cfcf96da1c178046dc7e1649ab554 [diff] |
mac80211: fix the increment of mesh precedence value The mesh precedence value in ieee80211_channel_switch should be incremented or set to 1 only if this is the initiator of mesh channel switch. For non-initiator, the precedence value has updated using the Mesh Channel Switch Parameters element. Fix this. Signed-off-by: Chun-Yeow Yeoh <yeohchunyeow@gmail.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>