diff options
author | Andrea Merello <andrea.merello@gmail.com> | 2014-03-26 15:58:14 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-03-27 14:20:07 -0400 |
commit | 20296bf06213e6472a7feccc4e3197ad982a76ed (patch) | |
tree | ba02abff3334da7d8cf42a797bd1a526cc64a55b | |
parent | 247341e659f4cef9fefc1a27ef9e12f7975289d5 (diff) |
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 <andrea.merello@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | drivers/net/wireless/rtl818x/rtl8180/rtl8180.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
92 | enum { | 92 | enum { |
93 | RTL818X_CHIP_FAMILY_RTL8180, | 93 | RTL818X_CHIP_FAMILY_RTL8180, |
94 | RTL818X_CHIP_FAMILY_RTL8185, | 94 | RTL818X_CHIP_FAMILY_RTL8185, |
95 | RTL818X_CHIP_FAMILY_RTL8187SE, | ||
95 | } chip_family; | 96 | } chip_family; |
96 | u32 anaparam; | 97 | u32 anaparam; |
97 | u16 rfparam; | 98 | u16 rfparam; |