ad51e09fd1
Signed-off-by: Felix Fietkau <nbd@nbd.name>
25 lines
1,001 B
Diff
25 lines
1,001 B
Diff
From 399409ff2196eb6d3f758579b63a1091fff93870 Mon Sep 17 00:00:00 2001
|
|
From: Jes Sorensen <Jes.Sorensen@redhat.com>
|
|
Date: Thu, 21 Jul 2016 15:23:16 -0400
|
|
Subject: [PATCH] rtl8xxxu: 8188eu use same ADDA on parameters as 8723au/8192cu
|
|
|
|
For ADDA setup the 8188eu looks to match the gen1 parts.
|
|
|
|
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
|
|
---
|
|
drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8188e.c | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
--- a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8188e.c
|
|
+++ b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8188e.c
|
|
@@ -526,6 +526,10 @@ struct rtl8xxxu_fileops rtl8188eu_fops =
|
|
.rx_desc_size = sizeof(struct rtl8xxxu_rxdesc16),
|
|
.tx_desc_size = sizeof(struct rtl8xxxu_txdesc32),
|
|
.has_tx_report = 1,
|
|
+ .adda_1t_init = 0x0b1b25a0,
|
|
+ .adda_1t_path_on = 0x0bdb25a0,
|
|
+ .adda_2t_path_on_a = 0x04db25a4,
|
|
+ .adda_2t_path_on_b = 0x0b1b25a4,
|
|
/*
|
|
* Use 9K for 8188e normal chip
|
|
* Max RX buffer = 10K - max(TxReportSize(64*8), WOLPattern(16*24))
|