LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   register_netdev (https://www.linuxquestions.org/questions/linux-networking-3/register_netdev-915467/)

utkarshrawat 11-25-2011 05:05 AM

register_netdev
 
how can I see register_netdev is registerd or not.

jhwilliams 11-25-2011 05:10 AM

Read the documentation: http://ww2.cs.fsu.edu/~rosentha/linu...ing/re190.html

Code:

if (!register_netdev(&dev)) {
    /* dev is registered. */
}



All times are GMT -5. The time now is 01:49 AM.