Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- drivers/net/chelsio/cpl5_cmd.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
--- linux-vanilla/drivers/net/chelsio/cpl5_cmd.h 2005-12-22 17:04:34.000000000 +0300 +++ linux-endian/drivers/net/chelsio/cpl5_cmd.h 2005-12-22 19:22:27.000000000 +0300 @@ -108,7 +108,7 @@ struct cpl_tx_pkt_lso { u8 iff:4; #endif u16 vlan; - u32 len; + __be32 len; u32 rsvd2; u8 rsvd3; @@ -119,7 +119,7 @@ struct cpl_tx_pkt_lso { u8 ip_hdr_words:4; u8 tcp_hdr_words:4; #endif - u16 eth_type_mss; + __be16 eth_type_mss; }; struct cpl_rx_pkt { @@ -138,7 +138,7 @@ struct cpl_rx_pkt { u8 iff:4; #endif u16 csum; - u16 vlan; + __be16 vlan; u16 len; }; - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html