summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/wil6210/main.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-27wil6210: convert symbolic permissions to octal permissionsMaya Erez1-8/+8
2017-01-27wil6210: protect against false interrupt during reset sequenceHamad Kadmany1-0/+3
2017-01-27wil6210: remove __func__ from debug printoutsLazar Alexei1-27/+23
2017-01-27wil6210: support loading dedicated image for sparrow-plus devicesLazar Alexei1-4/+4
2017-01-27wil6210: add disable_ap_sme module parameterDedy Lansky1-3/+7
2016-12-01wil6210: delay remain on channel when scan is activeLior David1-0/+2
2016-11-23wil6210: support NL80211_ATTR_WIPHY_RETRY_SHORTLior David1-0/+15
2016-11-23wil6210: add support for abort scanMaya Erez1-24/+32
2016-11-23wil6210: fix deadlock when using fw_no_recovery optionLior David1-7/+8
2016-11-23wil6210: fix net queue stop/wakeDedy Lansky1-3/+9
2016-08-31wil6210: extract firmware version from file headerLior David1-0/+1
2016-08-31wil6210: extract firmware capabilities from FW fileLior David1-2/+2
2016-08-31wil6210: fix protection of wil->scan_requestLior David1-0/+4