]> git.baikalelectronics.ru Git - kernel.git/commit
staging/wilc1000: use NO_SECURITY instead of NO_ENCRYPT
authorArnd Bergmann <arnd@arndb.de>
Mon, 16 Nov 2015 14:04:56 +0000 (15:04 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Dec 2015 22:19:20 +0000 (14:19 -0800)
commit0b1cc4cfec82dddf4f20d2bcd088edf84ea44e5a
treefe017c9aeb02d6696ad77a7524392b6c781568db
parent18770922c085b06fff60e2060a95870e4f6b2e51
staging/wilc1000: use NO_SECURITY instead of NO_ENCRYPT

The linux_wlan.c file uses a set of enums from wilc_wlan_if.h,
with the exception of the NO_ENCRYPT that comes from
wilc_wfi_cfgoperations.h. The two sets of enums clearly have
the same intention but are defined a bit different.

To prepare to clean up the ones in wilc_wfi_cfgoperations.h, this
first changes over the only other user.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/linux_wlan.c