Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH v3 0/3] ath10k: implement FW IE support
@ 2013-09-27 16:54 Kalle Valo
  2013-09-27 16:54 ` [PATCH v3 1/3] ath10k: rename board_data in struct ath10k Kalle Valo
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Kalle Valo @ 2013-09-27 16:54 UTC (permalink / raw)
  To: ath10k; +Cc: linux-wireless

FW IE format is needed for ath10k automatically detect what features the
firmware image supports. This is important especially with 10.x firmwares which
has a different interface.

Please review.

v2:

* added accidentally dropped board file loading (michal)

* check that ATH10K_FW_IE_FW_IMAGE is available, fail otherwise

v3:

* resend with changes really listed in v2

---

Kalle Valo (3):
      ath10k: rename board_data in struct ath10k
      ath10k: store separate pointers for firmware data
      ath10k: implement firmware IE container support


 drivers/net/wireless/ath/ath10k/core.c |  241 +++++++++++++++++++++++++++++---
 drivers/net/wireless/ath/ath10k/core.h |   12 +-
 drivers/net/wireless/ath/ath10k/hw.h   |   19 +++
 drivers/net/wireless/ath/ath10k/wmi.c  |    3 
 4 files changed, 251 insertions(+), 24 deletions(-)


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

end of thread, other threads:[~2013-09-30 19:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-27 16:54 [PATCH v3 0/3] ath10k: implement FW IE support Kalle Valo
2013-09-27 16:54 ` [PATCH v3 1/3] ath10k: rename board_data in struct ath10k Kalle Valo
2013-09-27 16:55 ` [PATCH v3 2/3] ath10k: store separate pointers for firmware data Kalle Valo
2013-09-27 16:55 ` [PATCH v3 3/3] ath10k: implement firmware IE container support Kalle Valo
2013-09-30 19:05 ` [PATCH v3 0/3] ath10k: implement FW IE support Kalle Valo

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