| .. | .. |
|---|
| 8 | 8 | * Copyright(c) 2007 - 2014 Intel Corporation. All rights reserved. |
|---|
| 9 | 9 | * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH |
|---|
| 10 | 10 | * Copyright(c) 2016 - 2017 Intel Deutschland GmbH |
|---|
| 11 | + * Copyright(c) 2019 - 2020 Intel Corporation |
|---|
| 11 | 12 | * |
|---|
| 12 | 13 | * This program is free software; you can redistribute it and/or modify |
|---|
| 13 | 14 | * it under the terms of version 2 of the GNU General Public License as |
|---|
| .. | .. |
|---|
| 30 | 31 | * Copyright(c) 2005 - 2014 Intel Corporation. All rights reserved. |
|---|
| 31 | 32 | * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH |
|---|
| 32 | 33 | * Copyright(c) 2016 - 2017 Intel Deutschland GmbH |
|---|
| 34 | + * Copyright(c) 2019 - 2020 Intel Corporation |
|---|
| 33 | 35 | * All rights reserved. |
|---|
| 34 | 36 | * |
|---|
| 35 | 37 | * Redistribution and use in source and binary forms, with or without |
|---|
| .. | .. |
|---|
| 97 | 99 | IWL_MVM_DQA_MAX_MGMT_QUEUE = 8, |
|---|
| 98 | 100 | IWL_MVM_DQA_AP_PROBE_RESP_QUEUE = 9, |
|---|
| 99 | 101 | IWL_MVM_DQA_MIN_DATA_QUEUE = 10, |
|---|
| 100 | | - IWL_MVM_DQA_MAX_DATA_QUEUE = 31, |
|---|
| 102 | + IWL_MVM_DQA_MAX_DATA_QUEUE = 30, |
|---|
| 101 | 103 | }; |
|---|
| 102 | 104 | |
|---|
| 103 | 105 | enum iwl_mvm_tx_fifo { |
|---|
| .. | .. |
|---|
| 133 | 135 | |
|---|
| 134 | 136 | #define IWL_DEFAULT_QUEUE_SIZE 256 |
|---|
| 135 | 137 | #define IWL_MGMT_QUEUE_SIZE 16 |
|---|
| 138 | +#define IWL_CMD_QUEUE_SIZE 32 |
|---|
| 136 | 139 | /** |
|---|
| 137 | 140 | * struct iwl_tx_queue_cfg_cmd - txq hw scheduler config command |
|---|
| 138 | 141 | * @sta_id: station id |
|---|