linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Larry Finger <Larry.Finger@lwfinger.net>
To: kvalo@codeaurora.org
Cc: linux-wireless@vger.kernel.org, pkshih@realtek.com,
	Larry Finger <Larry.Finger@lwfinger.net>
Subject: [PATCH v2 0/2] Modify the handling of the reason for a wakeup
Date: Thu,  4 Apr 2019 13:29:29 -0500	[thread overview]
Message-ID: <20190404182931.9477-1-Larry.Finger@lwfinger.net> (raw)

Some of the drivers test the wrong bit in an RX descriptor. That is
fixed. In a second patch, that variable is moved out of a struct and
made local to the routine that uses it.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
---
V2 - Fixed Merge problem

Larry Finger (2):
  rtlwifi: Fix duplicate tests of one of the RX descriptors
  rtlwifi: Convert the wake_match variable to local

 .../wireless/realtek/rtlwifi/rtl8188ee/trx.c    | 17 +++++++++--------
 .../realtek/rtlwifi/rtl8188ee/trx.c.rej         | 10 ++++++++++
 .../wireless/realtek/rtlwifi/rtl8192ee/trx.c    | 15 ++++++++-------
 .../wireless/realtek/rtlwifi/rtl8723be/trx.c    | 16 ++++++++--------
 .../wireless/realtek/rtlwifi/rtl8821ae/trx.c    | 14 +++++++-------
 drivers/net/wireless/realtek/rtlwifi/wifi.h     |  1 -
 6 files changed, 42 insertions(+), 31 deletions(-)
 create mode 100644 drivers/net/wireless/realtek/rtlwifi/rtl8188ee/trx.c.rej

-- 
2.21.0


             reply	other threads:[~2019-04-04 18:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-04 18:29 Larry Finger [this message]
2019-04-04 18:29 ` [PATCH v2 1/2] rtlwifi: Fix duplicate tests of one of the RX descriptors Larry Finger
2019-04-13 11:17   ` Kalle Valo
2019-04-04 18:29 ` [PATCH v2 2/2] rtlwifi: Convert the wake_match variable to local Larry Finger

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=20190404182931.9477-1-Larry.Finger@lwfinger.net \
    --to=larry.finger@lwfinger.net \
    --cc=kvalo@codeaurora.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=pkshih@realtek.com \
    /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 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).