aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/usb/lg-vl600.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/usb/lg-vl600.c b/drivers/net/usb/lg-vl600.c
index acfcc32b323d..8f37efd2d2fb 100644
--- a/drivers/net/usb/lg-vl600.c
+++ b/drivers/net/usb/lg-vl600.c
@@ -210,7 +210,7 @@ static int vl600_rx_fixup(struct usbnet *dev, struct sk_buff *skb)
210 * (0x86dd) so Linux can understand it. 210 * (0x86dd) so Linux can understand it.
211 */ 211 */
212 if ((buf->data[sizeof(*ethhdr)] & 0xf0) == 0x60) 212 if ((buf->data[sizeof(*ethhdr)] & 0xf0) == 0x60)
213 ethhdr->h_proto = __constant_htons(ETH_P_IPV6); 213 ethhdr->h_proto = htons(ETH_P_IPV6);
214 } 214 }
215 215
216 if (count) { 216 if (count) {