linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/9] ath6kl: add full USB support
@ 2012-03-25 14:15 Kalle Valo
  2012-03-25 14:15 ` [PATCH v2 1/9] ath6kl: set ram reserved size only for ar6003 Kalle Valo
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Kalle Valo @ 2012-03-25 14:15 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, ath6kl-devel

This adds full USB support and new HTC pipe implementation. Please review
and send comments.

Changes in v2:

o fix sizeof(report) in htc_process_trailer() (Ray Chen)
o add EXPORT_SYMBOL() to core.c (Ray Chen)

Kalle Valo (9):
  ath6kl: set ram reserved size only for ar6003
  ath6kl: Add tx_complete() to struct htc_ep_callbacks
  ath6kl: add tx_comp_multi() to struct htc_ep_callbacks
  ath6kl: add pointer to the skb in htc_packet
  ath6kl: add rx data padding support
  ath6kl: remove void pointer from ath6kl_credit_setup()
  ath6kl: add htc ops
  ath6kl: Add HTC pipe implementation
  ath6kl: add full USB support

 drivers/net/wireless/ath/ath6kl/Makefile           |    3 +-
 drivers/net/wireless/ath/ath6kl/core.c             |   27 +-
 drivers/net/wireless/ath/ath6kl/core.h             |   14 +-
 drivers/net/wireless/ath/ath6kl/debug.h            |    1 +
 drivers/net/wireless/ath/ath6kl/hif-ops.h          |   34 +
 drivers/net/wireless/ath/ath6kl/hif.h              |    6 +
 drivers/net/wireless/ath/ath6kl/htc-ops.h          |  113 ++
 drivers/net/wireless/ath/ath6kl/htc.h              |   98 +-
 .../net/wireless/ath/ath6kl/{htc.c => htc_mbox.c}  |   81 +-
 drivers/net/wireless/ath/ath6kl/htc_pipe.c         | 1713 ++++++++++++++++++++
 drivers/net/wireless/ath/ath6kl/init.c             |   26 +-
 drivers/net/wireless/ath/ath6kl/sdio.c             |    2 +-
 drivers/net/wireless/ath/ath6kl/txrx.c             |   20 +-
 drivers/net/wireless/ath/ath6kl/usb.c              |  785 +++++++++-
 drivers/net/wireless/ath/ath6kl/wmi.h              |    3 +
 15 files changed, 2853 insertions(+), 73 deletions(-)
 create mode 100644 drivers/net/wireless/ath/ath6kl/htc-ops.h
 rename drivers/net/wireless/ath/ath6kl/{htc.c => htc_mbox.c} (96%)
 create mode 100644 drivers/net/wireless/ath/ath6kl/htc_pipe.c


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

end of thread, other threads:[~2012-03-26 13:59 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-25 14:15 [PATCH v2 0/9] ath6kl: add full USB support Kalle Valo
2012-03-25 14:15 ` [PATCH v2 1/9] ath6kl: set ram reserved size only for ar6003 Kalle Valo
2012-03-25 14:15 ` [PATCH v2 2/9] ath6kl: Add tx_complete() to struct htc_ep_callbacks Kalle Valo
2012-03-25 14:15 ` [PATCH v2 3/9] ath6kl: add tx_comp_multi() " Kalle Valo
2012-03-25 14:15 ` [PATCH v2 4/9] ath6kl: add pointer to the skb in htc_packet Kalle Valo
2012-03-25 14:15 ` [PATCH v2 5/9] ath6kl: add rx data padding support Kalle Valo
2012-03-25 14:15 ` [PATCH v2 6/9] ath6kl: remove void pointer from ath6kl_credit_setup() Kalle Valo
2012-03-25 14:15 ` [PATCH v2 7/9] ath6kl: add htc ops Kalle Valo
2012-03-25 14:15 ` [PATCH v2 8/9] ath6kl: Add HTC pipe implementation Kalle Valo
2012-03-25 14:15 ` [PATCH v2 9/9] ath6kl: add full USB support Kalle Valo
2012-03-26 13:59 ` [PATCH v2 0/9] " Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).