nl80211: fix connect keys range check
authorJohannes Berg <johannes.berg@intel.com>
Tue, 13 Sep 2016 13:51:03 +0000 (15:51 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 13 Sep 2016 18:20:51 +0000 (20:20 +0200)
commit42ee231cd12c2e1eb015163d04a65950e895d4b7
treed02c6a1474825a6d7bb0f035ae5b2cfffa393eb7
parentb6b5555bc89f52e49244104ca4d7764c7b0f11cd
nl80211: fix connect keys range check

Only key index 0-3 should be accepted, 4/5 are for IGTKs and
cannot be used as connect keys. Fix the range checking to not
allow such erroneous configurations.

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