From: Andrea Merello Date: Wed, 26 Mar 2014 19:58:14 +0000 (+0100) Subject: rtl8180: add rtl8187se chip type X-Git-Tag: v3.15-rc1~113^2~18^2^2~28 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=20296bf06213e6472a7feccc4e3197ad982a76ed;p=karo-tx-linux.git rtl8180: add rtl8187se chip type 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 Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/rtl818x/rtl8180/rtl8180.h b/drivers/net/wireless/rtl818x/rtl8180/rtl8180.h index ad64c5e84857..e7127f30ec09 100644 --- a/drivers/net/wireless/rtl818x/rtl8180/rtl8180.h +++ b/drivers/net/wireless/rtl818x/rtl8180/rtl8180.h @@ -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;