linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] ath9k & ath9k_htc: remove some debugfs code dups
@ 2014-05-11  8:04 Oleksij Rempel
  2014-05-11  8:04 ` [PATCH 01/10] ath9k-common: create common-debug and move modal_eeprom to cmn Oleksij Rempel
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Oleksij Rempel @ 2014-05-11  8:04 UTC (permalink / raw)
  To: ath9k-devel, linville, linux-wireless; +Cc: Oleksij Rempel

some debugfs related parts in this drivers are identical or almost identical.
This patch set remove most obvious parts.

Module sizes before patch set:
ath9k_htc		 81196
ath9k			125783
ath9k_common		  8185

Module sizes after patch set:
ath9k_htc		 63361
ath9k			121433
ath9k_common		 13145

Oleksij Rempel (10):
  ath9k-common: create common-debug and move modal_eeprom to cmn
  ath9k_htc: use ath9k_cmn_debug_modal_eeprom
  ath9k: move base_eeprom debug code to ath9k_cmn_debug_base_eeprom
  ath9k_htc: use ath9k_cmn_debug_base_eeprom
  ath9k: reorder or remove some includes
  ath9k & ath9k_htc: move ath_rx_stats to cmn
  ath9k: move recv to ath9k_cmn_debug_recv
  ath9k_htc: use ath9k_cmn_debug_recv
  ath9k: move phy_err to ath9k_cmn_debug_phy_err
  ath9k_htc: use ath9k_cmn_debug_phy_err

 drivers/net/wireless/ath/ath9k/Makefile        |   3 +-
 drivers/net/wireless/ath/ath9k/ath9k.h         |   2 +-
 drivers/net/wireless/ath/ath9k/common-debug.c  | 253 +++++++++++
 drivers/net/wireless/ath/ath9k/common-debug.h  |  72 ++++
 drivers/net/wireless/ath/ath9k/common.h        |   1 +
 drivers/net/wireless/ath/ath9k/debug.c         | 214 +---------
 drivers/net/wireless/ath/ath9k/debug.h         |  44 --
 drivers/net/wireless/ath/ath9k/htc.h           |  17 +-
 drivers/net/wireless/ath/ath9k/htc_drv_debug.c | 555 ++-----------------------
 drivers/net/wireless/ath/ath9k/htc_drv_txrx.c  |   3 +-
 drivers/net/wireless/ath/ath9k/hw.c            |   1 -
 11 files changed, 377 insertions(+), 788 deletions(-)
 create mode 100644 drivers/net/wireless/ath/ath9k/common-debug.c
 create mode 100644 drivers/net/wireless/ath/ath9k/common-debug.h

-- 
1.9.1


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

end of thread, other threads:[~2014-05-11  8:05 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-11  8:04 [PATCH 00/10] ath9k & ath9k_htc: remove some debugfs code dups Oleksij Rempel
2014-05-11  8:04 ` [PATCH 01/10] ath9k-common: create common-debug and move modal_eeprom to cmn Oleksij Rempel
2014-05-11  8:04 ` [PATCH 02/10] ath9k_htc: use ath9k_cmn_debug_modal_eeprom Oleksij Rempel
2014-05-11  8:04 ` [PATCH 03/10] ath9k: move base_eeprom debug code to ath9k_cmn_debug_base_eeprom Oleksij Rempel
2014-05-11  8:04 ` [PATCH 04/10] ath9k_htc: use ath9k_cmn_debug_base_eeprom Oleksij Rempel
2014-05-11  8:04 ` [PATCH 05/10] ath9k: reorder or remove some includes Oleksij Rempel
2014-05-11  8:04 ` [PATCH 06/10] ath9k & ath9k_htc: move ath_rx_stats to cmn Oleksij Rempel
2014-05-11  8:04 ` [PATCH 07/10] ath9k: move recv to ath9k_cmn_debug_recv Oleksij Rempel
2014-05-11  8:04 ` [PATCH 08/10] ath9k_htc: use ath9k_cmn_debug_recv Oleksij Rempel
2014-05-11  8:04 ` [PATCH 09/10] ath9k: move phy_err to ath9k_cmn_debug_phy_err Oleksij Rempel
2014-05-11  8:04 ` [PATCH 10/10] ath9k_htc: use ath9k_cmn_debug_phy_err Oleksij Rempel

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).