mbox series

[V3,0/5] ath11k: HE support

Message ID 20190430121413.21288-1-john@phrozen.org (mailing list archive)
Headers show
Series ath11k: HE support | expand

Message

John Crispin April 30, 2019, 12:14 p.m. UTC
This series adds initial support for HE mode to the ath11k driver.

Things that still need to implemented
* ppe_threshold support
* propagate the he_oper field from userland to wmi_peer_add
* 80p80 support - mac80211 cosniders 160/80p80 to be the same
* he_mcs bitrate_mask support once implemented inside mac80211

Changes in V2:
* generate sband_iftype data from FW provided capabilities
* properly handle rx_status for HE frames
* fix regression in basic VHF phymode
* various minor cleanups

Changes in V3
* make the he_cap generating code future-proof
* move phymode lookup to an array

John Crispin (5):
  ath11k: move phymode selection from function to array lookup
  ath11k: add HE handling to the debug code
  ath11k: extend reading of FW capabilities
  ath11k: handle rx status for HE frames
  ath11k: add HE support

 drivers/net/wireless/ath/ath11k/core.h        |   7 +-
 drivers/net/wireless/ath/ath11k/debugfs_sta.c |  24 ++-
 drivers/net/wireless/ath/ath11k/dp_rx.c       |  16 +-
 drivers/net/wireless/ath/ath11k/mac.c         | 291 +++++++++++++++++++-------
 drivers/net/wireless/ath/ath11k/wmi.c         |   7 +-
 drivers/net/wireless/ath/ath11k/wmi.h         |   5 +-
 include/uapi/linux/nl80211.h                  |   4 +
 7 files changed, 274 insertions(+), 80 deletions(-)