summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wil6210/debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* wil6210: set WIL_WMI_CALL_GENERAL_TO_MS as wmi_call timeoutAhmad Masri2019-06-271-1/+1
* wil6210: add support for reading multiple RFs temperature via debugfsTzahi Sabo2019-06-271-9/+33
* wil6210: fix printout in wil_read_pmccfgDedy Lansky2019-06-271-3/+2Star
* wil6210: Add support for setting RBUFCAP configurationAlexei Avshalom Lazar2019-06-271-0/+39
* wil6210: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-271-58/+22Star
* wil6210: fix overwriting max_assoc_sta module paramAhmad Masri2019-05-031-9/+9
* wil6210: enhancements for descriptor and status ring debugfsDedy Lansky2019-05-031-12/+40
* wil6210: reset buff id in status message after completionMaya Erez2019-04-031-0/+2
* wil6210: add support for ucode tracingAhmad Masri2019-04-031-0/+1
* wil6210: check mid is validAhmad Masri2019-04-031-5/+5
* wil6210: prevent device memory access while in reset or suspendAhmad Masri2019-04-031-4/+21
* wil6210: support up to 20 stations in AP modeAhmad Masri2019-02-281-10/+10
* wil6210: add option to drop Tx packets when Tx ring is fullDedy Lansky2019-02-281-1/+2
* wil6210: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-201-198/+42Star
* wil6210: fix debugfs memory access alignmentAhmad Masri2018-11-061-5/+10
* wil6210: add general initialization/size checksAlexei Avshalom Lazar2018-11-061-0/+2
* wil6210: fix debugfs_simple_attr.cocci warningsYueHaibing2018-10-131-6/+8
* Merge tag 'wireless-drivers-next-for-davem-2018-10-02' of git://git.kernel.or...David S. Miller2018-10-021-29/+18Star
|\
| * wil6210: fix invalid memory access for rx_buff_mgmt debugfsDedy Lansky2018-08-281-0/+3
| * wil6210: add FT roam support for AP and stationAhmad Masri2018-08-281-2/+15
| * wil6210: remove reset file from debugfsKarthick Gopalasubramanian2018-08-281-27/+0Star
* | cfg80211: Add support for 60GHz band channels 5 and 6Alexei Avshalom Lazar2018-08-281-1/+1
|/
* wil6210: add support for link statisticsDedy Lansky2018-07-311-0/+219
* wil6210: fix RX checksum report to network stackMaya Erez2018-07-311-2/+3
* wil6210: fix temperature debugfsDedy Lansky2018-07-311-3/+4
* wil6210: add TX latency statisticsDedy Lansky2018-07-311-0/+125
* wil6210: drop Rx packets with L2 error indication from HWDedy Lansky2018-07-311-7/+5Star
* wil6210: Rx multicast packets duplicate detectionDedy Lansky2018-07-311-3/+4
* wil6210: add support for enhanced DMA debugfsMaya Erez2018-07-021-40/+307
* wil6210: add support for enhanced DMA RX data flowsGidon Studinski2018-07-021-0/+1
* wil6210: initialize TX and RX enhanced DMA ringsGidon Studinski2018-07-021-0/+59
* wil6210: add support for enhanced DMA structuresGidon Studinski2018-07-021-55/+56
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2018-05-231-2/+3
|\
| * wil6210: remove unused rx_reorder membersDedy Lansky2018-05-121-2/+1Star
| * wil6210: Initialize reply struct of the WMI commandsAlexei Avshalom Lazar2018-05-121-0/+2
* | wireless-drivers: Dynamically allocate struct station_infoToke Høiland-Jørgensen2018-05-121-8/+14
|/
* wil6210: add debugfs 'mids' fileLior David2018-02-271-0/+37
* wil6210: multiple VIFs support for connections and data pathLior David2018-02-271-4/+16
* wil6210: infrastructure for multiple virtual interfacesLior David2018-02-271-21/+41
* wil6210: remove reference to preset_chandefLior David2018-01-091-1/+0Star
* wil6210: update statistics for suspendLazar Alexei2017-12-021-15/+32
* wil6210: remove suspend time statisticsLazar Alexei2017-12-021-15/+2Star
* wil6210: run-time PM when interface downLazar Alexei2017-12-021-8/+88
* wil6210: remove SSID debugfsJohannes Berg2017-10-271-45/+0Star
* wil6210: move vring_idle_trsh definition to wil6210_privGidon Studinski2017-08-081-4/+1Star
* wil6210: add statistics for suspend timeMaya Erez2017-08-081-2/+15
* wil6210: support FW RSSI reportingDedy Lansky2017-08-081-0/+2
* wil6210: protect against invalid length of tx management frameHamad Kadmany2017-08-081-0/+3
* wil6210: add support for PCIe D3hot in system suspendMaya Erez2017-06-211-0/+49
* wil6210: use memdup_userGeliang Tang2017-05-191-8/+4Star