aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/sdio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-02ath10k: change bundle count for max rx bundle for sdioWen Gong1-4/+6
2019-12-02ath10k: enable napi on RX path for sdioWen Gong1-0/+28
2019-11-29ath10k: enable wow feature for sdio chipWen Gong1-2/+21
2019-11-29ath10k: set max mtu to 1500 for sdio chipWen Gong1-0/+2
2019-11-25ath10k: add large size for BMI download data for SDIOWen Gong1-1/+1
2019-11-25ath10k: sdio: remove struct ath10k_sdio_rx_data::statusKalle Valo1-2/+0
2019-11-25ath10k: sdio: cosmetic cleanupKalle Valo1-12/+9
2019-11-25ath10k: add workqueue for RX path of sdioWen Gong1-3/+35
2019-11-25ath10k: change max RX bundle size from 8 to 32 for sdioWen Gong1-2/+2
2019-11-25ath10k: enable RX bundle receive for sdioAlagu Sankar1-40/+70
2019-09-23ath10k: remove the warning of sdio not full supportWen Gong1-3/+0
2019-09-12ath10k: adjust skb length in ath10k_sdio_mbox_rx_packetNicolas Boichat1-8/+21
2019-06-28ath10k: destroy sdio workqueue while remove sdio moduleWen Gong1-0/+3
2019-06-25ath10k: add missing error handlingClaire Chang1-0/+4
2019-06-25ath10k: add support for firmware crash recovery on SDIO chipWen Gong1-2/+8
2019-05-07ath10k: change swap mail box config for UTF mode of SDIOWen Gong1-0/+5
2019-04-29ath10k: enable QCA6174 hw3.2 SDIO hardwareWen Gong1-1/+1
2019-04-23ath10k: sdio: add missing error checkErik Stromdahl1-0/+5
2019-04-23ath10k: htt: support MSDU ids with SDIOAlagu Sankar1-0/+2
2019-04-23ath10k: initialise struct ath10k_bus params to zeroKalle Valo1-1/+1
2019-04-23ath10k: don't disable interrupts in ath10k_sdio_remove()Wen Gong1-2/+0
2019-02-26ath10k: sdio: reset chip on power_down()Wen Gong1-8/+16
2019-02-20ath10k: switch to use SPDX license identifiersKalle Valo1-12/+1
2019-02-11ath10k: enable Factory Test Mode for WCN3990Rakesh Pillai1-1/+2
2019-02-07ath10k: sdio: add .owner fieldBrian Norris1-1/+4
2019-02-07ath10k: change swap mail box check after htc readyWen Gong1-15/+23
2018-09-06ath10k: add device type enum to ath10k_bus_paramsErik Stromdahl1-0/+1
2018-09-06ath10k: add struct ath10k_bus_paramsErik Stromdahl1-3/+4
2018-07-02ath10k: sdio: set skb len for all rx packetsAlagu Sankar1-0/+1
2018-07-02ath10k: sdio: allocate correct size for RECV_1MORE_BLOCK rx packetsAlagu Sankar1-0/+3
2018-07-02ath10k: sdio: use same endpoint id for all packets in a bundleAlagu Sankar1-1/+4
2018-06-28ath10k: rename HTC_HOST_MAX_MSG_PER_BUNDLE defineErik Stromdahl1-2/+2
2018-06-28ath10k: transmit queued frames after processing rx packetsNiklas Cassel1-0/+3
2018-04-27ath10k: sdio: jump to correct label in error handling pathNiklas Cassel1-1/+1
2018-04-10ath10k: sdio: fix memory leak for probe allocationsMarcus Folkesson1-15/+9
2017-08-31ath10k: sdio: remove unused struct memberErik Stromdahl1-4/+0
2017-08-03ath10k: sdio: fix compile warningErik Stromdahl1-4/+4
2017-06-28ath10k: fix a bunch of spelling mistakes in messagesColin Ian King1-2/+2
2017-05-04ath10k: add initial SDIO supportErik Stromdahl1-0/+2113