linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Larry Finger <Larry.Finger@lwfinger.net>
To: kvalo@codeaurora.org
Cc: devel@driverdev.osuosl.org, linux-wireless@vger.kernel.org,
	Larry Finger <Larry.Finger@lwfinger.net>
Subject: [PATCH 0/2] rtlwifi: Add missing values to case statements and simplify debugging
Date: Sat, 24 Sep 2016 11:57:17 -0500	[thread overview]
Message-ID: <1474736239-9826-1-git-send-email-Larry.Finger@lwfinger.net> (raw)

Routines *_get_hw_reg() for some of the drivers were missing entries for
HAL_DEF_WOWLAN. No action should be taken for these drivers.

Patch 1 depends on "realtek: Add switch variable to 'switch case not
processed' messages" submitted by Joe Perches. That patch will log
missing cases with the hex value. To aid in debugging, the values for
entries in the hardware variables enum are explicitly defined in hex. 

Larry Finger (2):
  rtlwifi: Add HAL_DEF_WOWLAN case to *_get_hw() routines
  rtlwifi: Add explicit values to hw_variables enum

 .../net/wireless/realtek/rtlwifi/rtl8188ee/hw.c    |   2 +
 .../net/wireless/realtek/rtlwifi/rtl8192ce/hw.c    |   2 +
 .../net/wireless/realtek/rtlwifi/rtl8192de/hw.c    |   2 +
 .../net/wireless/realtek/rtlwifi/rtl8192ee/hw.c    |   2 +
 .../net/wireless/realtek/rtlwifi/rtl8192se/hw.c    |   2 +
 .../net/wireless/realtek/rtlwifi/rtl8723ae/hw.c    |   2 +
 .../net/wireless/realtek/rtlwifi/rtl8723be/hw.c    |   2 +
 drivers/net/wireless/realtek/rtlwifi/wifi.h        | 208 ++++++++++-----------
 8 files changed, 118 insertions(+), 104 deletions(-)

-- 
2.6.6

             reply	other threads:[~2016-09-24 16:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-24 16:57 Larry Finger [this message]
2016-09-24 16:57 ` [PATCH 1/2] rtlwifi: Add HAL_DEF_WOWLAN case to *_get_hw() routines Larry Finger
2016-09-24 17:47   ` Joe Perches
2016-09-27 15:46   ` [1/2] " Kalle Valo
2016-09-24 16:57 ` [PATCH 2/2] rtlwifi: Add explicit values to hw_variables enum Larry Finger
2016-09-24 17:43   ` Joe Perches
2016-09-24 18:06     ` 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=1474736239-9826-1-git-send-email-Larry.Finger@lwfinger.net \
    --to=larry.finger@lwfinger.net \
    --cc=devel@driverdev.osuosl.org \
    --cc=kvalo@codeaurora.org \
    --cc=linux-wireless@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 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).