mbox series

[V2,0/3] mac80211: add code to explicitly enable TWT support inside the driver

Message ID 20190430070338.4006-1-john@phrozen.org (mailing list archive)
Headers show
Series mac80211: add code to explicitly enable TWT support inside the driver | expand

Message

John Crispin April 30, 2019, 7:03 a.m. UTC
At least ath11k needs an extra FW call to enable TWT inside the HW. This
series adds code to trigger this from within start_ap() and also STA assoc
events.

Changes in V2
* fix 2 typos
* move from bbs_config to start_ap

John Crispin (3):
  mac80211: dynamically enable the TWT requester support on STA
    interfaces
  mac80211: allow turning TWT responder support on and off via netlink
  ath11k: add TWT support

 drivers/net/wireless/ath/ath11k/mac.c |  7 +++
 drivers/net/wireless/ath/ath11k/wmi.c | 91 +++++++++++++++++++++++++++++++++++
 drivers/net/wireless/ath/ath11k/wmi.h | 71 +++++++++++++++++++++++++++
 include/net/cfg80211.h                |  2 +
 include/net/mac80211.h                |  5 ++
 include/uapi/linux/nl80211.h          |  4 ++
 net/mac80211/cfg.c                    |  4 +-
 net/mac80211/mlme.c                   | 18 ++++++-
 net/wireless/nl80211.c                |  5 ++
 9 files changed, 204 insertions(+), 3 deletions(-)