aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wil6210 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-13wil6210: fix debugfs_simple_attr.cocci warningsYueHaibing1-6/+8
2018-10-04Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo3-4/+3
2018-10-02Merge tag 'wireless-drivers-next-for-davem-2018-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller10-102/+799
2018-10-01wil6210: remove set but not used variable 'start'YueHaibing1-2/+1
2018-09-06wil6210: fix unsigned cid comparison with >= 0Gustavo A. R. Silva2-2/+2
2018-08-28wil6210: fix invalid memory access for rx_buff_mgmt debugfsDedy Lansky1-0/+3
2018-08-28wil6210: add FT roam support for AP and stationAhmad Masri8-57/+735
2018-08-28wil6210: fix RX buffers release and unmapMaya Erez1-5/+10
2018-08-28wil6210: prevent usage of tx ring 0 for eDMAMaya Erez2-4/+9
2018-08-28wil6210: allocate rx reorder buffer only if rx reorder is enabledMaya Erez1-5/+7
2018-08-28wil6210: set edma variables only for Talyn-MB devicesMaya Erez2-2/+1
2018-08-28wil6210: drop Rx multicast packets that are looped-back to STADedy Lansky1-1/+8
2018-08-28wil6210: add support for channel 4Alexei Avshalom Lazar4-1/+26
2018-08-28wil6210: remove reset file from debugfsKarthick Gopalasubramanian1-27/+0
2018-08-28cfg80211: Add support for 60GHz band channels 5 and 6Alexei Avshalom Lazar1-1/+1
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