From 092e77d94847c7d8530e160106442d97404c4513 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Wed, 29 Jun 2016 17:04:05 +0200 Subject: rtl8xxxu: add support for rtl8188eu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patches by Jes Sorensen: https://git.kernel.org/cgit/linux/kernel/git/jes/linux.git/ Signed-off-by: Álvaro Fernández Rojas --- ...itch-8192cu-8188cu-devices-to-use-rtl8xxx.patch | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 package/kernel/mac80211/patches/651-0007-rtl8xxxu-Switch-8192cu-8188cu-devices-to-use-rtl8xxx.patch (limited to 'package/kernel/mac80211/patches/651-0007-rtl8xxxu-Switch-8192cu-8188cu-devices-to-use-rtl8xxx.patch') diff --git a/package/kernel/mac80211/patches/651-0007-rtl8xxxu-Switch-8192cu-8188cu-devices-to-use-rtl8xxx.patch b/package/kernel/mac80211/patches/651-0007-rtl8xxxu-Switch-8192cu-8188cu-devices-to-use-rtl8xxx.patch new file mode 100644 index 0000000000..c4f1031cf8 --- /dev/null +++ b/package/kernel/mac80211/patches/651-0007-rtl8xxxu-Switch-8192cu-8188cu-devices-to-use-rtl8xxx.patch @@ -0,0 +1,26 @@ +From e37da0657a3d57d6a98198f6ed730b42fca6bae7 Mon Sep 17 00:00:00 2001 +From: Jes Sorensen +Date: Wed, 20 Jul 2016 15:28:50 -0400 +Subject: [PATCH] rtl8xxxu: Switch 8192cu/8188cu devices to use + rtl8xxxu_init_queue_reserved_page() + +This was the last user of the old +rtl8xxxu_old_init_queue_reserved_page() which can now be removed. + +Signed-off-by: Jes Sorensen +--- + drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8192c.c | 4 ++++ + 1 file changed, 4 insertions(+) + +--- a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8192c.c ++++ b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8192c.c +@@ -579,5 +579,9 @@ struct rtl8xxxu_fileops rtl8192cu_fops = + .pbp_rx = PBP_PAGE_SIZE_128, + .pbp_tx = PBP_PAGE_SIZE_128, + .mactable = rtl8xxxu_gen1_mac_init_table, ++ .total_page_num = TX_TOTAL_PAGE_NUM, ++ .page_num_hi = TX_PAGE_NUM_HI_PQ, ++ .page_num_lo = TX_PAGE_NUM_LO_PQ, ++ .page_num_norm = TX_PAGE_NUM_NORM_PQ, + }; + #endif -- cgit v1.2.3