aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Merello <andrea.merello@gmail.com>2014-03-15 13:29:35 -0400
committerJohn W. Linville <linville@tuxdriver.com>2014-03-17 13:44:15 -0400
commitbf888184f8857b03f53bba84acb12f29f1068ea9 (patch)
treedf95c6c6c41f3b81d30dfb1406a8afd910c8474e
parent967fe2c82dd8f8d16e873ebdf2328ec4d3258930 (diff)
rtl8180: remove too-early-added rtl8187se enum value
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>
-rw-r--r--drivers/net/wireless/rtl818x/rtl8180/rtl8180.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/rtl818x/rtl8180/rtl8180.h b/drivers/net/wireless/rtl818x/rtl8180/rtl8180.h
index b4a1c7958d69..c2f1c9d5a3bb 100644
--- a/drivers/net/wireless/rtl818x/rtl8180/rtl8180.h
+++ b/drivers/net/wireless/rtl818x/rtl8180/rtl8180.h
@@ -85,7 +85,6 @@ struct rtl8180_priv {
85 enum { 85 enum {
86 RTL818X_CHIP_FAMILY_RTL8180, 86 RTL818X_CHIP_FAMILY_RTL8180,
87 RTL818X_CHIP_FAMILY_RTL8185, 87 RTL818X_CHIP_FAMILY_RTL8185,
88 RTL818X_CHIP_FAMILY_RTL8187SE
89 } chip_family; 88 } chip_family;
90 u32 anaparam; 89 u32 anaparam;
91 u16 rfparam; 90 u16 rfparam;