OSDN Git Service

staging: wilc1000: rename u8ssidlen in struct hidden_net_info
authorChaehyun Lim <chaehyun.lim@gmail.com>
Tue, 5 Jan 2016 04:26:31 +0000 (13:26 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Feb 2016 23:14:05 +0000 (15:14 -0800)
commita2d4969bc9029235a85f48b4540105a0dbb6666d
treeb9b94fb9c70f44ed0f7ee505b81a66f2e5cf253d
parent8c6492aa9065c33de127cbbcad8e84b828ce6f2e
staging: wilc1000: rename u8ssidlen in struct hidden_net_info

This patch renames u8ssidlen to ssid_len that is a member of
hidden_net_info. There is no need to use u8 prefix to show data type so
just rename it.

Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.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/wilc_wfi_cfgoperations.c