qcacmn: Hook checksum offload INI key to DP TX path

Enable or disable TCP\UCP checksum offload for TX according
to the flag in wlan cfg module, which is determined by INI
(MCL) or initialization setting(WIN).

CRs-Fixed: 2155236
Change-Id: I0e30fc062a000c2d9c47674fe80da59a2ac0de51
此提交包含在:
chenguo
2017-12-01 19:35:53 +08:00
提交者 snandini
父節點 4c1468fb23
當前提交 8d0c219dde
共有 3 個檔案被更改,包括 19 行新增2 行删除

查看文件

@@ -626,6 +626,14 @@ int wlan_cfg_get_int_batch_threshold_other(struct wlan_cfg_dp_soc_ctxt *cfg);
*/
int wlan_cfg_get_int_timer_threshold_other(struct wlan_cfg_dp_soc_ctxt *cfg);
/*
* wlan_cfg_get_checksum_offload - Get checksum offload enable or disable status
* @wlan_cfg_soc_ctx
*
* Return: Checksum offload enable or disable
*/
int wlan_cfg_get_checksum_offload(struct wlan_cfg_dp_soc_ctxt *cfg);
/*
* wlan_cfg_tx_ring_size - Get Tx DMA ring size (TCL Data Ring)
* @wlan_cfg_soc_ctx