]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: fix agg_status debugfs file write
authorJohannes Berg <johannes.berg@intel.com>
Wed, 8 Jan 2014 21:22:05 +0000 (22:22 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 4 Feb 2014 20:48:19 +0000 (21:48 +0100)
commitd1a8c3666018b9265b7b6272d3e28a50712c3f25
tree767096fd6407003c908b9fd713e249b4aede4218
parentad9af7298991101566ee35bd38de53ec0794a656
mac80211: fix agg_status debugfs file write

Initialize the buffer to all zeroes, otherwise the stack
data might be interpreted as the TID, which is likely to
fail completely.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/debugfs_sta.c