]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: wilc1000: pass vif to hostIFthread
authorGlen Lee <glen.lee@atmel.com>
Mon, 21 Dec 2015 05:18:39 +0000 (14:18 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Dec 2015 21:21:09 +0000 (13:21 -0800)
commitcf60106bfc2fa17d6f1346991e74af92b8f53055
tree75291a188ee70c4c5f8e129ef53b08d1d1fb2e20
parent1006b5c71cbd8f4f89a67a6b4c4648aa9154199b
staging: wilc1000: pass vif to hostIFthread

We will pass vif, which is currently being used as net_device, instead of
hif_dev. This is the first step to use index of vif to pass to the driver.
Add new argument vif to all the functions that send message to hostIFthread and
set vif to msg.vif. As a result, hostIfthread will get vif.
In later patch, we will remove drv of host_if_msg and use vif instead of it.

Signed-off-by: Glen Lee <glen.lee@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c
drivers/staging/wilc1000/host_interface.h
drivers/staging/wilc1000/linux_wlan.c
drivers/staging/wilc1000/wilc_wfi_cfgoperations.c