staging: wilc1000: remove typedef from the linux_wlan_t
authorTony Cho <tony.cho@atmel.com>
Wed, 14 Oct 2015 11:46:30 +0000 (20:46 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Oct 2015 04:34:12 +0000 (21:34 -0700)
commitf61c5aff3b4213f246e0531b47f7c6d76f2574ea
tree7cd3b1ea656fe8c05d6e3946ee3e322043818ac6
parent9b7ecb01886b4ad34e3cbabb08796bff1e1a709d
staging: wilc1000: remove typedef from the linux_wlan_t

This patch removes typedef from the struct linux_wlan_t and renames it
to the wilc. In addition, all of linux_wlan_t is replaced with struct wilc
and memory allocation style is changed with preferred form as well like the
following:
p = kmalloc(sizeof(*p), ...) where "struct wilc" is used

Signed-off-by: Tony Cho <tony.cho@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/linux_wlan.c
drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
drivers/staging/wilc1000/wilc_wfi_netdevice.h