commit | 8ab19921143e69797343e972b16378171f37385a | [log] [tgz] |
---|---|---|
author | Kevin McKinney <klmckinney1@gmail.com> | Sat Dec 22 14:27:55 2012 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jan 07 10:56:54 2013 -0800 |
tree | 7426f1bd6d52aba5dea3be7244c11590b999faaf | |
parent | 1f05da951d41e69d0792922b2ca14342e1c220cd [diff] |
Staging: bcm: Remove typedef for _E_NWPKT_IPFRAME_TYPE and call directly. This patch removes typedef for _E_NWPKT_IPFRAME_TYPE, and changes the name of the enum to bcm_ip_frame_type. In addition, any calls to enum "E_NWPKT_IPFRAME_TYPE" are changed to call directly. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>