aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/if_fc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/if_fc.h')
-rw-r--r--include/linux/if_fc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/if_fc.h b/include/linux/if_fc.h
index 33330b458b95..376a34ea4723 100644
--- a/include/linux/if_fc.h
+++ b/include/linux/if_fc.h
@@ -44,7 +44,7 @@ struct fcllc {
__u8 ssap; /* source SAP */
__u8 llc; /* LLC control field */
__u8 protid[3]; /* protocol id */
- __u16 ethertype; /* ether type field */
+ __be16 ethertype; /* ether type field */
};
#endif /* _LINUX_IF_FC_H */