summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wlan_if.h
diff options
context:
space:
mode:
authorGlen Lee <glen.lee@atmel.com>2015-11-18 15:11:25 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-12-18 14:30:50 -0800
commit00215dde5e386f548227f2d435908b36e3f90f29 (patch)
tree4a19173a3e88bff4d0f38803099a58dacb739bb1 /drivers/staging/wilc1000/wilc_wlan_if.h
parentaeed77f42709f0d7a7f6f70dd3a2a2fa63acbee8 (diff)
downloadop-kernel-dev-00215dde5e386f548227f2d435908b36e3f90f29.zip
op-kernel-dev-00215dde5e386f548227f2d435908b36e3f90f29.tar.gz
staging: wilc1000: pass struct wilc to the functions which use hif_func
This patch passes struct wilc to the functions which use hif_func inside. The function pointers of wilc_hif_func will pass wilc also in the later patch. Pass wilc to the functions if necessary. Flollowings are modified functions. chip_wakeup wilc_chip_sleep_manually chip_allow_sleep wilc_get_chipid wilc_unknown_isr_ext wilc_pllupdate_isr_ext wilc_sleeptimer_isr_ext Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/wilc_wlan_if.h')
-rw-r--r--drivers/staging/wilc1000/wilc_wlan_if.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/wilc_wlan_if.h b/drivers/staging/wilc1000/wilc_wlan_if.h
index 2f465f4..618903c 100644
--- a/drivers/staging/wilc1000/wilc_wlan_if.h
+++ b/drivers/staging/wilc1000/wilc_wlan_if.h
@@ -909,9 +909,10 @@ typedef enum {
WID_MAX = 0xFFFF
} WID_T;
+struct wilc;
int wilc_wlan_init(struct net_device *dev);
void wilc_bus_set_max_speed(void);
void wilc_bus_set_default_speed(void);
-u32 wilc_get_chipid(u8 update);
+u32 wilc_get_chipid(struct wilc *wilc, u8 update);
#endif
OpenPOWER on IntegriCloud