summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wil6210/txrx_edma.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: wil6210: fix fortify warningsDmitry Antipov2023-07-271-1/+1
* wil6210: Add Support for Extended DMG MCS 12.1Max Chen2021-02-091-0/+2
* wil6210: txrx_edma: Demote comments which are clearly not kernel-docLee Jones2020-08-311-7/+3
* wil6210: dump Rx status message on errorsAhmad Masri2019-12-191-0/+10
* wil6210: fix break that is never reached because of zero'ing of a retry counterColin Ian King2019-11-251-1/+2
* wil6210: add SPDX license identifiersLior David2019-10-311-12/+1
* wil6210: fix RX short frame checkLior David2019-09-121-2/+2
* wil6210: make sure DR bit is read before rest of the status messageDedy Lansky2019-09-121-12/+18
* wil6210: fix PTK re-key raceAhmad Masri2019-09-121-0/+4
* wil6210: Add EDMG channel supportAlexei Avshalom Lazar2019-09-041-0/+2
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-1/+1
* wil6210: increase the frequency of status ring hw tail updateAhmad Masri2019-06-271-3/+13
* wil6210: check rx_buff_mgmt before accessing itDedy Lansky2019-05-031-0/+3
* wil6210: fix overwriting max_assoc_sta module paramAhmad Masri2019-05-031-3/+4
* wil6210: reset buff id in status message after completionMaya Erez2019-04-031-11/+39
* wil6210: fix report of rx packet checksum in edma modeAhmad Masri2019-04-031-20/+1
* wil6210: free edma_rx_swtail upon resetDedy Lansky2019-04-031-0/+3
* wil6210: fix invalid sta statistics updateDedy Lansky2019-02-281-3/+2
* wil6210: support up to 20 stations in AP modeAhmad Masri2019-02-281-4/+4
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-4/+4
* wil6210: fix freeing of rx buffers in EDMA modeAhmad Masri2018-11-061-30/+14
* wil6210: remove unnecessary alignment code from rx flowAhmad Masri2018-11-061-6/+4
* wil6210: fix L2 RX status handlingMaya Erez2018-11-061-11/+12
* wil6210: make sure Rx ring sizes are correlatedDedy Lansky2018-11-061-3/+8
* wil6210: increase RX rings and RX buff array sizeMaya Erez2018-11-061-2/+2
* wil6210: add FT roam support for AP and stationAhmad Masri2018-08-281-0/+11
* wil6210: fix RX buffers release and unmapMaya Erez2018-08-281-5/+10
* wil6210: fix eDMA RX chainingMaya Erez2018-07-311-7/+6
* wil6210: fix RX checksum report to network stackMaya Erez2018-07-311-0/+8
* wil6210: add TX latency statisticsDedy Lansky2018-07-311-0/+8
* wil6210: drop Rx packets with L2 error indication from HWDedy Lansky2018-07-311-11/+5
* wil6210: Rx multicast packets duplicate detectionDedy Lansky2018-07-311-1/+2
* wil6210: add support for enhanced DMA RX data flowsGidon Studinski2018-07-021-0/+456
* wil6210: add support for enhanced DMA TX data flowsMaya Erez2018-07-021-2/+425
* wil6210: initialize TX and RX enhanced DMA ringsGidon Studinski2018-07-021-0/+719