]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Remove not needed netlink key attribute
authorAlexander Wetzel <alexander@wetzel-home.de>
Wed, 4 Mar 2020 17:16:54 +0000 (18:16 +0100)
committerJouni Malinen <j@w1.fi>
Wed, 4 Mar 2020 22:36:00 +0000 (00:36 +0200)
commit98b8275d92bcefaed8b14a990b33555d61c1796e
tree15ec40330f6099cb25a8c44fee8cd2b8a903b864
parent8563f6f564461d494b06141b56d9628934153cbb
nl80211: Remove not needed netlink key attribute

Calling NL80211_CMD_NEW_KEY with NL80211_KEY_DEFAULT_TYPES attributes is
pointless. The information is not expected and therefore the kernel
never forwards it to the drivers. That attribute is used with
NL80211_CMD_SET_KEY.

Signed-off-by: Alexander Wetzel <alexander@wetzel-home.de>
src/drivers/driver_nl80211.c