Revert "neighbour: fix unaligned access to pneigh_entry"
This reverts commit ab0eca3f54 which is
commit ed779fe4c9b5a20b4ab4fd6f3e19807445bb78c7 upstream.
It breaks the Android kernel abi, so revert it for now. If it is needed
in the future it can come back in an abi-safe way.
Bug: 161946584
Change-Id: I590afdcd9ea55980bab7dbc37bfa919a75c3a269
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
@@ -180,7 +180,7 @@ struct pneigh_entry {
|
||||
struct net_device *dev;
|
||||
u8 flags;
|
||||
u8 protocol;
|
||||
u32 key[];
|
||||
u8 key[];
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user