package/devel/binutils: Update to 2.27
[openwrt/staging/mkresin.git] / package / kernel / mac80211 / patches / 653-0006-rtl8xxxu-Switch-8723a-to-use-new-rtl8xxxu_init_queue.patch
1 From e366f45d36275b80a5615c68123c88a3de75cc22 Mon Sep 17 00:00:00 2001
2 From: Jes Sorensen <Jes.Sorensen@redhat.com>
3 Date: Fri, 19 Aug 2016 17:46:28 -0400
4 Subject: [PATCH] rtl8xxxu: Switch 8723a to use new
5 rtl8xxxu_init_queue_reserved_page() routine
6
7 This changes the pub-queue value written to REQ_RQPN, however the old
8 code used a hard coded minimum value assuming there would always be an
9 active lo-queue, even when no USB EP was found for it.
10
11 Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
12 Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
13 ---
14 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8723a.c | 4 ++++
15 1 file changed, 4 insertions(+)
16
17 --- a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8723a.c
18 +++ b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8723a.c
19 @@ -396,4 +396,8 @@ struct rtl8xxxu_fileops rtl8723au_fops =
20 .pbp_rx = PBP_PAGE_SIZE_128,
21 .pbp_tx = PBP_PAGE_SIZE_128,
22 .mactable = rtl8xxxu_gen1_mac_init_table,
23 + .total_page_num = TX_TOTAL_PAGE_NUM,
24 + .page_num_hi = TX_PAGE_NUM_HI_PQ,
25 + .page_num_lo = TX_PAGE_NUM_LO_PQ,
26 + .page_num_norm = TX_PAGE_NUM_NORM_PQ,
27 };