]> Pileus Git - ~andy/linux/commit
Staging: bcm: Remove typedef for _ETH_CS_802_LLC_FRAME and call directly.
authorKevin McKinney <klmckinney1@gmail.com>
Sat, 22 Dec 2012 19:27:51 +0000 (14:27 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Jan 2013 18:56:51 +0000 (10:56 -0800)
commit620fac923c8a1aa53f6fd1e1e332c53415b56df8
tree6d4a2212a5778c46c24c20dda60ee311c0c25495
parent9bcacc2975d03ea5f952bfd71ac9c33726a1804e
Staging: bcm: Remove typedef for _ETH_CS_802_LLC_FRAME and call directly.

This patch removes typedef for _ETH_CS_802_LLC_FRAME, and
changes the name of the struct to bcm_eth_llc_frame. In
addition, any calls to struct "ETH_CS_802_LLC_FRAME" are
changed to call directly.

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