Name
dev_addr_add — 
     Add a device address
 
Synopsis
| int dev_addr_add ( | struct net_device * dev, | 
|  | unsigned char * addr, | 
|  | unsigned char addr_type ); | 
 
Arguments
- dev
- 
     device
     
- addr
- 
     address to add
     
- addr_type
- 
     address type
     
Description
   Add a device address to the device or increase the reference count if
   it already exists.
   
   The caller must hold the rtnl_mutex.