diff options
Diffstat (limited to 'include/linux/if_rmnet.h')
-rw-r--r-- | include/linux/if_rmnet.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/if_rmnet.h b/include/linux/if_rmnet.h index b4f5403383fc..9661416a9bb4 100644 --- a/include/linux/if_rmnet.h +++ b/include/linux/if_rmnet.h | |||
@@ -41,11 +41,11 @@ struct rmnet_map_ul_csum_header { | |||
41 | __be16 csum_start_offset; | 41 | __be16 csum_start_offset; |
42 | #if defined(__LITTLE_ENDIAN_BITFIELD) | 42 | #if defined(__LITTLE_ENDIAN_BITFIELD) |
43 | u16 csum_insert_offset:14; | 43 | u16 csum_insert_offset:14; |
44 | u16 udp_ip4_ind:1; | 44 | u16 udp_ind:1; |
45 | u16 csum_enabled:1; | 45 | u16 csum_enabled:1; |
46 | #elif defined (__BIG_ENDIAN_BITFIELD) | 46 | #elif defined (__BIG_ENDIAN_BITFIELD) |
47 | u16 csum_enabled:1; | 47 | u16 csum_enabled:1; |
48 | u16 udp_ip4_ind:1; | 48 | u16 udp_ind:1; |
49 | u16 csum_insert_offset:14; | 49 | u16 csum_insert_offset:14; |
50 | #else | 50 | #else |
51 | #error "Please fix <asm/byteorder.h>" | 51 | #error "Please fix <asm/byteorder.h>" |