All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] ath6kl: configurable board address and multivif
@ 2011-11-14 17:29 Kalle Valo
  2011-11-14 17:30 ` [PATCH 01/10] ath6kl: remove hw version related parameter defines Kalle Valo
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Kalle Valo @ 2011-11-14 17:29 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless

Read board address and max number of vif interfaces from firmware.
Also some cleanup in init.c.

---

Kalle Valo (10):
      ath6kl: remove hw version related parameter defines
      ath6kl: move hw version related to parameters to struct
      ath6kl: add board address to struct ath6kl_hw
      ath6kl: add firmware IE for board data address
      ath6kl: add name field to struct ath6kl_hw
      ath6kl: use hardware version names consistently
      ath6kl: add ar6004 firmwares to sdio module
      ath6kl: add firmware filename info to struct ath6kl_hw
      ath6kl: make maximum number of vifs runtime configurable
      ath6kl: add firmware IE for maximum number of vifs


 drivers/net/wireless/ath/ath6kl/cfg80211.c |    8 -
 drivers/net/wireless/ath/ath6kl/core.h     |   82 +++++---
 drivers/net/wireless/ath/ath6kl/init.c     |  299 +++++++++++++++-------------
 drivers/net/wireless/ath/ath6kl/main.c     |   21 --
 drivers/net/wireless/ath/ath6kl/sdio.c     |   26 +-
 drivers/net/wireless/ath/ath6kl/target.h   |   17 --
 drivers/net/wireless/ath/ath6kl/txrx.c     |    2 
 drivers/net/wireless/ath/ath6kl/usb.c      |   12 +
 drivers/net/wireless/ath/ath6kl/wmi.c      |    6 -
 9 files changed, 247 insertions(+), 226 deletions(-)

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

end of thread, other threads:[~2011-11-16  8:37 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-14 17:29 [PATCH 00/10] ath6kl: configurable board address and multivif Kalle Valo
2011-11-14 17:30 ` [PATCH 01/10] ath6kl: remove hw version related parameter defines Kalle Valo
2011-11-14 17:30 ` [PATCH 02/10] ath6kl: move hw version related to parameters to struct Kalle Valo
2011-11-14 17:30 ` [PATCH 03/10] ath6kl: add board address to struct ath6kl_hw Kalle Valo
2011-11-14 17:30 ` [PATCH 04/10] ath6kl: add firmware IE for board data address Kalle Valo
2011-11-14 17:30 ` [PATCH 05/10] ath6kl: add name field to struct ath6kl_hw Kalle Valo
2011-11-14 17:31 ` [PATCH 06/10] ath6kl: use hardware version names consistently Kalle Valo
2011-11-14 17:31 ` [PATCH 07/10] ath6kl: add ar6004 firmwares to sdio module Kalle Valo
2011-11-14 17:31 ` [PATCH 08/10] ath6kl: add firmware filename info to struct ath6kl_hw Kalle Valo
2011-11-14 17:31 ` [PATCH 09/10] ath6kl: make maximum number of vifs runtime configurable Kalle Valo
2011-11-14 17:31 ` [PATCH 10/10] ath6kl: add firmware IE for maximum number of vifs Kalle Valo
2011-11-16  8:37 ` [PATCH 00/10] ath6kl: configurable board address and multivif Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.