summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/wil6210_uapi.h
Commit message (Collapse)AuthorAgeFilesLines
* wil6210: remove ioctl interfaceMaya Erez2017-06-211-87/+0
| | | | | | | | Wireless drivers should not be using ioctl interface, hence remove this interface for wil6210 driver. Signed-off-by: Maya Erez <qca_merez@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
* wil6210: atomic I/O for the card memoryVladimir Kondratiev2014-10-021-0/+87
Introduce netdev IOCTLs, to be used by the debug tools. Allows to read/write single dword value or memory block, aligned to dword Different address modes supported: - BAR offset - Firmware "linker" address - target's AHB bus Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>