History log of /wlan-dirver/qca-wifi-host-cmn/hif/src/usb/usbdrv.c (Results 1 – 20 of 20)
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


# 80c1b5a6 18-Sep-2020 Srinivas Girigowda <sgirigow@codeaurora.org>

qcacmn: Replace obsolete HIF_DBG() with hif_debug()

Replace obsolete HIF_DBG() with hif_debug().

Change-Id: I462d75617359fd13eafa497045ddfb70c2025595
CRs-Fixed: 2779720


# d89e0435 18-Sep-2020 Srinivas Girigowda <sgirigow@codeaurora.org>

qcacmn: Replace obsolete HIF_TRACE() with hif_info()

Replace obsolete HIF_TRACE() with hif_info().

Change-Id: I315d86b886ce0bc28c8c967c986095fe2ee46bec
CRs-Fixed: 2779720


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

qcacmn: Replace obsolete HIF_WARN() with hif_warn()

Replace obsolete HIF_WARN() with hif_warn().

Change-Id: Idb72d684b9d05aab6cf55ee2608f47c04077d8f7
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


# eb268316 11-Nov-2019 Nirav Shah <nnshah@codeaurora.org>

qcacmn: Update tx/rx bundle statistics for USB interface

Update tx/rx bundle statistics for USB interface.

Change-Id: Ia7951f9feb88ca28e055d9f32f0dfee65c7f0bf9
CRs-Fixed: 2571550


# e2e55cde 03-Oct-2019 Subrat Dash <sdash@codeaurora.org>

qcacmn: Fix Invalid HTC endpoint is observed in the rx header

The urb completion handler is asynchronous. Sometimes it is
called before prestart allocation is complete.
The urb_prestart_cnt is acces

qcacmn: Fix Invalid HTC endpoint is observed in the rx header

The urb completion handler is asynchronous. Sometimes it is
called before prestart allocation is complete.
The urb_prestart_cnt is accessed unsynchronized manner from
usb_hif_usb_recv_prestart_complete. It presumes that it
is running out of prestart URBs and new allocation will be
done. Since bundling is not enabled at this point, the new
URBs allocated are not considered for bundling.
Use spin_lock to ensure synchronization in the above scenario.

Change-Id: I8c989aff7985a9ab614d63a71c7f97a0278647e0
CRs-Fixed: 2538796

show more ...


# 2573cf46 21-Jun-2019 Ajit Pal Singh <ajitpals@codeaurora.org>

qcacmn: Do not submit RX-URBs if device suspending

When WLAN device is suspended soon after driver load, the URB
complete callback for prestart URBs 'may' be called, since all
prestart URBs have not

qcacmn: Do not submit RX-URBs if device suspending

When WLAN device is suspended soon after driver load, the URB
complete callback for prestart URBs 'may' be called, since all
prestart URBs have not been utilised.In the complete callback
,fresh URBs will be requeued.
Check for suspend_state before queuing URBs.

Change-Id: I650080d65acde6b63340d1b90aef6d28df5022c6
CRs-Fixed: 2507594

show more ...


# 8d639a00 18-Mar-2019 Jeff Johnson <jjohnson@codeaurora.org>

qcacmn: hif: Replace explicit comparison to NULL

Per the Linux Kernel coding style, as enforced by the kernel
checkpatch script, pointers should not be explicitly compared to
NULL. Therefore within

qcacmn: hif: Replace explicit comparison to NULL

Per the Linux Kernel coding style, as enforced by the kernel
checkpatch script, pointers should not be explicitly compared to
NULL. Therefore within hif replace any such comparisons with logical
operations performed on the pointer itself.

Change-Id: I929cb64ee0523d11bc86d5145aade1ec5a713071
CRs-Fixed: 2418257

show more ...


# 79f6d9e6 15-Feb-2019 Ajit Pal Singh <ajitpals@codeaurora.org>

qcacmn: Reduce hif usb logging

Remove function entry/exit logs in hif_send_head(),
usb_hif_post_recv_bundle_transfers(), usb_hif_cleanup_recv_urb() and
usb_hif_post_recv_transfers().

Change-Id: I56

qcacmn: Reduce hif usb logging

Remove function entry/exit logs in hif_send_head(),
usb_hif_post_recv_bundle_transfers(), usb_hif_cleanup_recv_urb() and
usb_hif_post_recv_transfers().

Change-Id: I5638d99b4c6a3ace792a81957735c3ccd2d405f9
CRs-Fixed: 2398290

show more ...


# bfb01124 07-Jan-2019 Madhvapathi Sriram <msriram@codeaurora.org>

qcacmn: Remove error log for qdf_mem_malloc in hif/htc files

qdf layer already has the error trace

Change-Id: I83441fb5ab2e954f670f2891ecec8fccf5abf9a7
CRs-Fixed: 2376419


# d1698b6d 19-Dec-2018 Ajit Pal Singh <ajitpals@codeaurora.org>

qcacmn: Rename CONFIG_QCN7605 as QCN7605_SUPPORT

Rename CONFIG_QCN7605 as QCN7605_SUPPORT since QCN7605_SUPPORT
is already present/being used.

Change-Id: I1739bf86a9eb02aa6920f06bc929f686a5fa8f54
C

qcacmn: Rename CONFIG_QCN7605 as QCN7605_SUPPORT

Rename CONFIG_QCN7605 as QCN7605_SUPPORT since QCN7605_SUPPORT
is already present/being used.

Change-Id: I1739bf86a9eb02aa6920f06bc929f686a5fa8f54
CRs-Fixed: 2369622

show more ...


# 97302491 19-Jun-2018 Ajit Pal Singh <ajitpals@codeaurora.org>

qcacmn: Add new definition of usb_hif_get_logical_pipe_num()

Add new definition of usb_hif_get_logical_pipe_num() for Genoa(QCN7605)

Change-Id: I278407b6f373c8a4e0509a1597ca27d83f8104fd
CRs-Fixed:

qcacmn: Add new definition of usb_hif_get_logical_pipe_num()

Add new definition of usb_hif_get_logical_pipe_num() for Genoa(QCN7605)

Change-Id: I278407b6f373c8a4e0509a1597ca27d83f8104fd
CRs-Fixed: 2266915

show more ...


# cd4a1c43 13-Jun-2018 Ajit Pal Singh <ajitpals@codeaurora.org>

qcacmn: qcn7605: Add support for HIF_RX_CTRL_PIPE

For QCN7605-USB, WMI_CTRL_SERVICE will use an exclusive
IN USB endpoint.

Change-Id: Ia943c9c3741e91f4b13a85719eee770c08ce8379
CRs-Fixed: 2266915


# 5fb2e3d5 25-Apr-2018 Jeff Johnson <jjohnson@codeaurora.org>

qcacmn: hif: Remove legacy markings

Per current guidance remove legacy markings.

Change-Id: I5d1411d241cfed4f50759960d18e9220f6c0da39
CRs-Fixed: 2230684


# d9dce6e1 26-Feb-2018 Nirav Shah <nnshah@codeaurora.org>

qcacmn: [HIF] Add support for QCA9379 on x86 platform

Add support for QCA9379 chip on x86 platform for
USB and SDIO attach.

Change-Id: I1192e47f6ca186bbcaa6d1fb28d40cb16d6dfe0b
CRs-Fixed: 2181012


# b945021c 18-Sep-2017 Jeff Johnson <jjohnson@codeaurora.org>

qcacmn: hif: Replace instances of unadorned %p

Replace instances of unadorned %p in hif.

Change-Id: I282573452a2c12b4bccdbdaab611dcd6f84a6240
CRs-Fixed: 2111274


# af3fb2cb 10-Apr-2017 Manikandan Mohan <manikand@codeaurora.org>

qcacmn: Fix kernel module check patch warnings in HIF USB files

Fix kernel module check patch warnings in HIF USB files

Change-Id: Ia9a76aedcef83bb582e44fc76a486137bd22362b
CRs-fixed: 2033001


# bda5d43e 11-May-2016 Mohit Khanna <mkhannaqca@codeaurora.org>

qcacmn: Add USB bus support (HIF USB)

Add HIF changes for USB bus support.

Change-Id: I06609db68d537ba7c7716f2926589e0dbe738e58
CRs-Fixed: 1023663