aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wlan_cfg.h
diff options
context:
space:
mode:
authorGlen Lee <glen.lee@atmel.com>2015-10-02 14:22:09 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-02 12:02:15 +0200
commit355cca2ab21b06b7222e7cd8bebede9aced75374 (patch)
tree424fee7b41f1b1db99dfa8b920da280aac17ff8b /drivers/staging/wilc1000/wilc_wlan_cfg.h
parentstaging: wilc1000: remove function pointer cfg_wid_get (diff)
downloadlinux-dev-355cca2ab21b06b7222e7cd8bebede9aced75374.tar.xz
linux-dev-355cca2ab21b06b7222e7cd8bebede9aced75374.zip
staging: wilc1000: remove function pointer cfg_wid_get_val
This patch removes cfg_wid_get_val and call the function wilc_wlan_cfg_get_wid_value. Remove static from the function declaration. Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Tony Cho <tony.cho@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/wilc_wlan_cfg.h')
-rw-r--r--drivers/staging/wilc1000/wilc_wlan_cfg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/wilc1000/wilc_wlan_cfg.h b/drivers/staging/wilc1000/wilc_wlan_cfg.h
index 2edd74938464..0efa2c57dbf7 100644
--- a/drivers/staging/wilc1000/wilc_wlan_cfg.h
+++ b/drivers/staging/wilc1000/wilc_wlan_cfg.h
@@ -32,5 +32,6 @@ typedef struct {
int wilc_wlan_cfg_set_wid(u8 *frame, u32 offset, u16 id, u8 *buf, int size);
int wilc_wlan_cfg_get_wid(u8 *frame, u32 offset, u16 id);
+int wilc_wlan_cfg_get_wid_value(u16 wid, u8 *buffer, u32 buffer_size);
#endif