Staging: bcm: Remove typedef for _S_FRAGMENTED_PACKET_INFO and call directly.
commit7f22485def175b9378019b90a1a54cd8f5df0af0
authorKevin McKinney <klmckinney1@gmail.com>
Sat, 26 May 2012 16:05:02 +0000 (26 12:05 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Jun 2012 04:08:10 +0000 (4 21:08 -0700)
tree1eaac6340269fcef15dac6c11a4867b5667e2a86
parent0b3edf760a56cf5372d2dafa35b400561ddc0eb0
Staging: bcm: Remove typedef for _S_FRAGMENTED_PACKET_INFO and call directly.

This patch removes typedef for _S_FRAGMENTED_PACKET_INFO,
changes the name of the struct from
_S_FRAGMENTED_PACKET_INFO to bcm_fragmented_packet_info.
In addition, any calls to the following typedefs
"S_FRAGMENTED_PACKET_INFO, *PS_FRAGMENTED_PACKET_INFO"
are changed to call the struct directly.

Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/Adapter.h
drivers/staging/bcm/Misc.c
drivers/staging/bcm/Prototypes.h
drivers/staging/bcm/Qos.c