commit | 53d045258ee2e38b1e882617cb0799a04d05f5fa | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Tue May 27 22:33:57 2014 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed May 28 16:22:41 2014 +0200 |
tree | 77b23f71aa45a9ecc2c361073415042b41e44bc2 | |
parent | a9fb54169b197f31aff24c8d6270dd1e56cde395 [diff] |
mac80211: fix a memory leak on sta rate selection table If the rate control algorithm uses a selection table, it is leaked when the station is destroyed - fix that. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Reported-by: Christophe Prévotaux <cprevotaux@nltinc.com> Fixes: 0d528d85c519 ("mac80211: improve the rate control API") Cc: stable@vger.kernel.org # v3.10+ [add commit log entry, remove pointless NULL check] Signed-off-by: Johannes Berg <johannes.berg@intel.com>