• Andrea Merello's avatar
    rtl8187: fix compile warning · aabcaa8b
    Andrea Merello authored
    ANAPARAM3 register, defined in the rtl818x common register
    struct, is accessed as 16bit by rtl8187se and as 8bit by rtl8187b.
    Since I have no documentation about this, I can only stick to
    the reference code and to what is known to work.
    
    This issue has been addressed by a patch from Larry Finger
    that introduces an "union", in the register struct.
    In my last patch-set I applied it on the register struct, but
    I forget to update rtl8187 driver too.
    This patch does it.
    
    Suggested-by: Larry Finger <Larry.Finger@lwfinger.net> [ Original patch ]
    Signed-off-by: default avatarAndrea Merello <andrea.merello@gmail.com>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    aabcaa8b
dev.c 48.3 KB