lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [task #10377] Hardware - level entry for netif_remove()


From: Christian Steffen
Subject: [lwip-devel] [task #10377] Hardware - level entry for netif_remove()
Date: Wed, 12 May 2010 06:06:48 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)

URL:
  <http://savannah.nongnu.org/task/?10377>

                 Summary: Hardware - level entry for netif_remove()
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: csteffen
            Submitted on: Mi 12 Mai 2010 06:06:47 GMT
                Category: Network drivers
         Should Start On: Mi 12 Mai 2010 00:00:00 GMT
   Should be Finished on: Mi 12 Mai 2010 00:00:00 GMT
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
        Percent Complete: 0%
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None
                  Effort: 0.00

    _______________________________________________________

Details:

There is no low-level-remove entry in the netif_remove() function.

To implement these it is recommend to add a new paramter to the
netif_remove() like this:

void netif_remove(struct netif *netif, err_t (* remove)(struct netif
*netif))

This remove function can be implement a low-level shutdown for the network
driver.

(The complete discussion can be followed here:
http://lists.nongnu.org/archive/html/lwip-users/2010-05/msg00044.html )






    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?10377>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]