rtl8180: remove too-early-added rtl8187se enum value
authorAndrea Merello <andrea.merello@gmail.com>
Sat, 15 Mar 2014 17:29:35 +0000 (18:29 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 17 Mar 2014 17:44:15 +0000 (13:44 -0400)
While changing board-type variable to enum, I have added enum
value for rtl8187se by mistake.
This will causes gcc warnings with unhandled switch/cases.

Remove it temporarily until I will push also rtl8187se changes.

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 b4a1c79..c2f1c9d 100644 (file)
@@ -85,7 +85,6 @@ struct rtl8180_priv {
        enum {
                RTL818X_CHIP_FAMILY_RTL8180,
                RTL818X_CHIP_FAMILY_RTL8185,
-               RTL818X_CHIP_FAMILY_RTL8187SE
        } chip_family;
        u32 anaparam;
        u16 rfparam;