From: Marek Puzyniak Date: Sun, 8 Mar 2015 16:04:22 +0000 (+0200) Subject: mac80211: initialize rate control earlier for tdls station X-Git-Tag: omap-for-v4.2/o2_dc~131^2~105^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c23e31cf7b55;p=pandora-kernel.git mac80211: initialize rate control earlier for tdls station Currently when TDLS station in driver goes from authenticated to associated state it can not use rate control parameters because rate control is not initialized yet. Some drivers require parameters already initialized by rate control when entering associated state. It can be done by initializing rate control after station transition to associated state but before notifying driver about that. Signed-off-by: Marek Puzyniak Signed-off-by: Arik Nemtsov [fix comment to say 'associated' instead of 'authorized'] Signed-off-by: Johannes Berg --- Reading git-diff-tree failed