Here's fourth, and last, round of ath11k patches from ath11k-post-bringup branch[1] which got queued while ath11k was in review. This time there are various fixes. Please review. Kalle John Crispin (1): ath11k: fix indentation in ath11k_mac_prepare_he_mode() Manikanta Pubbisetty (1): ath11k: fix vht guard interval mapping Miles Hu (1): ath11k: fix memory leak in monitor mode Sriram R (1): ath11k: Update tx and rx chain count properly on drv_set_antenna Vasanthakumar Thiagarajan (2): ath11k: Move mac80211 hw allocation before wmi_init command ath11k: Setup REO destination ring before sending wmi_init command Venkateswara Naralasetty (3): ath11k: Advertise MPDU start spacing as no restriction ath11k: update tx duration in station info ath11k: Skip update peer stats for management packets drivers/net/wireless/ath/ath11k/core.c | 40 ++++++++--- drivers/net/wireless/ath/ath11k/core.h | 1 + drivers/net/wireless/ath/ath11k/dp.c | 10 ++- drivers/net/wireless/ath/ath11k/dp.h | 5 +- drivers/net/wireless/ath/ath11k/dp_rx.c | 95 ++++++++++++++++++------- drivers/net/wireless/ath/ath11k/dp_rx.h | 2 + drivers/net/wireless/ath/ath11k/hal_rx.c | 16 ++++- drivers/net/wireless/ath/ath11k/hal_rx.h | 6 ++ drivers/net/wireless/ath/ath11k/mac.c | 116 ++++++++++++++++++++----------- drivers/net/wireless/ath/ath11k/mac.h | 3 +- 10 files changed, 211 insertions(+), 83 deletions(-) -- 2.7.4