Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d23db556 authored by Wey-Yi Guy's avatar Wey-Yi Guy Committed by John W. Linville
Browse files

iwlwifi: increase tx_queue debugfs buffer size



For tx_queue, need to increase the buffer size allocated for it,
so all the queues information can be displayed

Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: default avatarReinette Chatre <reinette.chatre@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 43e85115
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -964,7 +964,7 @@ static ssize_t iwl_dbgfs_tx_queue_read(struct file *file,
	int pos = 0;
	int cnt;
	int ret;
	const size_t bufsz = sizeof(char) * 60 * priv->cfg->num_of_queues;
	const size_t bufsz = sizeof(char) * 64 * priv->cfg->num_of_queues;

	if (!priv->txq) {
		IWL_ERR(priv, "txq not ready\n");