summaryrefslogtreecommitdiffstats
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:07 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-02 12:02:15 +0200
commit17e8f16554f22e8e5e0146e1236c2ec64a047e92 (patch)
tree43f55e88d80dc896f20e548cc3236e28df10d2a9 /drivers/staging/wilc1000/wilc_wlan_cfg.h
parent66482a56425036e605e60bf56c573b30d0596a7b (diff)
downloadop-kernel-dev-17e8f16554f22e8e5e0146e1236c2ec64a047e92.zip
op-kernel-dev-17e8f16554f22e8e5e0146e1236c2ec64a047e92.tar.gz
staging: wilc1000: remove function pointer cfg_wid_set
This patch removes function pointer cfg_wid_set and call the function wilc_wlan_cfg_set_wid instead. 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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/wilc1000/wilc_wlan_cfg.h b/drivers/staging/wilc1000/wilc_wlan_cfg.h
index ef88358..326c716 100644
--- a/drivers/staging/wilc1000/wilc_wlan_cfg.h
+++ b/drivers/staging/wilc1000/wilc_wlan_cfg.h
@@ -30,4 +30,6 @@ typedef struct {
u8 *str;
} wilc_cfg_str_t;
+int wilc_wlan_cfg_set_wid(u8 *frame, u32 offset, u16 id, u8 *buf, int size);
+
#endif
OpenPOWER on IntegriCloud