lkml.org 
[lkml]   [2005]   [Mar]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Subject[PATCH 3/16] UML - slirp driver tells the network it's not ethernet
    Date
    From
    From: Nir Tzachar <tzachar@cs.bgu.ac.il>
    Tell the netdevice code that a slirp device is not ethernet.

    Signed-off-by: Jeff Dike <jdike@addtoit.com>

    Index: linux-2.6.11/arch/um/drivers/slirp_kern.c
    ===================================================================
    --- linux-2.6.11.orig/arch/um/drivers/slirp_kern.c 2005-03-05 12:07:31.000000000 -0500
    +++ linux-2.6.11/arch/um/drivers/slirp_kern.c 2005-03-05 12:08:16.000000000 -0500
    @@ -33,8 +33,11 @@

    dev->init = NULL;
    dev->hard_header_len = 0;
    - dev->addr_len = 4;
    - dev->type = ARPHRD_ETHER;
    + dev->header_cache_update = NULL;
    + dev->hard_header_cache = NULL;
    + dev->hard_header = NULL;
    + dev->addr_len = 0;
    + dev->type = ARPHRD_SLIP;
    dev->tx_queue_len = 256;
    dev->flags = IFF_NOARP;
    printk("SLIRP backend - command line:");
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2005-03-22 14:10    [W:3.778 / U:0.036 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site