653-0017-rtl8xxxu-Use-auto-LLT-init-for-8188e.patch 956 B

123456789101112131415161718192021222324
  1. From 86d5a5f8e59e46c51a76a303f37ad6ce9c97b73e Mon Sep 17 00:00:00 2001
  2. From: Jes Sorensen <Jes.Sorensen@redhat.com>
  3. Date: Tue, 19 Jul 2016 17:27:48 -0400
  4. Subject: [PATCH] rtl8xxxu: Use auto LLT init for 8188e
  5. The vendor driver uses IOL to init the LLT table for 8188e. Since we
  6. are trying to avoid dealing with IOL for now, gamble that auto LLT
  7. will work.
  8. Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
  9. ---
  10. drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8188e.c | 1 +
  11. 1 file changed, 1 insertion(+)
  12. --- a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8188e.c
  13. +++ b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8188e.c
  14. @@ -517,6 +517,7 @@ struct rtl8xxxu_fileops rtl8188eu_fops =
  15. .power_on = rtl8188eu_power_on,
  16. .power_off = rtl8xxxu_power_off,
  17. .reset_8051 = rtl8xxxu_reset_8051,
  18. + .llt_init = rtl8xxxu_auto_llt_table,
  19. .init_phy_bb = rtl8188eu_init_phy_bb,
  20. .init_phy_rf = rtl8188eu_init_phy_rf,
  21. .usb_quirks = rtl8188e_usb_quirks,