summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/usb.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-24wifi: ath10k: allocate dummy net_device dynamicallyBreno Leitao1-1/+1
2023-08-25Fix nomenclature for USB and PCI wireless devicesAlan Stern1-1/+1
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-05-02ath10k: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski1-1/+1
2022-04-01ath10k: enable napi on RX path for usbErik Stromdahl1-0/+26
2022-04-01ath10k: add support for MSDU IDs for USB devicesErik Stromdahl1-0/+1
2021-10-28ath10k: fix division by zero in send pathJohan Hovold1-0/+5
2021-10-28ath10k: fix control-message timeoutJohan Hovold1-1/+1
2020-12-02ath10k: Release some resources in an error handling pathChristophe JAILLET1-1/+4
2020-12-02ath10k: Fix an error handling pathChristophe JAILLET1-0/+2
2020-07-15wireless: Fix trivial spellingKieran Bingham1-1/+1
2020-04-21ath10k: hif: make send_complete_check op optionalKalle Valo1-12/+0
2019-10-22ath10k: Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipeHui Peng1-0/+8
2019-09-23ath10k: fix memory leakNavid Emamdoost1-0/+1
2019-06-25ath10k: Change the warning message stringFabio Estevam1-1/+1
2019-04-23ath10k: initialise struct ath10k_bus params to zeroKalle Valo1-1/+1
2019-02-20ath10k: switch to use SPDX license identifiersKalle Valo1-12/+1
2019-02-11ath10k: enable Factory Test Mode for WCN3990Rakesh Pillai1-1/+2
2018-09-06ath10k: add device type enum to ath10k_bus_paramsErik Stromdahl1-0/+1
2018-09-06ath10k: add struct ath10k_bus_paramsErik Stromdahl1-3/+3
2017-08-03ath10k: add initial USB supportErik Stromdahl1-0/+1106