mac80211: fix ethtool stats for non-station interfaces
authorJohannes Berg <johannes@sipsolutions.net>
Mon, 8 Jul 2013 08:43:31 +0000 (10:43 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 16 Jul 2013 06:55:57 +0000 (09:55 +0300)
commite13bae4f807401729b3f27c7e882a96b8b292809
tree684b6ea08bd952005d76debede813d71847d4cfa
parent1cd158573951f737fbc878a35cb5eb47bf9af3d5
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>
net/mac80211/cfg.c