nl80211: Fix WEP key configuration
authorJohannes Berg <johannes@sipsolutions.net>
Sun, 26 Jul 2009 18:22:55 +0000 (21:22 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 26 Jul 2009 18:22:55 +0000 (21:22 +0300)
commit849ef835a772919039bd20c47b5770d5c499fb6e
tree9ab5a055a3ebf8e1dc7b06692125414d872b94b5
parent7a47d567cfe3d9496c3c3ec7dfaa0805428e4d96
nl80211: Fix WEP key configuration

Current wpa_supplicant has a bug with WEP keys, it adds a zero-length
sequence counter field to netlink which the kernel doesn't accept.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
src/drivers/driver_nl80211.c