summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/sdio.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-05ath10k: start recovery process when payload length exceeds max htc length for...Wen Gong1-0/+4
2020-10-01ath10k: use kzalloc to read for ath10k_sdio_hif_diag_readWen Gong1-4/+14
2020-01-27ath10k: adjust skb length in ath10k_sdio_mbox_rx_packetNicolas Boichat1-8/+21
2019-07-26ath10k: destroy sdio workqueue while remove sdio moduleWen Gong1-0/+3
2019-07-26ath10k: add missing error handlingClaire Chang1-0/+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