Skip to content
  • Al Viro's avatar
    Fix dl2k constants · 9c52fab2
    Al Viro authored
    
    
    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: default avatarAl Viro <viro@zeniv.linux.org.uk>
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    9c52fab2