Re: A small fix to davinci_emac driver

2009-06-25 Thread Pablo Bitton
, 2009 7:13 PM To: Subrahmanya, Chaithrika Subject: A small fix to davinci_emac driver Hello, In drivers/net/davinci_emac.c file, at emac_dev_setmac_addr() function, rxch is NULL when DaVinci EMAC is down (using ifconfig eth0 down). So when MAC address is changed using ifconfig eth0 hw ether

Re: A small fix to davinci_emac driver

2009-06-25 Thread Kevin Hilman
fix to davinci_emac driver Hello, In drivers/net/davinci_emac.c file, at emac_dev_setmac_addr() function, rxch is NULL when DaVinci EMAC is down (using ifconfig eth0 down). So when MAC address is changed using ifconfig eth0 hw ether 00:11:22:33:44:55, emac_dev_setmac_addr() performs