staging: vt6655: always keep abyCurrentNetAddr aligned to 2
Because the driver now uses ether_addr_copy the alignment of this variable must be maintained at 2. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
bf8918de79
commit
c397d46fbe
@ -283,7 +283,7 @@ struct vnt_private {
|
||||
bool bZoneRegExist;
|
||||
unsigned char byOriginalZonetype;
|
||||
|
||||
unsigned char abyCurrentNetAddr[ETH_ALEN];
|
||||
unsigned char abyCurrentNetAddr[ETH_ALEN]; __aligned(2)
|
||||
bool bLinkPass; /* link status: OK or fail */
|
||||
|
||||
/* Adapter statistics */
|
||||
|
Loading…
Reference in New Issue
Block a user