summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/usb.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: ath10k: allocate dummy net_device dynamicallyBreno Leitao2024-04-241-1/+1
* Fix nomenclature for USB and PCI wireless devicesAlan Stern2023-08-251-1/+1
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+1
* ath10k: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-05-021-1/+1
* ath10k: enable napi on RX path for usbErik Stromdahl2022-04-011-0/+26
* ath10k: add support for MSDU IDs for USB devicesErik Stromdahl2022-04-011-0/+1
* ath10k: fix division by zero in send pathJohan Hovold2021-10-281-0/+5
* ath10k: fix control-message timeoutJohan Hovold2021-10-281-1/+1
* ath10k: Release some resources in an error handling pathChristophe JAILLET2020-12-021-1/+4
* ath10k: Fix an error handling pathChristophe JAILLET2020-12-021-0/+2
* wireless: Fix trivial spellingKieran Bingham2020-07-151-1/+1
* ath10k: hif: make send_complete_check op optionalKalle Valo2020-04-211-12/+0
* ath10k: Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipeHui Peng2019-10-221-0/+8
* ath10k: fix memory leakNavid Emamdoost2019-09-231-0/+1
* ath10k: Change the warning message stringFabio Estevam2019-06-251-1/+1
* ath10k: initialise struct ath10k_bus params to zeroKalle Valo2019-04-231-1/+1
* ath10k: switch to use SPDX license identifiersKalle Valo2019-02-201-12/+1
* ath10k: enable Factory Test Mode for WCN3990Rakesh Pillai2019-02-111-1/+2
* ath10k: add device type enum to ath10k_bus_paramsErik Stromdahl2018-09-061-0/+1
* ath10k: add struct ath10k_bus_paramsErik Stromdahl2018-09-061-3/+3
* ath10k: add initial USB supportErik Stromdahl2017-08-031-0/+1106