Here's first of round of ath11k patches from ath11k-post-bringup branch[1] which got queued while ath11k was in review. Major features here are HE and TWT support. Please review. Kalle [1] https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git/log/?h=ath11k-post-bringup John Crispin (6): ath11k: add RX stats support for radiotap ath11k: ignore event 0x6017 ath11k: convert message from info to dbg ath11k: add HE support ath11k: add TWT support ath11k: add spatial reuse support Tamizh chelvam (2): ath11k: fix missed bw conversion in tx completion ath11k: Remove dead code while handling amsdu packets drivers/net/wireless/ath/ath11k/core.h | 2 + drivers/net/wireless/ath/ath11k/debugfs_sta.c | 2 +- drivers/net/wireless/ath/ath11k/dp_rx.c | 51 ++--- drivers/net/wireless/ath/ath11k/mac.c | 309 +++++++++++++++++++++++++- drivers/net/wireless/ath/ath11k/mac.h | 1 + drivers/net/wireless/ath/ath11k/reg.c | 1 + drivers/net/wireless/ath/ath11k/wmi.c | 133 ++++++++++- drivers/net/wireless/ath/ath11k/wmi.h | 105 ++++++++- 8 files changed, 558 insertions(+), 46 deletions(-) -- 2.7.4