summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/wil6210/main.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-12wil6210: fix reset flow for Talyn-mbAlexei Avshalom Lazar1-4/+7
2018-07-31wil6210: fix eDMA RX chainingMaya Erez1-0/+7
2018-07-31wil6210: prevent FW download if HW is configured for secured bootMaya Erez1-0/+5
2018-07-31wil6210: off channel transmit management frames in AP modeAhmad Masri1-0/+3
2018-07-31wil6210: support Talyn specific board fileMaya Erez1-5/+30
2018-07-31wil6210: increase firmware ready timeoutHamad Kadmany1-1/+1
2018-07-31wil6210: support max aggregation window size 64Maya Erez1-0/+9
2018-07-31wil6210: add 3-MSI supportAlexei Avshalom Lazar1-0/+3
2018-07-31wil6210: add TX latency statisticsDedy Lansky1-0/+1
2018-07-02wil6210: add support for Talyn-MB boot flowMaya Erez1-31/+163
2018-07-02wil6210: add support for enhanced DMA RX data flowsGidon Studinski1-0/+3
2018-07-02wil6210: initialize TX and RX enhanced DMA ringsGidon Studinski1-8/+73
2018-07-02wil6210: add support for enhanced DMA structuresGidon Studinski1-17/+17
2018-07-02wil6210: add support for Talyn-MB (Talyn ver 2.0) deviceMaya Erez1-10/+38
2018-05-12wil6210: Initialize reply struct of the WMI commandsAlexei Avshalom Lazar1-0/+2
2018-04-10wil6210: fix potential null dereference of ndev before null checkColin Ian King1-1/+2
2018-02-27wil6210: multiple VIFs support for connections and data pathLior David1-23/+55
2018-02-27wil6210: rename p2p_wdev_mutex to vif_mutexLior David1-8/+8
2018-02-27wil6210: multiple VIFs support for start/stop APLior David1-1/+13
2018-02-27wil6210: add support for adding and removing virtual interfacesLior David1-0/+34
2018-02-27wil6210: infrastructure for multiple virtual interfacesLior David1-114/+93
2018-02-26wil6210: fix spelling mistake: "preperation"-> "preparation"Colin Ian King1-1/+1
2018-01-25wil6210: support parsing brd file address from fw fileMaya Erez1-1/+6
2018-01-25wil6210: fix random failure to bring network interface upLior David1-1/+101
2018-01-25wil6210: configure OTP HW vectors in SW reset flowMaya Erez1-0/+15
2018-01-25wil6210: support flashless deviceDedy Lansky1-25/+70
2018-01-09wil6210: prevent parallel suspend and dump collectionMaya Erez1-8/+25
2018-01-09wil6210: set platform features based on FW capabilitiesMaya Erez1-0/+11
2018-01-09wil6210: add platform capabilities bitmapMaya Erez1-3/+12
2018-01-09wil6210: support Scheduled scanDedy Lansky1-0/+8
2017-12-02wil6210: remove suspend time statisticsLazar Alexei1-1/+0
2017-12-02wil6210: refresh FW capabilities during interface upLior David1-2/+23
2017-10-27ath: Convert timers to use timer_setup()Kees Cook1-8/+7
2017-08-31wil6210: clear PAL_UNIT_ICR part of device resetDedy Lansky1-0/+2
2017-08-31wil6210: move pre-FW configuration to separate functionDedy Lansky1-18/+22
2017-08-08wil6210: move vring_idle_trsh definition to wil6210_privGidon Studinski1-0/+1
2017-08-08wil6210: store FW RF calibration resultDedy Lansky1-0/+6
2017-08-08wil6210: fix interface-up checkHamad Kadmany1-1/+2
2017-08-08wil6210: add statistics for suspend timeMaya Erez1-0/+2
2017-06-21wil6210: add support for PCIe D3hot in system suspendMaya Erez1-1/+6
2017-04-13wil6210: remove HALP voting in debugfs ioblobMaya Erez1-17/+0
2017-04-13wil6210: fix memory access violation in wil_memcpy_from/toio_32Dedy Lansky1-3/+17
2017-04-13wil6210: restore power save state after internal FW resetLazar Alexei1-0/+24
2017-04-13wil6210: fix sequence for scan-abort during resetHamad Kadmany1-4/+4
2017-03-09wil6210: add oob_mode for AP certificationLior David1-6/+18
2017-03-09wil6210: correctly report locally generated disconnect in STA modeDedy Lansky1-1/+4
2017-03-09wil6210: use WMI_DISCONNECT_CMDID upon connect timeoutDedy Lansky1-3/+27
2017-03-09wil6210: store bss object and use cfg80211_connect_bss()Dedy Lansky1-0/+1
2017-03-09wil6210: missing reinit_completion in HALP votingMaya Erez1-0/+1
2017-03-09wil6210: bus_request platform operation refinementLior David1-5/+9