S2io: Added support set_mac_address driver entry point
authorSivakumar Subramani <Sivakumar.Subramani@neterion.com>
Fri, 14 Sep 2007 11:39:19 +0000 (07:39 -0400)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:51:47 +0000 (16:51 -0700)
commit2fd37688455857b7b92bc2b1379a4c48aa9af147
tree11c7df3ca83be6a86c0d01b1fb898b094b0ea711
parent8a4bdbaa93c2df4cfac2174ba536cd586014787d
S2io: Added support set_mac_address driver entry point

- Added set_mac_address driver entry point
- Copying permanent mac address to dev->perm_addr
- Incorporated following review comments from Jeff
     - Converted the macro to a function and removed call to memset
     - regarding function naming convention, for all callbacks and entry points
       will have 's2io_' prefix and helper functions will have 'do_s2io_' prefix.

Signed-off-by: Sreenivasa Honnur <sreenivasa.honnur@neterion.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/s2io.c
drivers/net/s2io.h