> -----Original Message----- > From: Kalle Valo <kvalo@xxxxxxxxxx> > Sent: Friday, April 1, 2022 7:38 PM > To: Baochen Qiang (QUIC) <quic_bqiang@xxxxxxxxxxx> > Cc: ath11k@xxxxxxxxxxxxxxxxxxx; linux-wireless@xxxxxxxxxxxxxxx > Subject: Re: [PATCH v3 1/2] ath11k: add support for extended wmi service bit > > Baochen Qiang <quic_bqiang@xxxxxxxxxxx> writes: > > > From: Wen Gong <quic_wgong@xxxxxxxxxxx> > > > > Currently the wmi service bis is report from firmware, it is divided > > to 128 bits for each segment. The first segment is processed by > > ath11k_wmi_service_bitmap_copy(), the second segment is processed by > > ath11k_service_available_event() with > WMI_TAG_SERVICE_AVAILABLE_EVENT, > > When the service bit exceed 256 bits, then firmware report it by tag > > WMI_TAG_ARRAY_UINT32 in WMI_SERVICE_AVAILABLE_EVENTID. > > > > ath11k does not process the third segment, this is to extend the wmi > > service bits from 256 to 384 for the third 128 bits. The 3 enum value > > > WMI_MAX_SERVICE(128)/WMI_MAX_EXT_SERVICE(256)/WMI_MAX_EXT2_SE > RVICE(384 > > ) are convenient to process the service bits. > > > > Tested-on: WCN6855 hw2.0 PCI > > WLAN.HSP.1.1-01720.1-QCAHSPSWPL_V1_V2_SILICONZ_LITE-1 > > > > Signed-off-by: Wen Gong <quic_wgong@xxxxxxxxxxx> > > Baochen, you need to add your own s-o-b in the end. Please read: > > https://www.kernel.org/doc/html/latest/process/submitting-patches.html#sign- > your-work-the-developer-s-certificate-of-origin > > But remember to keep Wen's s-o-b, they should be never removed. > Sure Kalle, I will resend the patch set. > -- > https://patchwork.kernel.org/project/linux-wireless/list/ > > https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatch > es