From: Felix Fietkau Date: Wed, 8 Feb 2012 18:17:11 +0000 (+0100) Subject: mac80211: do not call rate control .tx_status before .rate_init X-Git-Tag: v3.3-rc6~36^2~26^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=216c57b214bd621335ff698b475f6db2802502dc;p=pandora-kernel.git mac80211: do not call rate control .tx_status before .rate_init Most rate control implementations assume .get_rate and .tx_status are only called once the per-station data has been fully initialized. minstrel_ht crashes if this assumption is violated. Signed-off-by: Felix Fietkau Tested-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed