qcacmn: wlan_cfg: Fix misspellings

Fix misspellings in wlan_cfg/...

Change-Id: I2370881dd3663238cbbd0417c8c9b4694c5ac27c
CRs-Fixed: 3304704
This commit is contained in:
Jeff Johnson
2022-09-30 15:25:24 -07:00
committed by Madan Koyyalamudi
parent 9c3acb0121
commit 29f3ca2434
2 changed files with 5 additions and 5 deletions

View File

@@ -400,7 +400,7 @@
/** /**
* AP use cases need to allocate more RX Descriptors than the number of * AP use cases need to allocate more RX Descriptors than the number of
* entries avaialable in the SW2RXDMA buffer replenish ring. This is to account * entries available in the SW2RXDMA buffer replenish ring. This is to account
* for frames sitting in REO queues, HW-HW DMA rings etc. Hence using a * for frames sitting in REO queues, HW-HW DMA rings etc. Hence using a
* multiplication factor of 3, to allocate three times as many RX descriptors * multiplication factor of 3, to allocate three times as many RX descriptors
* as RX buffers. * as RX buffers.
@@ -1288,7 +1288,7 @@
WLAN_CFG_RXDMA_MONITOR_RX_DROP_THRESH_SIZE_MIN, \ WLAN_CFG_RXDMA_MONITOR_RX_DROP_THRESH_SIZE_MIN, \
WLAN_CFG_RXDMA_MONITOR_RX_DROP_THRESH_SIZE_MAX, \ WLAN_CFG_RXDMA_MONITOR_RX_DROP_THRESH_SIZE_MAX, \
WLAN_CFG_RXDMA_MONITOR_RX_DROP_THRESH_SIZE, \ WLAN_CFG_RXDMA_MONITOR_RX_DROP_THRESH_SIZE, \
CFG_VALUE_OR_DEFAULT, "RXDMA monitor rx drop theshold") CFG_VALUE_OR_DEFAULT, "RXDMA monitor rx drop threshold")
#define CFG_DP_PKTLOG_BUFFER_SIZE \ #define CFG_DP_PKTLOG_BUFFER_SIZE \
CFG_INI_UINT("PktlogBufSize", \ CFG_INI_UINT("PktlogBufSize", \

View File

@@ -207,7 +207,7 @@ struct wlan_srng_cfg {
* @reo_cmd_ring: reo cmd ring size * @reo_cmd_ring: reo cmd ring size
* @reo_status_ring: reo status ting size * @reo_status_ring: reo status ting size
* @rxdma_refill_ring: rxdma refill ring size * @rxdma_refill_ring: rxdma refill ring size
* @rxdma_err_dst_ring: rxdma error detination ring size * @rxdma_err_dst_ring: rxdma error destination ring size
* @raw_mode_war: enable/disable raw mode war * @raw_mode_war: enable/disable raw mode war
* @enable_data_stall_detection: enable/disable specific data stall detection * @enable_data_stall_detection: enable/disable specific data stall detection
* @disable_intra_bss_fwd: flag to disable intra bss forwarding * @disable_intra_bss_fwd: flag to disable intra bss forwarding
@@ -1533,9 +1533,9 @@ int
wlan_cfg_get_dp_soc_rx_sw_desc_num(struct wlan_cfg_dp_soc_ctxt *cfg); wlan_cfg_get_dp_soc_rx_sw_desc_num(struct wlan_cfg_dp_soc_ctxt *cfg);
/* /*
* wlan_cfg_get_dp_caps - Get dp capablities * wlan_cfg_get_dp_caps - Get dp capabilities
* @wlan_cfg_soc_ctx * @wlan_cfg_soc_ctx
* @dp_caps: enum for dp capablities * @dp_caps: enum for dp capabilities
* *
* Return: bool if a dp capabilities is enabled * Return: bool if a dp capabilities is enabled
*/ */