diff options
author | 2010-06-28 17:00:18 +0000 | |
---|---|---|
committer | 2010-06-28 17:00:18 +0000 | |
commit | 1d08a13fbc1d3b15333b9640ecb96e7bcbf5e37f (patch) | |
tree | cf9ce2c0eefd0e8327496ef3be54879b72ac9a19 /sys | |
parent | Allow neighbor discovery for prefixes on interfaces without matching (diff) | |
download | wireguard-openbsd-1d08a13fbc1d3b15333b9640ecb96e7bcbf5e37f.tar.xz wireguard-openbsd-1d08a13fbc1d3b15333b9640ecb96e7bcbf5e37f.zip |
fix typo; from Brad
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/re.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/re.c b/sys/dev/ic/re.c index 1f4fcb88c0e..31e23d47fdf 100644 --- a/sys/dev/ic/re.c +++ b/sys/dev/ic/re.c @@ -1,4 +1,4 @@ -/* $OpenBSD: re.c,v 1.120 2010/06/28 16:04:09 sthen Exp $ */ +/* $OpenBSD: re.c,v 1.121 2010/06/28 17:00:18 naddy Exp $ */ /* $FreeBSD: if_re.c,v 1.31 2004/09/04 07:54:05 ru Exp $ */ /* * Copyright (c) 1997, 1998-2003 @@ -860,7 +860,7 @@ re_attach(struct rl_softc *sc, const char *intrstr) case RL_HWREV_8168E: sc->rl_flags |= RL_FLAG_INVMAR | RL_FLAG_PHYWAKE | RL_FLAG_PHYWAKE_PM | RL_FLAG_PAR | RL_FLAG_DESCV2 | - RL_FLAG_MACSTAT | FL_FLAG_HWIM | RL_FLAG_CMDSTOP | + RL_FLAG_MACSTAT | RL_FLAG_HWIM | RL_FLAG_CMDSTOP | RL_FLAG_AUTOPAD | RL_FLAG_NOJUMBO; break; case RL_HWREV_8169_8110SB: |