summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wfi_netdevice.h
diff options
context:
space:
mode:
authorLeo Kim2015-11-05 06:36:35 +0100
committerGreg Kroah-Hartman2015-11-16 05:02:47 +0100
commit2ad8c47d5c6c989cd7a1fd3eeb4e3c7c09dd327b (patch)
treef3d5bae2d286cd727969b75d0c0d1a632490b174 /drivers/staging/wilc1000/wilc_wfi_netdevice.h
parentstaging: wilc1000: remove goto from mac_open (diff)
downloadkernel-qcow2-linux-2ad8c47d5c6c989cd7a1fd3eeb4e3c7c09dd327b.tar.gz
kernel-qcow2-linux-2ad8c47d5c6c989cd7a1fd3eeb4e3c7c09dd327b.tar.xz
kernel-qcow2-linux-2ad8c47d5c6c989cd7a1fd3eeb4e3c7c09dd327b.zip
staging: wilc1000: rename Set_machw_change_vir_if function
This patch rename Set_machw_change_vir_if function to set_machw_change_vir_if to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo.kim@atmel.com> 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_wfi_netdevice.h')
-rw-r--r--drivers/staging/wilc1000/wilc_wfi_netdevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/wilc_wfi_netdevice.h b/drivers/staging/wilc1000/wilc_wfi_netdevice.h
index 9b11b713b8c8..6f9da09f74c0 100644
--- a/drivers/staging/wilc1000/wilc_wfi_netdevice.h
+++ b/drivers/staging/wilc1000/wilc_wfi_netdevice.h
@@ -217,7 +217,7 @@ void wl_wlan_cleanup(struct wilc *wilc);
int wilc_netdev_init(struct wilc **wilc);
void wilc1000_wlan_deinit(struct net_device *dev);
void WILC_WFI_mgmt_rx(struct wilc *wilc, u8 *buff, u32 size);
-u16 Set_machw_change_vir_if(struct net_device *dev, bool bValue);
+u16 set_machw_change_vir_if(struct net_device *dev, bool bValue);
int linux_wlan_get_firmware(struct net_device *dev);
int linux_wlan_set_bssid(struct net_device *wilc_netdev, u8 *bssid);
#endif