Cosmetic change to file formatting
This commit is contained in:
parent
bc3fc9e3a3
commit
adb9ac6c60
@ -3938,13 +3938,13 @@ int tiva_ethinitialize(int intf)
|
|||||||
priv->txpoll = wd_create(); /* Create periodic poll timer */
|
priv->txpoll = wd_create(); /* Create periodic poll timer */
|
||||||
priv->txtimeout = wd_create(); /* Create TX timeout timer */
|
priv->txtimeout = wd_create(); /* Create TX timeout timer */
|
||||||
|
|
||||||
|
#ifdef CONFIG_TIVA_BOARDMAC
|
||||||
/* If the board can provide us with a MAC address, get the address
|
/* If the board can provide us with a MAC address, get the address
|
||||||
* from the board now. The MAC will not be applied until tiva_ifup()
|
* from the board now. The MAC will not be applied until tiva_ifup()
|
||||||
* is called (and the MAC can be overwritten with a netdev ioctl call).
|
* is called (and the MAC can be overwritten with a netdev ioctl call).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef CONFIG_TIVA_BOARDMAC
|
tiva_ethernetmac(&priv->dev.d_mac);
|
||||||
tiva_ethernetmac(&priv->dev.d_mac);
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Enable power and clocking to the Ethernet MAC
|
/* Enable power and clocking to the Ethernet MAC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user