浏览代码

rtl8xxxu: Temporarily disable 8192eu device init

To reduce the patch volume, temporariliy disable 8192eu device init.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Jes Sorensen 9 年之前
父节点
当前提交
ccfe1e8532
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.c

+ 4 - 0
drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.c

@@ -2562,6 +2562,10 @@ static int rtl8192eu_parse_efuse(struct rtl8xxxu_priv *priv)
 				 raw[i + 6], raw[i + 7]);
 				 raw[i + 6], raw[i + 7]);
 		}
 		}
 	}
 	}
+	/*
+	 * Temporarily disable 8192eu support
+	 */
+	return -EINVAL;
 	return 0;
 	return 0;
 }
 }