git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
173f865
)
mac80211: don't re-init rate control when receiving mesh beacon
author
Chun-Yeow Yeoh
<yeohchunyeow@gmail.com>
Tue, 24 Jul 2012 03:52:35 +0000
(11:52 +0800)
committer
Johannes Berg
<johannes.berg@intel.com>
Tue, 31 Jul 2012 14:10:55 +0000
(16:10 +0200)
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>
No differences found