summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/fxp/if_fxp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index 0fc487e..772ba01 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -881,7 +881,7 @@ fxp_detach(device_t dev)
FXP_LOCK(sc);
s = splimp();
- sc->suspend = 1; /* Do same thing as we do for suspend */
+ sc->suspended = 1; /* Do same thing as we do for suspend */
/*
* Close down routes etc.
*/
OpenPOWER on IntegriCloud