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.4-rc1~177^2~112^2~276 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cfc6fc584a65db87935ca4e4d5e1ad89d5192ee;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