[arswitch] fix build breakage.

Apparently the last time I checked building this it didn't pick up that the
header had changed.
This commit is contained in:
Adrian Chadd 2018-02-05 20:30:53 +00:00
parent 0a2c60c371
commit 45a7272a5b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=328900

View File

@ -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)))