From: Kalle Valo <kvalo@kernel.org>
To: Karthikeyan Periyasamy <quic_periyasa@quicinc.com>
Cc: <ath12k@lists.infradead.org>, <linux-wireless@vger.kernel.org>
Subject: Re: [PATCH v2 1/2] [RESEND] wifi: ath12k: extend the link capable flag
Date: Fri, 05 Apr 2024 15:57:16 +0300 [thread overview]
Message-ID: <87il0w2cib.fsf@kernel.org> (raw)
In-Reply-To: <20240403042056.1504209-2-quic_periyasa@quicinc.com> (Karthikeyan Periyasamy's message of "Wed, 3 Apr 2024 09:50:55 +0530")
Karthikeyan Periyasamy <quic_periyasa@quicinc.com> writes:
> Link capability categorized as Single Link Operation (SLO) and Multi Link
> Operation (MLO).
>
> - Intra-device SLO/MLO refers to links present within a device
> - Inter-device SLO/MLO refers to links present across multiple devices
>
> Currently, driver uses a boolean variable to represent intra-device SLO/MLO
> capability. To accommodate inter-device SLO/MLO capabilities within the
> same variable, modify the existing variable name and type. Define a new
> enumeration for the link capabilities to accommodate both intra-device
> and inter-device scenarios. Populate the enum based on the supported
> capabilities.
>
> Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.1.1-00188-QCAHKSWPL_SILICONZ-1
>
> Signed-off-by: Karthikeyan Periyasamy <quic_periyasa@quicinc.com>
[...]
> +enum ath12k_link_capable_flags {
> + ATH12k_INTRA_DEVICE_MLO_SUPPORT = BIT(0),
> + ATH12k_INTER_DEVICE_MLO_SUPPORT = BIT(1),
> +};
I did s/ATH12k/ATH12K/ on this patch:
https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git/commit/?h=pending&id=c15ec7e3397e7a400b2a6a3cb232f95a94c95989
We have also another similar typo in ath12k:
dp.c:1350: spt_idx = u32_get_bits(cookie, ATH12k_DP_CC_COOKIE_SPT);
dp.c:1368: spt_idx = u32_get_bits(cookie, ATH12k_DP_CC_COOKIE_SPT);
dp.h:248:#define ATH12k_DP_CC_COOKIE_SPT GENMASK(8, 0)
Patches welcome.
--
https://patchwork.kernel.org/project/linux-wireless/list/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
next prev parent reply other threads:[~2024-04-05 12:57 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-03 4:20 [PATCH v2 0/2] [RESEND] wifi: ath12k: refactor the link capable flag Karthikeyan Periyasamy
2024-04-03 4:20 ` [PATCH v2 1/2] [RESEND] wifi: ath12k: extend " Karthikeyan Periyasamy
2024-04-03 19:29 ` Jeff Johnson
2024-04-05 12:57 ` Kalle Valo [this message]
2024-04-08 14:38 ` Kalle Valo
2024-04-03 4:20 ` [PATCH v2 2/2] [RESEND] wifi: ath12k: fix link capable flags Karthikeyan Periyasamy
2024-04-03 19:29 ` Jeff Johnson
2024-04-03 10:38 ` [PATCH v2 0/2] [RESEND] wifi: ath12k: refactor the link capable flag Kalle Valo
2024-04-03 11:21 ` Karthikeyan Periyasamy
2024-04-03 15:00 ` Jeff Johnson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87il0w2cib.fsf@kernel.org \
--to=kvalo@kernel.org \
--cc=ath12k@lists.infradead.org \
--cc=linux-wireless@vger.kernel.org \
--cc=quic_periyasa@quicinc.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.