mirror of
https://github.com/ipxe/ipxe
synced 2025-12-28 10:32:52 +03:00
Automatically updated using
perl -pi -0777 -e 's/_disable\s*\(\s*struct dev \*dev\s*\)\s*{\s*struct nic \*nic.*?$/_disable ( struct nic *nic ) {/ms' *.c
perl -pi -0777 -e 's/_disable\s*\(\s*struct dev \*dev(\s*__unused)?\)\s*{/_disable ( struct nic *nic$1 ) {/ms' *.c
This commit is contained in:
@@ -579,9 +579,7 @@ static void w89c840_transmit(
|
||||
/**************************************************************************
|
||||
w89c840_disable - Turn off ethernet interface
|
||||
***************************************************************************/
|
||||
static void w89c840_disable(struct dev *dev)
|
||||
{
|
||||
struct nic *nic = (struct nic *)dev;
|
||||
static void w89c840_disable ( struct nic *nic ) {
|
||||
/* merge reset and disable */
|
||||
w89c840_reset(nic);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user