Return-path: Received: from esa4.microchip.iphmx.com ([68.232.154.123]:63467 "EHLO esa4.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751431AbdFZLo4 (ORCPT ); Mon, 26 Jun 2017 07:44:56 -0400 From: Aditya Shankar To: , CC: , , Aditya Shankar Subject: [PATCH v2 5/8] staging: wilc1000: Add new variable for ac queue management Date: Mon, 26 Jun 2017 17:13:27 +0530 Message-ID: <1498477410-19518-6-git-send-email-aditya.shankar@microchip.com> (sfid-20170626_134506_367556_C475C941) In-Reply-To: <1498477410-19518-1-git-send-email-aditya.shankar@microchip.com> References: <1498477410-19518-1-git-send-email-aditya.shankar@microchip.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: This patch adds a new variable in the wilc struct to manage ac queues. Signed-off-by: Aditya Shankar --- drivers/staging/wilc1000/wilc_wfi_netdevice.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/wilc1000/wilc_wfi_netdevice.h b/drivers/staging/wilc1000/wilc_wfi_netdevice.h index c89bf43..e830bc5 100644 --- a/drivers/staging/wilc1000/wilc_wfi_netdevice.h +++ b/drivers/staging/wilc1000/wilc_wfi_netdevice.h @@ -200,6 +200,7 @@ struct wilc { struct txq_entry_t *txq_head; struct txq_entry_t *txq_tail; + struct txq_handle txq[NQUEUES]; int txq_entries; int txq_exit; -- 2.7.4