ibmvnic: Fix ibmvnic_capability struct
authorThomas Falcon <tlfalcon@linux.vnet.ibm.com>
Tue, 1 Mar 2016 16:20:09 +0000 (10:20 -0600)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Mar 2016 21:36:31 +0000 (16:36 -0500)
commitde89e854bcc71ebaf30d415a0c015d1cb6c68856
tree65884e23bdd3b857a46c63420720e07aa403c947
parent5d150a985520bbe3cb2aa1ceef24a7e32f20c15f
ibmvnic: Fix ibmvnic_capability struct

The ibmvnic_capability struct was defined incorrectly. The last two
elements of the struct are in the wrong order.  In addition, the number
element should be 64-bit. Byteswapping functions are updated
as well.

Signed-off-by: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ibm/ibmvnic.c
drivers/net/ethernet/ibm/ibmvnic.h