summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wil6210
Commit message (Expand)AuthorAgeFilesLines
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2018-05-2310-130/+519
|\
| * wil6210: rate limit wil_rx_refill errorDedy Lansky2018-05-121-2/+2
| * wil6210: remove unused rx_reorder membersDedy Lansky2018-05-123-18/+2
| * wil6210: Initialize reply struct of the WMI commandsAlexei Avshalom Lazar2018-05-125-46/+85
| * wil6210: move WMI functionality out of wil_cfg80211_mgmt_txDedy Lansky2018-05-123-35/+52
| * wil6210: change reply_size arg to u16 in wmi_callLior David2018-05-122-2/+2
| * wil6210: fix call to wil6210_disconnect during unloadLior David2018-05-121-4/+4
| * wil6210: align to latest auto generated wmi.hAhmad Masri2018-05-122-22/+371
| * wil6210: disable tracing config optionAlexei Avshalom Lazar2018-05-121-1/+1
* | wireless-drivers: Dynamically allocate struct station_infoToke Høiland-Jørgensen2018-05-122-14/+27
|/
* wil6210: fix potential null dereference of ndev before null checkColin Ian King2018-04-101-1/+2
* wil6210: add debugfs 'mids' fileLior David2018-02-271-0/+37
* wil6210: multiple VIFs support for connections and data pathLior David2018-02-2712-151/+347
* wil6210: rename p2p_wdev_mutex to vif_mutexLior David2018-02-275-41/+41
* wil6210: multiple VIFs support for start/stop APLior David2018-02-276-33/+71
* wil6210: add support for adding and removing virtual interfacesLior David2018-02-276-59/+518
* wil6210: infrastructure for multiple virtual interfacesLior David2018-02-2715-615/+877
* wil6210: support concurrency record in FW fileLior David2018-02-274-5/+158
* wil6210: add wil6210_vif structure for per-VIF dataLior David2018-02-273-65/+107
* wil6210: fix spelling mistake: "preperation"-> "preparation"Colin Ian King2018-02-261-1/+1
* cfg80211: send ack_signal to user in probe client responseVenkateswara Naralasetty2018-02-191-1/+2
* wil6210: support parsing brd file address from fw fileMaya Erez2018-01-254-11/+184
* wil6210: enlarge FW mac_rgf_ext section for Sparrow D0Lior David2018-01-253-3/+18
* wil6210: fix random failure to bring network interface upLior David2018-01-255-2/+138
* wil6210: configure OTP HW vectors in SW reset flowMaya Erez2018-01-252-0/+26
* wil6210: support flashless deviceDedy Lansky2018-01-253-29/+87
* wil6210: add support for Talyn AHB address mapMaya Erez2018-01-254-17/+92
* wil6210: recognize Talyn JTAG IDMaya Erez2018-01-252-0/+7
* wil6210: add Talyn PCIe device IDMaya Erez2018-01-251-0/+2
* wil6210: remove reference to preset_chandefLior David2018-01-096-7/+5
* wil6210: remove leftover "FIXME"sDedy Lansky2018-01-093-4/+2
* wil6210: prevent parallel suspend and dump collectionMaya Erez2018-01-094-8/+54
* wil6210: set platform features based on FW capabilitiesMaya Erez2018-01-093-0/+18
* wil6210: add platform capabilities bitmapMaya Erez2018-01-094-4/+35
* wil6210: support 40bit DMA addressesLazar Alexei2018-01-094-22/+28
* wil6210: support Scheduled scanDedy Lansky2018-01-095-18/+395
* wil6210: fix build warnings without CONFIG_PMArnd Bergmann2017-12-272-19/+8
* wil6210: update statistics for suspendLazar Alexei2017-12-024-27/+59
* wil6210: remove suspend time statisticsLazar Alexei2017-12-024-39/+4
* wil6210: fix PCIe bus mastering in case of interface downLazar Alexei2017-12-023-19/+19
* wil6210: get suspend reject reason and resume triggers from FWLazar Alexei2017-12-022-6/+57
* wil6210: missing length check in wil_cfg80211_mgmt_txLior David2017-12-021-3/+7
* wil6210: missing length check in wmi_set_ieLior David2017-12-021-1/+7
* wil6210: add block size checks during FW loadLior David2017-12-023-21/+49
* wil6210: fix length check in __wmi_sendLior David2017-12-022-2/+22
* wil6210: abort properly in cfg suspendHamad Kadmany2017-12-021-2/+5
* wil6210: refresh FW capabilities during interface upLior David2017-12-024-27/+33
* wil6210: print human readable names of WMI commands and eventsDedy Lansky2017-12-021-5/+232
* wil6210: run-time PM when interface downLazar Alexei2017-12-026-20/+237
* Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.or...David S. Miller2017-11-044-56/+10
|\