drivers/net/tg3.c: change the field used with the TG3_FLAG_10_100_ONLY constant
authorJulia Lawall <julia@diku.dk>
Sat, 13 Mar 2010 20:22:16 +0000 (12:22 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 13 Mar 2010 20:22:16 +0000 (12:22 -0800)
commit3f07d1295191cfa41125e4e61ee2064790070071
tree38ead9913c279857105ce4dbebefc3427d44a008
parenta003460b21323ddb29479505d9555f0985b8b2f1
drivers/net/tg3.c: change the field used with the TG3_FLAG_10_100_ONLY constant

The constant TG3_FLAG_10_100_ONLY should be used with the tg3_flags field,
not the tg3_flags2 field, as done elsewhere in the same file.

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tg3.c