rtl8180: add rtl8187se chip type
authorAndrea Merello <andrea.merello@gmail.com>
Wed, 26 Mar 2014 19:58:14 +0000 (20:58 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 27 Mar 2014 18:20:07 +0000 (14:20 -0400)
Add back rtl8187se chip type to the enum for known chips.
This causes unhandled switch/case warning that will be fixed
in following patch

Signed-off-by: Andrea Merello <andrea.merello@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rtl818x/rtl8180/rtl8180.h

index ad64c5e84857c98ccbb3fb1f358d0bd2b17090b4..e7127f30ec09031967be73ca43e1b23079ce511d 100644 (file)
@@ -92,6 +92,7 @@ struct rtl8180_priv {
        enum {
                RTL818X_CHIP_FAMILY_RTL8180,
                RTL818X_CHIP_FAMILY_RTL8185,
+               RTL818X_CHIP_FAMILY_RTL8187SE,
        } chip_family;
        u32 anaparam;
        u16 rfparam;