commit | f61c5aff3b4213f246e0531b47f7c6d76f2574ea | [log] [tgz] |
---|---|---|
author | Tony Cho <tony.cho@atmel.com> | Wed Oct 14 20:46:30 2015 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Oct 16 21:34:12 2015 -0700 |
tree | 7cd3b1ea656fe8c05d6e3946ee3e322043818ac6 | |
parent | 9b7ecb01886b4ad34e3cbabb08796bff1e1a709d [diff] |
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>