]> git.baikalelectronics.ru Git - kernel.git/commit
staging/wilc1000: move wilc_wlan_inp_t into struct wilc
authorArnd Bergmann <arnd@arndb.de>
Mon, 16 Nov 2015 14:04:59 +0000 (15:04 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Dec 2015 22:19:20 +0000 (14:19 -0800)
commitf0065b9f84dbccdcd5a1a4e99dba1fc2ca43e878
tree3190efa4ee16cfe1f424b1a74393b35e4360f9ba
parentce988a75cc16eca7a71dca939702466ff7ac6e08
staging/wilc1000: move wilc_wlan_inp_t into struct wilc

wilc_wlan_inp_t is an unnecessary indirection and requires linux_wlan.c
to have knowledge of the specific sdio and spi front-ends. This
removes the structure and places io_type directly inside the struct wilc.

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