Karthikeyan Periyasamy <quic_periyasa@xxxxxxxxxxx> 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@xxxxxxxxxxx> [...] > +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