netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] rtlwifi: Use common functions for driver stats
@ 2015-03-22 13:35 Priit Laes
       [not found] ` <1427031320-10913-1-git-send-email-plaes-q/aMd4JkU83YtjvyW6yDsg@public.gmane.org>
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Priit Laes @ 2015-03-22 13:35 UTC (permalink / raw)
  To: Kalle Valo
  Cc: Larry Finger, linux-wireless-u79uwXL29TY76Z2rM5mHXA,
	netdev-u79uwXL29TY76Z2rM5mHXA, Chaoming Li, Joe Perches,
	Priit Laes

Hi all,

This is a small fixup to unify make the drivers use common helper
functions for driver statistics.

There are no functional changes since the first posting, except dropping
patches already applied and addressing the comments by Joe Perches.

Priit Laes (4):
  rtlwifi: Use common rtl_evm_db_to_percentage
  rtlwifi: Use common rtl_signal_scale_mapping
  rtlwifi: Rename rtl_translate_todbm to rtl_signalpower_todbm
  rtlwifi: Use common rtl_query_rxpwrpercentage function

 drivers/net/wireless/rtlwifi/rtl8188ee/trx.c |  8 ++--
 drivers/net/wireless/rtlwifi/rtl8192ce/trx.c | 70 ++--------------------------
 drivers/net/wireless/rtlwifi/rtl8192cu/mac.c | 67 +++-----------------------
 drivers/net/wireless/rtlwifi/rtl8192de/trx.c | 68 ++++-----------------------
 drivers/net/wireless/rtlwifi/rtl8192ee/trx.c |  8 ++--
 drivers/net/wireless/rtlwifi/rtl8192se/trx.c |  8 ++--
 drivers/net/wireless/rtlwifi/rtl8723ae/trx.c |  8 ++--
 drivers/net/wireless/rtlwifi/rtl8723be/trx.c |  8 ++--
 drivers/net/wireless/rtlwifi/rtl8821ae/trx.c |  8 ++--
 drivers/net/wireless/rtlwifi/stats.c         | 27 +++++------
 drivers/net/wireless/rtlwifi/stats.h         |  2 +-
 11 files changed, 55 insertions(+), 227 deletions(-)

-- 
2.3.3

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2015-03-22 17:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-22 13:35 [PATCH v2 0/4] rtlwifi: Use common functions for driver stats Priit Laes
     [not found] ` <1427031320-10913-1-git-send-email-plaes-q/aMd4JkU83YtjvyW6yDsg@public.gmane.org>
2015-03-22 13:35   ` [PATCH v2 1/4] rtlwifi: Use common rtl_evm_db_to_percentage Priit Laes
2015-03-22 13:35 ` [PATCH v2 2/4] rtlwifi: Use common rtl_signal_scale_mapping Priit Laes
2015-03-22 13:35 ` [PATCH v2 3/4] rtlwifi: Rename rtl_translate_todbm to rtl_signalpower_todbm Priit Laes
2015-03-22 13:35 ` [PATCH v2 4/4] rtlwifi: Use common rtl_query_rxpwrpercentage function Priit Laes
2015-03-22 16:27 ` [PATCH v2 0/4] rtlwifi: Use common functions for driver stats Larry Finger
2015-03-22 17:05   ` Priit Laes

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