]> asedeno.scripts.mit.edu Git - linux.git/commit
staging/wilc1000: avoid static definitions in header
authorArnd Bergmann <arnd@arndb.de>
Mon, 16 Nov 2015 14:04:57 +0000 (15:04 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Dec 2015 22:19:20 +0000 (14:19 -0800)
commit15162fbc78a74a5910e84ad310934aab6b84be02
tree9f4123f9d54bff1bab90ca693051fb7f9c3bb574
parentb4d04c15e17156f18a57576d9e958792add30a6a
staging/wilc1000: avoid static definitions in header

The wilc_wfi_cfgoperations.h header defines the ieee80211_txrx_stypes
and cipher_suites variables that are only used in wilc_wfi_cfgoperations.c
and should not be shared in a header file.

This moves over all that data into the .c file, and also moves all
the macro definitions from the file that are also not needed here.

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