The following patches include: - Bug fixes - Optional compilation of wil6210 debugfs Dedy Lansky (2): wil6210: move pre-FW configuration to separate function wil6210: clear PAL_UNIT_ICR part of device reset Gidon Studinski (1): wil6210: make debugfs compilation optional Lazar Alexei (1): wil6210: align to latest auto generated wmi.h Lior David (3): wil6210: ratelimit errors in TX/RX interrupts wil6210: increase connect timeout wil6210: ensure P2P device is stopped before removing interface drivers/net/wireless/ath/wil6210/Kconfig | 12 + drivers/net/wireless/ath/wil6210/Makefile | 2 +- drivers/net/wireless/ath/wil6210/cfg80211.c | 59 +-- drivers/net/wireless/ath/wil6210/interrupt.c | 14 +- drivers/net/wireless/ath/wil6210/main.c | 42 +- drivers/net/wireless/ath/wil6210/wil6210.h | 7 + drivers/net/wireless/ath/wil6210/wmi.h | 714 ++++++++++++++++++--------- 7 files changed, 557 insertions(+), 293 deletions(-) -- 1.9.1