Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Conflicts: drivers/net/bnx2x/bnx2x.h drivers/net/wireless/iwlwifi/iwl-1000.c drivers/net/wireless/iwlwifi/iwl-6000.c drivers/net/wireless/iwlwifi/iwl-core.h drivers/vhost/vhost.c
This commit is contained in:
@@ -1507,6 +1507,10 @@ static const struct usb_device_id products [] = {
|
||||
// ASIX AX88178 10/100/1000
|
||||
USB_DEVICE (0x0b95, 0x1780),
|
||||
.driver_info = (unsigned long) &ax88178_info,
|
||||
}, {
|
||||
// Logitec LAN-GTJ/U2A
|
||||
USB_DEVICE (0x0789, 0x0160),
|
||||
.driver_info = (unsigned long) &ax88178_info,
|
||||
}, {
|
||||
// Linksys USB200M Rev 2
|
||||
USB_DEVICE (0x13b1, 0x0018),
|
||||
|
@@ -958,10 +958,6 @@ static void packetizeRx(struct hso_net *odev, unsigned char *ip_pkt,
|
||||
/* Packet is complete. Inject into stack. */
|
||||
/* We have IP packet here */
|
||||
odev->skb_rx_buf->protocol = cpu_to_be16(ETH_P_IP);
|
||||
/* don't check it */
|
||||
odev->skb_rx_buf->ip_summed =
|
||||
CHECKSUM_UNNECESSARY;
|
||||
|
||||
skb_reset_mac_header(odev->skb_rx_buf);
|
||||
|
||||
/* Ship it off to the kernel */
|
||||
|
Reference in New Issue
Block a user