]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Fix dl2k constants
authorAl Viro <viro@ZenIV.linux.org.uk>
Fri, 1 Feb 2008 07:05:44 +0000 (07:05 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 26 Feb 2008 00:18:33 +0000 (16:18 -0800)
commit0a2395cc34d5d170a6597c41435de9199f187437
tree480f1039edf7beda8e8c46b0309c5692af464bba
parent311fd5af55d60bea90c25ac314ba648e9415fd1f
Fix dl2k constants

patch 9c52fab2f187636b39afb0dcf562872ed42ab608 in mainline.

The MSSR constants didn't match the reality - bitfield declarations
used to be correct (1000BT_FD - bit 11, 1000BT_HD - bit 10), but enum
had them the other way round.  Went unnoticed until the switch from
the bitfields use to the explicit arithmetics and I hadn't caught that one
when verifying correctness of change...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/dl2k.h