summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/wil6210
AgeCommit message (Expand)AuthorFilesLines
2018-07-31wil6210: fix eDMA RX chainingMaya Erez3-7/+15
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 Masri4-7/+101
2018-07-31wil6210: align to latest auto generated wmi.hAhmad Masri1-3/+197
2018-07-31wil6210: set default 3-MSIAlexei Avshalom Lazar1-2/+2
2018-07-31wil6210: support Talyn specific board fileMaya Erez4-6/+38
2018-07-31wil6210: increase firmware ready timeoutHamad Kadmany1-1/+1
2018-07-31wil6210: support max aggregation window size 64Maya Erez4-4/+19
2018-07-31wil6210: allow scan on AP interfaceAhmad Masri1-1/+2
2018-07-31wil6210: add support for link statisticsDedy Lansky4-16/+437
2018-07-31wil6210: fix min() compilation errorsAlexei Avshalom Lazar1-1/+1
2018-07-31wil6210: add 3-MSI supportAlexei Avshalom Lazar5-21/+110
2018-07-31wil6210: align to latest auto generated wmi.hDedy Lansky1-25/+434
2018-07-31wil6210: support Talyn specific FW fileMaya Erez2-0/+11
2018-07-31wil6210: fix RX checksum report to network stackMaya Erez4-2/+20
2018-07-31wil6210: fix temperature debugfsDedy Lansky1-3/+4
2018-07-31wil6210: add TX latency statisticsDedy Lansky6-0/+188
2018-07-31wil6210: drop Rx packets with L2 error indication from HWDedy Lansky4-39/+55
2018-07-31wil6210: Rx multicast packets duplicate detectionDedy Lansky7-13/+40
2018-07-25Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo19-661/+4468
2018-07-02wil6210: remove crash dump collection from OTP sectionMaya Erez3-45/+47
2018-07-02wil6210: add support for Talyn-MB boot flowMaya Erez2-32/+171
2018-07-02wil6210: add support for enhanced DMA debugfsMaya Erez1-40/+307
2018-07-02wil6210: add support for enhanced DMA RX data flowsGidon Studinski15-40/+939
2018-07-02wil6210: add support for enhanced DMA TX data flowsMaya Erez8-128/+750
2018-07-02wil6210: initialize TX and RX enhanced DMA ringsGidon Studinski13-113/+1513
2018-07-02wil6210: add support for enhanced DMA structuresGidon Studinski10-319/+696
2018-07-02wil6210: add support for Talyn-MB (Talyn ver 2.0) deviceMaya Erez4-12/+113
2018-06-27wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat1-9/+9
2018-05-23Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo10-130/+519
2018-05-12wil6210: rate limit wil_rx_refill errorDedy Lansky1-2/+2
2018-05-12wil6210: remove unused rx_reorder membersDedy Lansky3-18/+2
2018-05-12wil6210: Initialize reply struct of the WMI commandsAlexei Avshalom Lazar5-46/+85
2018-05-12wil6210: move WMI functionality out of wil_cfg80211_mgmt_txDedy Lansky3-35/+52
2018-05-12wil6210: change reply_size arg to u16 in wmi_callLior David2-2/+2
2018-05-12wil6210: fix call to wil6210_disconnect during unloadLior David1-4/+4
2018-05-12wil6210: align to latest auto generated wmi.hAhmad Masri2-22/+371
2018-05-12wil6210: disable tracing config optionAlexei Avshalom Lazar1-1/+1
2018-05-12wireless-drivers: Dynamically allocate struct station_infoToke Høiland-Jørgensen2-14/+27
2018-04-10wil6210: fix potential null dereference of ndev before null checkColin Ian King1-1/+2
2018-02-27wil6210: add debugfs 'mids' fileLior David1-0/+37
2018-02-27wil6210: multiple VIFs support for connections and data pathLior David12-151/+347
2018-02-27wil6210: rename p2p_wdev_mutex to vif_mutexLior David5-41/+41
2018-02-27wil6210: multiple VIFs support for start/stop APLior David6-33/+71
2018-02-27wil6210: add support for adding and removing virtual interfacesLior David6-59/+518
2018-02-27wil6210: infrastructure for multiple virtual interfacesLior David15-615/+877
2018-02-27wil6210: support concurrency record in FW fileLior David4-5/+158
2018-02-27wil6210: add wil6210_vif structure for per-VIF dataLior David3-65/+107
2018-02-26wil6210: fix spelling mistake: "preperation"-> "preparation"Colin Ian King1-1/+1
2018-02-19cfg80211: send ack_signal to user in probe client responseVenkateswara Naralasetty1-1/+2