]> git.baikalelectronics.ru Git - kernel.git/commit
tg3: Move TG3_FLG2_PROTECTED_NVRAM to tg3_flags3
authorMatt Carlson <mcarlson@broadcom.com>
Fri, 13 Nov 2009 13:03:36 +0000 (13:03 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Nov 2009 06:14:39 +0000 (22:14 -0800)
commit7c7a9e7c4db24a7487b54d64c5e1b279653987c1
treeb0cef7e1be9fe0e44c90ad95039ef5d9122ce5fc
parentc8026af032cf5da2fd0fbcb4fa7dcae63c424491
tg3: Move TG3_FLG2_PROTECTED_NVRAM to tg3_flags3

We need room for another TSO flag and it would be most efficient if it
resided in tg3_flags2.  This patch moves the TG3_FLG2_PROTECTED_NVRAM
to tg3_flags3 to make room.

Signed-off-by: Matt Carlson <mcarlson@broadcom.com>
Reviewed-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tg3.c
drivers/net/tg3.h