rtl8xxxu: Switch 8723a to use new rtl8xxxu_init_queue_reserved_page() routine
authorJes Sorensen <Jes.Sorensen@redhat.com>
Fri, 19 Aug 2016 21:46:28 +0000 (17:46 -0400)
committerKalle Valo <kvalo@codeaurora.org>
Sat, 3 Sep 2016 16:57:14 +0000 (19:57 +0300)
This changes the pub-queue value written to REQ_RQPN, however the old
code used a hard coded minimum value assuming there would always be an
active lo-queue, even when no USB EP was found for it.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8723a.c

index 686c551..d6f4968 100644 (file)
@@ -396,4 +396,8 @@ struct rtl8xxxu_fileops rtl8723au_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,
 };