commit | 2cfc6fc584a65db87935ca4e4d5e1ad89d5192ee | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Wed Feb 08 19:17:11 2012 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Feb 08 16:07:31 2012 -0500 |
tree | cebba13955a1702bf73ffa29a648b01a5942bcfa | |
parent | 42bc0c9716c456a9686fcd4ee5cf115b992b9952 [diff] |
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 <nbd@openwrt.org> Tested-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>