diff --git a/wlan_cfg/cfg_dp.h b/wlan_cfg/cfg_dp.h index 0fb3f5a242..898e4ef9b7 100644 --- a/wlan_cfg/cfg_dp.h +++ b/wlan_cfg/cfg_dp.h @@ -400,7 +400,7 @@ /** * 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 * multiplication factor of 3, to allocate three times as many RX descriptors * as RX buffers. @@ -1288,7 +1288,7 @@ 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, \ - CFG_VALUE_OR_DEFAULT, "RXDMA monitor rx drop theshold") + CFG_VALUE_OR_DEFAULT, "RXDMA monitor rx drop threshold") #define CFG_DP_PKTLOG_BUFFER_SIZE \ CFG_INI_UINT("PktlogBufSize", \ diff --git a/wlan_cfg/wlan_cfg.h b/wlan_cfg/wlan_cfg.h index 87843b9f85..b3156f5871 100644 --- a/wlan_cfg/wlan_cfg.h +++ b/wlan_cfg/wlan_cfg.h @@ -207,7 +207,7 @@ struct wlan_srng_cfg { * @reo_cmd_ring: reo cmd ring size * @reo_status_ring: reo status ting 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 * @enable_data_stall_detection: enable/disable specific data stall detection * @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_caps - Get dp capablities + * wlan_cfg_get_dp_caps - Get dp capabilities * @wlan_cfg_soc_ctx - * @dp_caps: enum for dp capablities + * @dp_caps: enum for dp capabilities * * Return: bool if a dp capabilities is enabled */