History log of /wlan-dirver/qca-wifi-host-cmn/hif/src/sdio/transfer/adma.c (Results 1 – 9 of 9)
Revision Date Author Comments
# 7cbbd393 09-Jan-2023 Jeff Johnson <quic_jjohnson@quicinc.com>

qcacmn: Fix hif/src documentation

The kernel-doc script identified a large number of kernel-doc issues
in the hif/src folder, so fix them.

Change-Id: Ia944c6c9f1bcb6a8f5f0ff07ca0afa7bf3a40ad0
CRs-F

qcacmn: Fix hif/src documentation

The kernel-doc script identified a large number of kernel-doc issues
in the hif/src folder, so fix them.

Change-Id: Ia944c6c9f1bcb6a8f5f0ff07ca0afa7bf3a40ad0
CRs-Fixed: 3375493

show more ...


# 207faf54 30-Sep-2022 Jeff Johnson <quic_jjohnson@quicinc.com>

qcacmn: hif: Fix misspellings

Fix misspellings in hif/...

Change-Id: I8eeefbf714bbb66f61886d9ceabe3f28607b045c
CRs-Fixed: 3304686


# f327fcd4 17-Sep-2020 Srinivas Girigowda <sgirigow@codeaurora.org>

qcacmn: Replace obsolete HIF_INFO() with hif_info()

Replace obsolete HIF_INFO() with hif_info().

Change-Id: I7fcf079551db5a69bd45b96b2126d1521c3e3e4c
CRs-Fixed: 2779720


# 9667b145 17-Sep-2020 Srinivas Girigowda <sgirigow@codeaurora.org>

qcacmn: Replace obsolete HIF_ERROR() with hif_err()

Replace obsolete HIF_ERROR() with hif_err().

Change-Id: I9260b47d11c1820bb05d9a7e2bf50d5257ba85ae
CRs-Fixed: 2779720


# ba0276b5 17-Jul-2020 Shashikala Prabhu <pshashik@codeaurora.org>

qcacmn: Correct the return types of functions in HIF component

A few functions in HIF component returns QDF status value with return
type as non QDF STATUS and vice versa. For such functions, update

qcacmn: Correct the return types of functions in HIF component

A few functions in HIF component returns QDF status value with return
type as non QDF STATUS and vice versa. For such functions, update the
correct return type.

Change-Id: I806407dd0596cd03500242d97ca8220a7beb6c55
CRs-Fixed: 2734818

show more ...


# ebebd763 30-Aug-2019 Visweswara Tanuku <vtanuku@codeaurora.org>

qcacmn: Genoa: SDIO: Alloc Rx SKB buffer based on Payload Len

Allocate Rx SKB buffers based on Payload Length indicated in
HTC Header

CRs-Fixed: 2517051
Change-Id: I337e70eeae804ba8ef17a671a5fc39e5

qcacmn: Genoa: SDIO: Alloc Rx SKB buffer based on Payload Len

Allocate Rx SKB buffers based on Payload Length indicated in
HTC Header

CRs-Fixed: 2517051
Change-Id: I337e70eeae804ba8ef17a671a5fc39e59382e96d

show more ...


# 8c730b08 23-Jul-2019 Visweswara Tanuku <vtanuku@codeaurora.org>

qcacmn: Genoa: SDIO: Handle Rx Padding

In Genoa SDIO ADMA implementation FW sends bundled packets
which is terminated by a pad block

Handle the Rx Bundling using the pad block

CRs-Fixed: 2506247
C

qcacmn: Genoa: SDIO: Handle Rx Padding

In Genoa SDIO ADMA implementation FW sends bundled packets
which is terminated by a pad block

Handle the Rx Bundling using the pad block

CRs-Fixed: 2506247
Change-Id: I50f1c79a07398ed0fcfba358fc53aa02ad3c6964

show more ...


# f24399cc 15-May-2019 Jayachandran Sreekumaran <jsreekum@codeaurora.org>

qcacmn: Enable mission mode through qmi signalling

Enable mission mode in fw through qmi signalling.

Change-Id: I539d7b8bb1f38b2cb526704c225bf4535fcc8543
CRs-Fixed: 2504541


# cf1f958b 20-Dec-2018 Visweswara Tanuku <vtanuku@codeaurora.org>

qcacmn: SDIO HIF Layer refactor

1. Add ADMA channel registration APIs
2. Add ADMA support for TX and RX path
3. Remove async_task thread for ADMA, since transfer thread is
present in the SDIO AL

qcacmn: SDIO HIF Layer refactor

1. Add ADMA channel registration APIs
2. Add ADMA support for TX and RX path
3. Remove async_task thread for ADMA, since transfer thread is
present in the SDIO AL layer
4. Move hif functions which are legacy only to mailbox.c
5. get_hif_device and hif_sdio_set_drvdata changes for mailbox and adma
6. Add rx buffer allocation offload work

Change-Id: Ie98b302176381035b1bd590ef35a977aeef4f09c
CRs-Fixed: 2274807

show more ...