staging: rtl8192e: Remove case customer_id = RT_CID_DLINK
[linux-2.6-microblaze.git] / drivers / staging / rtl8192e / rtl8192e / r8192E_dev.c
index 1da14e7..cbe66b4 100644 (file)
@@ -431,9 +431,6 @@ static void _rtl92e_read_eeprom_info(struct net_device *dev)
        else
                priv->chnl_plan = priv->reg_chnl_plan;
 
-       if (priv->eeprom_vid == 0x1186 &&  priv->eeprom_did == 0x3304)
-               priv->customer_id =  RT_CID_DLINK;
-
        switch (priv->eeprom_customer_id) {
        case EEPROM_CID_DEFAULT:
                priv->customer_id = RT_CID_DEFAULT;
@@ -460,9 +457,6 @@ static void _rtl92e_read_eeprom_info(struct net_device *dev)
        case EEPROM_CID_Pronet:
                priv->customer_id = RT_CID_PRONET;
                break;
-       case EEPROM_CID_DLINK:
-               priv->customer_id = RT_CID_DLINK;
-               break;
 
        case EEPROM_CID_WHQL:
                break;