From 30fa19cafd1f9043bb80b17da71769b977a5eaeb Mon Sep 17 00:00:00 2001 From: Daniel Cotey Date: Sat, 15 Sep 2012 06:08:07 -0700 Subject: [PATCH] --- yaml --- r: 325338 b: refs/heads/master c: b2774ed427afeac28687a61e4aab63ece5f7c201 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/staging/silicom/bypass.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 3ad4d4dd0d7f..f9e619228b9c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 30f62902e3911616fab109e3380a1c9d74e18f33 +refs/heads/master: b2774ed427afeac28687a61e4aab63ece5f7c201 diff --git a/trunk/drivers/staging/silicom/bypass.h b/trunk/drivers/staging/silicom/bypass.h index 28765f79b45e..08fa7a0fc8d8 100644 --- a/trunk/drivers/staging/silicom/bypass.h +++ b/trunk/drivers/staging/silicom/bypass.h @@ -37,7 +37,7 @@ #define CMND_EN_MASK 0x02 /* BIT_1 */ #define DIS_BYPASS_CAP_MASK 0x04 /* BIT_2 Bypass Cap is disable*/ #define DFLT_PWRON_MASK 0x08 /* BIT_3 */ -#define BYPASS_OFF_MASK 0x10 /* BIT_4 */ +#define BYPASS_OFF_MASK 0x10 /* BIT_4 */ #define BYPASS_FLAG_MASK 0x20 /* BIT_5 */ #define STD_NIC_MASK (DIS_BYPASS_CAP_MASK | BYPASS_OFF_MASK | DFLT_PWRON_MASK) #define WD_EXP_FLAG_MASK 0x40 /* BIT_6 */ @@ -65,7 +65,7 @@ #define STATUS_DISC_REG_ADDR 13 #define WDTE_DISC_BPN_MASK 0x01 /* BIT_0 1 when wdt expired -> TAP, 0 - Bypass */ -#define STD_NIC_ON_MASK 0x02 /* BIT_1 */ +#define STD_NIC_ON_MASK 0x02 /* BIT_1 */ #define DIS_DISC_CAP_MASK 0x04 /* BIT_2 TAP Cap is disable*/ #define DFLT_PWRON_DISC_MASK 0x08 /* BIT_3 */ #define DISC_OFF_MASK 0x10 /* BIT_4 */