nl80211: validate number of probe response CSA counters
authorJohannes Berg <johannes.berg@intel.com>
Tue, 13 Sep 2016 13:53:55 +0000 (15:53 +0200)
committerSasha Levin <alexander.levin@verizon.com>
Thu, 6 Oct 2016 02:40:20 +0000 (22:40 -0400)
commit93e5a11e71677cabca6fb5e48acbccd2985d5b2d
tree367329bc891ada8255611edea95f3e4b305f3527
parentbc6285a72c76afbf339a6212dc038e4154a49b90
nl80211: validate number of probe response CSA counters

[ Upstream commit ad5987b47e96a0fb6d13fea250e936aed000093c ]

Due to an apparent copy/paste bug, the number of counters for the
beacon configuration were checked twice, instead of checking the
number of probe response counters. Fix this to check the number of
probe response counters before parsing those.

Cc: stable@vger.kernel.org
Fixes: 9a774c78e211 ("cfg80211: Support multiple CSA counters")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
net/wireless/nl80211.c