struct net_device * dev_getbyhwaddr (unsigned short type, char * ha);
Search for an interface by MAC address. Returns NULL if the device is not found or a pointer to the device. The caller must hold the rtnl semaphore. The returned device has not had its ref count increased and the caller must therefore be careful about locking
If the API was consistent this would be __dev_get_by_hwaddr
This documentation was generated with kernel version 2.6.0.