summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wil6210/debugfs.c
Commit message (Expand)AuthorAgeFilesLines
...
* wil6210: improve debugfs for VRINGVladimir Kondratiev2015-01-151-3/+6
* wil6210: improve debugfs for reorder bufferVladimir Kondratiev2015-01-151-1/+2
* wil6210: ADDBA/DELBA flowsVladimir Kondratiev2015-01-151-3/+50
* wil6210: use 'uint64_t' instead of 'cycles_t' to avoid warningsChen Gang2015-01-071-2/+2
* wil6210: Fix potential memory leaks on error pathsLino Sanfilippo2014-12-011-2/+6
* wil6210: manual FW error recovery modeVladimir Kondratiev2014-10-021-0/+67
* wil6210: fix PTR_ERR() usage after initialization to constantVladimir Kondratiev2014-09-111-1/+3
* wil6210: fix race condition between BACK event and Rx dataDedy Lansky2014-09-111-0/+3
* wil6210: coding style fixesVladimir Kondratiev2014-09-111-19/+34
* wil6210: fix beamforming data reportingVladimir Kondratiev2014-08-251-7/+71
* wil6210: convert debugfs to the table modeVladimir Kondratiev2014-08-251-74/+180
* wil6210: update copyright year 2014Vladimir Kondratiev2014-08-251-1/+1
* wil6210: map MAC timer for packet lifetime into debugfsVladimir Kondratiev2014-08-251-0/+3
* wil6210: map RGF_USER_USAGE_1 on the debugfsVladimir Kondratiev2014-07-181-0/+3
* wil6210: use same mapping table for FW addr translation and debugfsVladimir Kondratiev2014-07-181-28/+21
* wil6210: fix memory leak on error path in wil_write_file_rxon()Vladimir Kondratiev2014-07-181-1/+3
* wil6210: export FW/HW versions through debugfsVladimir Kondratiev2014-07-181-0/+2
* wil6210: fix for 64-bit integer divisionVladimir Kondratiev2014-06-201-2/+3
* wil6210: track Tx queue stateVladimir Kondratiev2014-06-191-0/+16
* wil6210: interrupt statisticsVladimir Kondratiev2014-06-191-0/+11
* wil6210: add 'info' debugfs entryVladimir Kondratiev2014-06-191-0/+25
* wil6210: add 'freq' and 'link' debugfs entriesVladimir Kondratiev2014-06-191-0/+76
* wil6210: Use "name = value" format in the debugfsVladimir Kondratiev2014-06-191-2/+2
* wil6210: writeable ITR registersVladimir Kondratiev2014-06-191-3/+3
* wil6210: debugfs interface to send raw WMI commandVladimir Kondratiev2014-06-191-0/+41
* wil6210: BACK: track last dropped SSNVladimir Kondratiev2014-06-191-1/+1
* wil6210: Tx performance monitoringVladimir Kondratiev2014-06-191-2/+14
* wil6210: more debug info for vringVladimir Kondratiev2014-06-191-2/+7
* wil6210: trace wil->status on debugfsVladimir Kondratiev2014-06-191-0/+22
* wil6210: Tx mgmt frame from debugfsVladimir Kondratiev2014-06-191-0/+80
* wil6210: improve pointers printingVladimir Kondratiev2014-05-291-2/+2
* wil6210: add scatter-gather supportVladimir Kondratiev2014-03-171-20/+41
* wil6210: Block data till "data port open" reportedVladimir Kondratiev2014-03-171-1/+2
* wil6210: fix buffer overflow in wil_txdesc_debugfs_show()Vladimir Kondratiev2014-03-031-6/+6
* wil6210: Block ACKVladimir Kondratiev2014-02-281-1/+24
* wil6210: multiple connect - initial supportVladimir Kondratiev2014-02-281-0/+45
* wil6210: [DEBUG] Improve Vring printingVladimir Kondratiev2014-02-281-5/+6
* wil6210: [DEBUG] allow to query Rx and all Tx VRING descriptorsVladimir Kondratiev2014-02-281-8/+32
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-07-251-2/+2
|\
| * ath: wil6210: Fix build errorLarry Finger2013-07-221-2/+2
* | wil6210: Introduce struct for sw contextVladimir Kondratiev2013-07-221-2/+2
|/
* wil6210: 'length' in Tx/Rx descriptors is little endianVladimir Kondratiev2013-05-221-1/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-2/+2
|\
| * mode_t, whack-a-mole at 11...Al Viro2013-04-091-2/+2
* | wil6210: temperature measurementVladimir Kondratiev2013-03-131-0/+44
* | wil6210: convert to use simple_open()Wei Yongjun2013-03-061-11/+3
|/
* wireless: add new wil6210 802.11ad 60GHz driverVladimir Kondratiev2013-01-041-0/+603