]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: wilc1000: rename pu8ssid in struct hidden_net_info
authorChaehyun Lim <chaehyun.lim@gmail.com>
Tue, 5 Jan 2016 04:26:30 +0000 (13:26 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Feb 2016 23:14:05 +0000 (15:14 -0800)
commit8c6492aa9065c33de127cbbcad8e84b828ce6f2e
treec62606aabd3385d6fb2329589b1f66960b7435cf
parentd27afda304a502302b0baf4c21c7ba9451dbd992
staging: wilc1000: rename pu8ssid in struct hidden_net_info

This patch renames pu8ssid to ssid that is a member of struct
hidden_net_info. There is no need to use pu8 prefix to show data type so
just remove 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