]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit31c958a2207dc2d0e543d4cc4be11f2f5656b29f
tree17da5ce980e9f231c535c2e3342d6c9c666997d1
parent31b84328afa373a29f5a5a77f966e4ff4b514d28
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