commit | e13bae4f807401729b3f27c7e882a96b8b292809 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Mon Jul 08 10:43:31 2013 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Jul 16 09:55:57 2013 +0300 |
tree | 684b6ea08bd952005d76debede813d71847d4cfa | |
parent | 1cd158573951f737fbc878a35cb5eb47bf9af3d5 [diff] |
mac80211: fix ethtool stats for non-station interfaces As reported in https://bugzilla.kernel.org/show_bug.cgi?id=60514, the station loop never initialises 'sinfo' and therefore adds up a stack values, leaking stack information (the number of times it adds values is easily obtained another way.) Fix this by initialising the sinfo for each station to add. Cc: stable@vger.kernel.org Signed-off-by: Johannes Berg <johannes@sipsolutions.net>