summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wil6210/wmi.c
Commit message (Expand)AuthorAgeFilesLines
* wil6210: drop old event after wmi_call timeoutAhmad Masri2019-06-271-1/+12
* wil6210: set WIL_WMI_CALL_GENERAL_TO_MS as wmi_call timeoutAhmad Masri2019-06-271-13/+19
* wil6210: add support for reading multiple RFs temperature via debugfsTzahi Sabo2019-06-271-0/+42
* wil6210: publish max_msdu_size to FW on BCAST ringMaya Erez2019-06-271-0/+1
* wil6210: Add support for setting RBUFCAP configurationAlexei Avshalom Lazar2019-06-271-2/+37
* wil6210: fix overwriting max_assoc_sta module paramAhmad Masri2019-05-031-7/+7
* wil6210: fix return code of wmi_mgmt_tx and wmi_mgmt_tx_extLior David2019-04-031-5/+6
* wil6210: check mid is validAhmad Masri2019-04-031-1/+1
* wil6210: increase PCP stop command timeoutMaya Erez2019-04-031-1/+3
* wil6210: align to latest auto generated wmi.hAlexei Avshalom Lazar2019-04-031-0/+7
* wil6210: support up to 20 stations in AP modeAhmad Masri2019-02-281-16/+63
* wil6210: remove rtap_include_phy_info module paramMaya Erez2019-02-281-2/+2
* wil6210: fix locking in wmi_callLior David2018-11-061-4/+5
* wil6210: add general initialization/size checksAlexei Avshalom Lazar2018-11-061-1/+1
* wil6210: notify cqm packet loss on disable_ap_smeAhmad Masri2018-11-061-0/+17
* wil6210: refactor disconnect flowAhmad Masri2018-11-061-21/+7Star
* wil6210: fix unsigned cid comparison with >= 0Gustavo A. R. Silva2018-09-061-1/+1
* wil6210: add FT roam support for AP and stationAhmad Masri2018-08-281-3/+347
* wil6210: off channel transmit management frames in AP modeAhmad Masri2018-07-311-0/+56
* wil6210: add support for link statisticsDedy Lansky2018-07-311-0/+165
* wil6210: remove crash dump collection from OTP sectionMaya Erez2018-07-021-43/+43
* wil6210: add support for enhanced DMA RX data flowsGidon Studinski2018-07-021-3/+56
* wil6210: initialize TX and RX enhanced DMA ringsGidon Studinski2018-07-021-17/+299
* wil6210: add support for enhanced DMA structuresGidon Studinski2018-07-021-12/+12
* wil6210: add support for Talyn-MB (Talyn ver 2.0) deviceMaya Erez2018-07-021-0/+55
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2018-05-231-39/+113
|\
| * wil6210: Initialize reply struct of the WMI commandsAlexei Avshalom Lazar2018-05-121-36/+61
| * wil6210: move WMI functionality out of wil_cfg80211_mgmt_txDedy Lansky2018-05-121-0/+47
| * wil6210: change reply_size arg to u16 in wmi_callLior David2018-05-121-1/+1
| * wil6210: align to latest auto generated wmi.hAhmad Masri2018-05-121-2/+4
* | wireless-drivers: Dynamically allocate struct station_infoToke Høiland-Jørgensen2018-05-121-6/+13
|/
* wil6210: multiple VIFs support for connections and data pathLior David2018-02-271-4/+5
* wil6210: rename p2p_wdev_mutex to vif_mutexLior David2018-02-271-4/+4
* wil6210: multiple VIFs support for start/stop APLior David2018-02-271-0/+8
* wil6210: add support for adding and removing virtual interfacesLior David2018-02-271-4/+107
* wil6210: infrastructure for multiple virtual interfacesLior David2018-02-271-129/+197
* wil6210: enlarge FW mac_rgf_ext section for Sparrow D0Lior David2018-01-251-0/+8
* wil6210: fix random failure to bring network interface upLior David2018-01-251-0/+18
* wil6210: add support for Talyn AHB address mapMaya Erez2018-01-251-9/+55
* wil6210: remove reference to preset_chandefLior David2018-01-091-1/+1
* wil6210: remove leftover "FIXME"sDedy Lansky2018-01-091-2/+0Star
* wil6210: support Scheduled scanDedy Lansky2018-01-091-0/+237
* wil6210: get suspend reject reason and resume triggers from FWLazar Alexei2017-12-021-3/+43
* wil6210: missing length check in wmi_set_ieLior David2017-12-021-1/+7
* wil6210: add block size checks during FW loadLior David2017-12-021-1/+10
* wil6210: fix length check in __wmi_sendLior David2017-12-021-1/+1
* wil6210: print human readable names of WMI commands and eventsDedy Lansky2017-12-021-5/+232
* wil6210: store FW RF calibration resultDedy Lansky2017-08-081-0/+5
* wil6210: support FW RSSI reportingDedy Lansky2017-08-081-3/+6
* Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller2017-06-251-2/+145
|\