]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: reduce connect key caching struct size
authorJohannes Berg <johannes.berg@intel.com>
Tue, 13 Sep 2016 14:39:38 +0000 (16:39 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 13 Sep 2016 18:20:54 +0000 (20:20 +0200)
commitd5d5d2578a2d0e44c8ace73b5728e9af30c39bc8
tree06fdb3e6e1f5f6cc573fc17b3732df8579dfb61d
parent09d784e97e26425abd99031f75c30e1cfe4289da
cfg80211: reduce connect key caching struct size

After the previous patches, connect keys can only (correctly)
be used for storing static WEP keys. Therefore, remove all the
data for dealing with key index 4/5 and reduce the size of the
key material to the maximum for WEP keys.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/core.h
net/wireless/ibss.c
net/wireless/nl80211.c
net/wireless/util.c
net/wireless/wext-compat.c
net/wireless/wext-sme.c