]> 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)
commit0d9f84f353e5ff438d88ba811f2ab93f5046a5fe
tree3190efa4ee16cfe1f424b1a74393b35e4360f9ba
parentd8a4771b962dfa57f7aa205f4a5cd08353b1ab8d
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