diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2018-02-05 20:30:53 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2018-02-05 20:30:53 +0000 |
| commit | 45a7272a5bd58b8587682d2a1bb10dd0c157a844 (patch) | |
| tree | a6e6016ea367d157a4cd78d6fdf45603c8c4910b /sys/dev/etherswitch | |
| parent | 0a2c60c3712edae6215bf83800a3554573dc2e1d (diff) | |
Notes
Diffstat (limited to 'sys/dev/etherswitch')
| -rw-r--r-- | sys/dev/etherswitch/arswitch/arswitchreg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/etherswitch/arswitch/arswitchreg.h b/sys/dev/etherswitch/arswitch/arswitchreg.h index 0fe0e56ce9da..128f1e43d324 100644 --- a/sys/dev/etherswitch/arswitch/arswitchreg.h +++ b/sys/dev/etherswitch/arswitch/arswitchreg.h @@ -364,7 +364,7 @@ #define AR934X_REG_OPER_MODE1_PHY4_MII_EN (1 << 28) #define AR934X_REG_FLOOD_MASK 0x2c -#define AR934X_FLOOD_MASK_MC_DP(_p) (1 << (0 + (_p))) +#define AR934X_FLOOD_MASK_UC_DP(_p) (1 << (0 + (_p))) #define AR934X_FLOOD_MASK_MC_DP(_p) (1 << (16 + (_p))) #define AR934X_FLOOD_MASK_BC_DP(_p) (1 << (25 + (_p))) |
