staging: wilc1000: remove typedef from enum
authorTony Cho <tony.cho@atmel.com>
Fri, 2 Oct 2015 05:22:03 +0000 (14:22 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Oct 2015 10:02:15 +0000 (12:02 +0200)
commit9dd2f7719d265fd01b9f08f6a61c97b900dd1a4e
tree17da5ce980e9f231c535c2e3342d6c9c666997d1
parentc9d4834d94c5126e79984769da8c36844ae6db5d
staging: wilc1000: remove typedef from enum

This patch removes typedef from enumerated types defined in
coreconfigurator.c file and also changes their names to avoid CamelCase
naming convention as shown:

- tenuBasicFrmType to basic_frame_type
- tenuFrmSubtype to sub_frame_type
- tenuInfoElemID to info_element_id

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