commit | 216c57b214bd621335ff698b475f6db2802502dc | [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 15 13:56:06 2012 -0500 |
tree | 3d436e04f60577c634106db5099f39e376b98a86 | |
parent | 4b5a433ae5348c23caa0b5f0a2fca7c342acb200 [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>