commit | bae35d92b6a1b6fd8c699415ab90aeeea2a56bc3 | [log] [tgz] |
---|---|---|
author | Chun-Yeow Yeoh <yeohchunyeow@gmail.com> | Tue Jul 24 11:52:35 2012 +0800 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Jul 31 16:10:55 2012 +0200 |
tree | dbdc9b9626dfce07340530051fa123f2eb6cdd99 | |
parent | 173f8654746c138a08f51a8a0db7747763a896a2 [diff] |
mac80211: don't re-init rate control when receiving mesh beacon Rate control is re-initialized whenever a beacon from a mesh peer received, breaking the algorithms and resulting in low performance. Return early from mesh_peer_init if we already established a link with this peer to avoid this. Signed-off-by: Chun-Yeow Yeoh <yeohchunyeow@gmail.com> [clarify commit message] Signed-off-by: Johannes Berg <johannes.berg@intel.com>