]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
smsc911x: define status word positions as constants
authorSteve Glendinning <steve.glendinning@smsc.com>
Thu, 19 Mar 2009 00:24:44 +0000 (00:24 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Mar 2009 06:59:27 +0000 (23:59 -0700)
commit785b6f977a89aaabc3dd3e3bfc87f36015cb8050
tree8d73ee27ca093bcfab839b31a3e9990ada3570d9
parent2e1ab634bf013792d8803ec57c7a428a76f50028
smsc911x: define status word positions as constants

The vast majority of bit constants in this driver are defined in the
header file, but TX and RX status word bits are not.  This patch (which
should make no functional change) defines these, to make the driver
slightly more readable.

Signed-off-by: Steve Glendinning <steve.glendinning@smsc.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/smsc911x.c
drivers/net/smsc911x.h