ad51e09fd1
Signed-off-by: Felix Fietkau <nbd@nbd.name>
24 lines
956 B
Diff
24 lines
956 B
Diff
From 86d5a5f8e59e46c51a76a303f37ad6ce9c97b73e Mon Sep 17 00:00:00 2001
|
|
From: Jes Sorensen <Jes.Sorensen@redhat.com>
|
|
Date: Tue, 19 Jul 2016 17:27:48 -0400
|
|
Subject: [PATCH] rtl8xxxu: Use auto LLT init for 8188e
|
|
|
|
The vendor driver uses IOL to init the LLT table for 8188e. Since we
|
|
are trying to avoid dealing with IOL for now, gamble that auto LLT
|
|
will work.
|
|
|
|
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
|
|
---
|
|
drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8188e.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8188e.c
|
|
+++ b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8188e.c
|
|
@@ -517,6 +517,7 @@ struct rtl8xxxu_fileops rtl8188eu_fops =
|
|
.power_on = rtl8188eu_power_on,
|
|
.power_off = rtl8xxxu_power_off,
|
|
.reset_8051 = rtl8xxxu_reset_8051,
|
|
+ .llt_init = rtl8xxxu_auto_llt_table,
|
|
.init_phy_bb = rtl8188eu_init_phy_bb,
|
|
.init_phy_rf = rtl8188eu_init_phy_rf,
|
|
.usb_quirks = rtl8188e_usb_quirks,
|