2 new features: - IOCTL API for the card memory access, - manual FW recovery, to allow FW dump and other debug Vladimir Kondratiev (2): wil6210: manual FW error recovery mode wil6210: atomic I/O for the card memory MAINTAINERS | 1 + drivers/net/wireless/ath/wil6210/Makefile | 1 + drivers/net/wireless/ath/wil6210/cfg80211.c | 4 + drivers/net/wireless/ath/wil6210/debugfs.c | 67 +++++++++++ drivers/net/wireless/ath/wil6210/ioctl.c | 173 ++++++++++++++++++++++++++++ drivers/net/wireless/ath/wil6210/main.c | 46 ++++++-- drivers/net/wireless/ath/wil6210/netdev.c | 12 ++ drivers/net/wireless/ath/wil6210/wil6210.h | 14 ++- drivers/net/wireless/ath/wil6210/wmi.c | 1 + include/uapi/linux/wil6210_uapi.h | 88 ++++++++++++++ 10 files changed, 398 insertions(+), 9 deletions(-) create mode 100644 drivers/net/wireless/ath/wil6210/ioctl.c create mode 100644 include/uapi/linux/wil6210_uapi.h -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html