From: Jérôme Pouiller <jerome.pouiller@xxxxxxxxxx> Nothing very exciting in this series. It supports the case where device reports to be too hot, fixes a few corner cases and makes some cosmetic changes. Jérôme Pouiller (17): staging: wfx: fix (future) TDLS support staging: wfx: change the field chip_frozen into a boolean staging: wfx: mark chip frozen on error indication staging: wfx: fix support for AP that do not support PS-Poll staging: wfx: fix CAB sent at the wrong time staging: wfx: add support for 'device too hot' indication staging: wfx: add an explicit warning when chip detect too high temperature staging: wfx: fix highest Rx value declared in ieee80211_supported_band staging: wfx: fix overflow in frame counters staging: wfx: fix the warning "inconsistent notification" staging: wfx: fix double init of tx_policy_upload_work staging: wfx: show counters of all interfaces staging: wfx: also show unnamed counters fields staging: wfx: update list of known messages in tracepoints staging: wfx: fix messages names in tracepoints staging: wfx: fix display of exception indication staging: wfx: update list of errors drivers/staging/wfx/data_tx.c | 18 ++- drivers/staging/wfx/data_tx.h | 1 + drivers/staging/wfx/debug.c | 31 ++++-- drivers/staging/wfx/hif_api_general.h | 39 ++++--- drivers/staging/wfx/hif_rx.c | 151 +++++++++++++++++--------- drivers/staging/wfx/hif_tx.c | 2 +- drivers/staging/wfx/hif_tx_mib.c | 6 +- drivers/staging/wfx/hif_tx_mib.h | 2 +- drivers/staging/wfx/main.c | 4 +- drivers/staging/wfx/queue.c | 2 +- drivers/staging/wfx/sta.c | 51 +++++++-- drivers/staging/wfx/sta.h | 4 +- drivers/staging/wfx/traces.h | 15 ++- drivers/staging/wfx/wfx.h | 5 +- 14 files changed, 228 insertions(+), 103 deletions(-) -- 2.26.1