From: Joe Perches <joe@perches.com>
To: linux-wireless@vger.kernel.org
Cc: Larry Finger <Larry.Finger@lwfinger.net>,
Chaoming Li <chaoming_li@realsil.com.cn>,
Kalle Valo <kvalo@codeaurora.org>,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 0/5] rtlwifi: Neatening
Date: Mon, 19 Jun 2017 13:18:13 -0700 [thread overview]
Message-ID: <cover.1497903396.git.joe@perches.com> (raw)
Joe Perches (5):
rtlwifi: Use temporary ops variable to reduce code size
rtlwifi: Use temporary variable btc_ops for rtlpriv->btcoexist.btc_ops
rtlwifi: Add and use convenience macro rtl_btc
realtek: btcoexist: Make the rtl_btc_ops struct const
realtek: rtlwifi: drivers: Use the rtl_btc convenience macro
drivers/net/wireless/realtek/rtlwifi/base.c | 46 ++--
.../wireless/realtek/rtlwifi/btcoexist/rtl_btc.c | 4 +-
.../wireless/realtek/rtlwifi/btcoexist/rtl_btc.h | 2 +-
drivers/net/wireless/realtek/rtlwifi/core.c | 189 ++++++++--------
drivers/net/wireless/realtek/rtlwifi/efuse.c | 9 +-
drivers/net/wireless/realtek/rtlwifi/pci.c | 242 +++++++++++----------
drivers/net/wireless/realtek/rtlwifi/ps.c | 83 +++----
.../net/wireless/realtek/rtlwifi/rtl8192ee/hw.c | 3 +-
.../wireless/realtek/rtlwifi/rtl8723ae/hal_btc.c | 4 +-
.../net/wireless/realtek/rtlwifi/rtl8723ae/hw.c | 3 +-
.../net/wireless/realtek/rtlwifi/rtl8723be/hw.c | 3 +-
.../net/wireless/realtek/rtlwifi/rtl8821ae/fw.c | 6 +-
.../net/wireless/realtek/rtlwifi/rtl8821ae/hw.c | 3 +-
drivers/net/wireless/realtek/rtlwifi/usb.c | 40 ++--
drivers/net/wireless/realtek/rtlwifi/wifi.h | 9 +-
15 files changed, 336 insertions(+), 310 deletions(-)
--
2.10.0.rc2.1.g053435c
next reply other threads:[~2017-06-19 20:18 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-19 20:18 Joe Perches [this message]
2017-06-19 20:18 ` [PATCH 1/5] rtlwifi: Use temporary ops variable to reduce code size Joe Perches
2017-06-19 20:18 ` [PATCH 2/5] rtlwifi: Use temporary variable btc_ops for rtlpriv->btcoexist.btc_ops Joe Perches
2017-06-19 20:18 ` [PATCH 3/5] rtlwifi: Add and use convenience macro rtl_btc Joe Perches
2017-06-19 20:18 ` [PATCH 4/5] realtek: btcoexist: Make the rtl_btc_ops struct const Joe Perches
2017-06-19 20:18 ` [PATCH 5/5] realtek: rtlwifi: drivers: Use the rtl_btc convenience macro Joe Perches
2017-06-21 18:12 ` [PATCH 0/5] rtlwifi: Neatening Larry Finger
2017-06-22 1:13 ` Joe Perches
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1497903396.git.joe@perches.com \
--to=joe@perches.com \
--cc=Larry.Finger@lwfinger.net \
--cc=chaoming_li@realsil.com.cn \
--cc=kvalo@codeaurora.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.