From: Thomas Pedersen Date: Thu, 26 Apr 2012 22:01:06 +0000 (-0700) Subject: mac80211: insert mesh peer after init X-Git-Tag: v3.5-rc1~109^2~79^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e87278e730b11e9852fe0fe967908ef5a4e6e6a0;p=pandora-kernel.git mac80211: insert mesh peer after init Drivers need the station rate info when inserting a new sta_info. The patch "mac80211: refactor mesh peer initialization" wrongly assumed the rate info could be applied after insertion. After further review, this is clearly not the case. This fixes a regression where HT parameters were not applied before inserting the sta_info, causing performance degradation. Signed-off-by: Thomas Pedersen Signed-off-by: John W. Linville --- Reading git-diff-tree failed