Browse Source

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>
Andrea Merello 11 years ago
parent
commit
20296bf062
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/net/wireless/rtl818x/rtl8180/rtl8180.h

+ 1 - 0
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;