libertas: restyle Marvell & IEEE TLV structure names
Easier to read and more conformant with kernel style. Signed-off-by: Dan Williams <dcbw@redhat.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
5fd164e96c
commit
75b6a61a47
8 changed files with 112 additions and 105 deletions
|
@ -1470,8 +1470,8 @@ int lbs_prepare_and_send_command(struct lbs_private *priv,
|
|||
break;
|
||||
case CMD_802_11_LED_GPIO_CTRL:
|
||||
{
|
||||
struct mrvlietypes_ledgpio *gpio =
|
||||
(struct mrvlietypes_ledgpio*)
|
||||
struct mrvl_ie_ledgpio *gpio =
|
||||
(struct mrvl_ie_ledgpio*)
|
||||
cmdptr->params.ledgpio.data;
|
||||
|
||||
memmove(&cmdptr->params.ledgpio,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue