Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH v2 0/4] WMI changes for wcn3990
@ 2017-12-02 11:30 Rakesh Pillai
  2017-12-02 11:30 ` [PATCH v2 1/4] ath10k: WMI: modify svc bitmap parsing " Rakesh Pillai
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Rakesh Pillai @ 2017-12-02 11:30 UTC (permalink / raw)
  To: ath10k; +Cc: linux-wireless, Rakesh Pillai

This patchset includes the WMI changes for wcn3390 to
Refactor service ready event parsing,
Add management frame tx by refernce over wmi,
Add hw parameters for wcn3990.

Changes since v1:
- Make code endian safe by using __cpu_to_le32 for hw parameters.

Rakesh Pillai (4):
  ath10k: WMI: modify svc bitmap parsing for wcn3990
  ath10k: WMI: Add management tx by reference support over wmi
  ath10k: WMI: get wmi init parameter values from hw params
  ath10k: WMI: add hw params entry for wcn3990

 drivers/net/wireless/ath/ath10k/core.c    |  55 ++++++++++++
 drivers/net/wireless/ath/ath10k/core.h    |   3 +
 drivers/net/wireless/ath/ath10k/hw.c      |   2 +
 drivers/net/wireless/ath/ath10k/hw.h      |  14 +++
 drivers/net/wireless/ath/ath10k/mac.c     |   4 +-
 drivers/net/wireless/ath/ath10k/wmi-ops.h |   9 +-
 drivers/net/wireless/ath/ath10k/wmi-tlv.c | 143 ++++++++++++++++++++++++++----
 drivers/net/wireless/ath/ath10k/wmi-tlv.h | 113 +++++++++++++++++++++++
 drivers/net/wireless/ath/ath10k/wmi.h     |   2 +
 9 files changed, 328 insertions(+), 17 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-12-07 15:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-02 11:30 [PATCH v2 0/4] WMI changes for wcn3990 Rakesh Pillai
2017-12-02 11:30 ` [PATCH v2 1/4] ath10k: WMI: modify svc bitmap parsing " Rakesh Pillai
2017-12-07 15:04   ` Kalle Valo
2017-12-02 11:30 ` [PATCH v2 2/4] ath10k: WMI: Add management tx by reference support over wmi Rakesh Pillai
2017-12-07 15:06   ` Kalle Valo
2017-12-02 11:30 ` [PATCH v2 3/4] ath10k: WMI: get wmi init parameter values from hw params Rakesh Pillai
2017-12-02 11:30 ` [PATCH v2 4/4] ath10k: WMI: add hw params entry for wcn3990 Rakesh Pillai
2017-12-07 15:08   ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox