diff options
author | 2016-02-08 22:27:04 +0000 | |
---|---|---|
committer | 2016-03-01 19:27:20 +1100 | |
commit | 497abcf6afe2d85f047fbf137388dbb63d2528f9 (patch) | |
tree | 2a250c0842f44b002e8e1e50ae2352135847015d /tools/perf/scripts/python | |
parent | powerpc/mm/book3s-64: Expand the real page number field of the Linux PTE (diff) | |
download | wireguard-linux-497abcf6afe2d85f047fbf137388dbb63d2528f9.tar.xz wireguard-linux-497abcf6afe2d85f047fbf137388dbb63d2528f9.zip |
powerpc/ps3: gelic_udbg: use struct ethhdr from <linux/if_ether.h>
Instead of defining a local version of struct ethhdr use the standard
definition from <linux/if_ether.h>.
The fields in the <linux/if_ether.h> definition have different names:
- dest -> h_dest
- src -> h_source
- type -> h_proto
While there, use a few other standard functions/macros:
- eth_broadcast_addr (instead of a memset)
- ETH_ALEN
- ETH_P_8021Q
Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions