Re: [ath9k-devel] [PATCH 0/2] ath10k: kill off htt_tx_info wrapper

2013-04-23 Thread Kalle Valo
Michal Kazior michal.kaz...@tieto.com writes:

 This patchset merges the htt_tx_info into
 ath10k_skb_cb. This depends upon my 'htt tx
 cleanup' patchset.

 Michal Kazior (2):
   ath10k: simplify txi lifespan
   ath10k: merge htt_tx_info into ath10k_skb_cb

Thanks, both patches applied.

It's truly awesome that we can work directly with sk_buffs now. It's
pain in the butt to deal with struct htc_packet, struct htt_tx_info and
whatnot. Thank you very much for working on this.

-- 
Kalle Valo
___
ath9k-devel mailing list
ath9k-devel@lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel


[ath9k-devel] [PATCH 0/2] ath10k: kill off htt_tx_info wrapper

2013-04-22 Thread Michal Kazior
This patchset merges the htt_tx_info into
ath10k_skb_cb. This depends upon my 'htt tx
cleanup' patchset.

Michal Kazior (2):
  ath10k: simplify txi lifespan
  ath10k: merge htt_tx_info into ath10k_skb_cb

 drivers/net/wireless/ath/ath10k/core.h   |7 +-
 drivers/net/wireless/ath/ath10k/htt.h|   30 +---
 drivers/net/wireless/ath/ath10k/htt_tx.c |  263 --
 drivers/net/wireless/ath/ath10k/mac.c|   13 +-
 drivers/net/wireless/ath/ath10k/txrx.c   |   65 +---
 drivers/net/wireless/ath/ath10k/txrx.h   |1 +
 6 files changed, 169 insertions(+), 210 deletions(-)

-- 
1.7.9.5

___
ath9k-devel mailing list
ath9k-devel@lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel