Re: [ath9k-devel] [PATCH 0/3] ath10k: htc cleanup

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

 Patch #1 is quite big, but I wanted to avoid
 sending like 15 patches. I can send an unsquashed
 patchset if need be.

 If my understanding is correct we should also
 rename htt and wmi structures and add ath10k_
 prefix to them. If not, then we should probably
 drop this most of this patchset and add the prefix
 only to some selected structs.

 Michal Kazior (3):
   ath10k: add ath10k_ prefix to htc structs, defs, enums
   ath10k: merge htc-priv.h into htc.h
   ath10k: rename htc_tx_lock

Thanks, applied. Patch 1 had conflicts, please check.

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


[ath9k-devel] [PATCH 0/3] ath10k: htc cleanup

2013-04-18 Thread Michal Kazior
Patch #1 is quite big, but I wanted to avoid
sending like 15 patches. I can send an unsquashed
patchset if need be.

If my understanding is correct we should also
rename htt and wmi structures and add ath10k_
prefix to them. If not, then we should probably
drop this most of this patchset and add the prefix
only to some selected structs.

Michal Kazior (3):
  ath10k: add ath10k_ prefix to htc structs, defs, enums
  ath10k: merge htc-priv.h into htc.h
  ath10k: rename htc_tx_lock

 drivers/net/wireless/ath/ath10k/core.c |   33 +-
 drivers/net/wireless/ath/ath10k/core.h |4 +-
 drivers/net/wireless/ath/ath10k/htc-priv.h |  271 ---
 drivers/net/wireless/ath/ath10k/htc.c  |  490 ++--
 drivers/net/wireless/ath/ath10k/htc.h  |  354 +---
 drivers/net/wireless/ath/ath10k/htt.c  |   30 +-
 drivers/net/wireless/ath/ath10k/htt.h  |7 +-
 drivers/net/wireless/ath/ath10k/htt_tx.c   |8 +-
 drivers/net/wireless/ath/ath10k/pci.c  |   50 +--
 drivers/net/wireless/ath/ath10k/wmi.c  |   22 +-
 10 files changed, 622 insertions(+), 647 deletions(-)
 delete mode 100644 drivers/net/wireless/ath/ath10k/htc-priv.h

-- 
1.7.9.5

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