mirror of
https://github.com/torvalds/linux.git
synced 2026-05-05 23:05:25 -04:00
wifi: ath12k: Add documentation HTT_H2T_MSG_TYPE_RX_RING_SELECTION_CFG
Add missing field documentation for HTT_H2T_MSG_TYPE_RX_RING_SELECTION_CFG command with indentation alignment. Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.3.1-00173-QCAHKSWPL_SILICONZ-1 Tested-on: WCN7850 hw2.0 PCI WLAN.HMT.1.0.c5-00481-QCAHMTSWPL_V1.0_V2.0_SILICONZ-3 Signed-off-by: Karthikeyan Periyasamy <quic_periyasa@quicinc.com> Acked-by: Jeff Johnson <quic_jjohnson@quicinc.com> Acked-by: Kalle Valo <kvalo@kernel.org> Link: https://patch.msgid.link/20241217084511.2981515-2-quic_periyasa@quicinc.com Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
This commit is contained in:
committed by
Jeff Johnson
parent
bf2da5c4f5
commit
d506e55fe3
@@ -696,9 +696,9 @@ enum htt_stats_internal_ppdu_frametype {
|
||||
*
|
||||
* The message would appear as follows:
|
||||
*
|
||||
* |31 26|25|24|23 16|15 8|7 0|
|
||||
* |-----------------+----------------+----------------+---------------|
|
||||
* | rsvd1 |PS|SS| ring_id | pdev_id | msg_type |
|
||||
* |31 29|28|27|26|25|24|23 16|15 8|7 0|
|
||||
* |-------+--+--+--+--+--+-----------+----------------+---------------|
|
||||
* | rsvd1 |ED|DT|OV|PS|SS| ring_id | pdev_id | msg_type |
|
||||
* |-------------------------------------------------------------------|
|
||||
* | rsvd2 | ring_buffer_size |
|
||||
* |-------------------------------------------------------------------|
|
||||
@@ -725,7 +725,13 @@ enum htt_stats_internal_ppdu_frametype {
|
||||
* More details can be got from enum htt_srng_ring_id
|
||||
* b'24 - status_swap: 1 is to swap status TLV
|
||||
* b'25 - pkt_swap: 1 is to swap packet TLV
|
||||
* b'26:31 - rsvd1: reserved for future use
|
||||
* b'26 - rx_offset_valid (OV): flag to indicate rx offsets
|
||||
* configuration fields are valid
|
||||
* b'27 - drop_thresh_valid (DT): flag to indicate if the
|
||||
* rx_drop_threshold field is valid
|
||||
* b'28 - rx_mon_global_en: Enable/Disable global register
|
||||
* configuration in Rx monitor module.
|
||||
* b'29:31 - rsvd1: reserved for future use
|
||||
* dword1 - b'0:16 - ring_buffer_size: size of buffers referenced by rx ring,
|
||||
* in byte units.
|
||||
* Valid only for HW_TO_SW_RING and SW_TO_HW_RING
|
||||
|
||||
Reference in New Issue
Block a user