Re: [PATCH v2] wifi: ath10k: Delay the unmapping of the buffer

From: Johannes Berg
Date: Wed Oct 12 2022 - 10:49:16 EST


On Wed, 2022-10-12 at 19:57 +0530, Youghandhar Chintala wrote:
>
> @@ -418,6 +426,7 @@ static const struct ath10k_hw_params ath10k_hw_params_list[] = {
> .dynamic_sar_support = false,
> .hw_restart_disconnect = false,
> .use_fw_tx_credits = true,
> + .delay_unmap_buffer = false,
>

All the false are unnecessary and just distract from the content, imho.

johannes