Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH 0/2] rtlwifi: Add missing values to case statements and simplify debugging
@ 2016-09-24 16:57 Larry Finger
  2016-09-24 16:57 ` [PATCH 1/2] rtlwifi: Add HAL_DEF_WOWLAN case to *_get_hw() routines Larry Finger
  2016-09-24 16:57 ` [PATCH 2/2] rtlwifi: Add explicit values to hw_variables enum Larry Finger
  0 siblings, 2 replies; 7+ messages in thread
From: Larry Finger @ 2016-09-24 16:57 UTC (permalink / raw)
  To: kvalo; +Cc: devel, linux-wireless, Larry Finger

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

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

end of thread, other threads:[~2016-09-27 15:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-24 16:57 [PATCH 0/2] rtlwifi: Add missing values to case statements and simplify debugging Larry Finger
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox