All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] rtlwifi: Miscellaneous fixes and cleanups
@ 2016-06-25 18:37 Larry Finger
  2016-06-25 18:37 ` [PATCH 1/6] rtlwifi: Remove unused parameter from rtl_ps_set_rf_state() Larry Finger
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Larry Finger @ 2016-06-25 18:37 UTC (permalink / raw)
  To: kvalo; +Cc: devel, linux-wireless, Larry Finger, Pavel Andrianov

This set of patches removes an unused paramter from routine rtl_ps_set_rf_state()
in rtlwifi. The routine is also no longer exported. In addition, a potential
race condition in 5 of the drivers is fixed.

This material is suitable for kernel 4.8. To my knowledge, the race condition
has not been shown to occur, thus these patches are not backported to stable
kernels.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>

Larry Finger (6):
  rtlwifi: Remove unused parameter from rtl_ps_set_rf_state()
  rtlwifi: rtl8188ee: Fix potential race condition
  rtlwifi: rtl8192ee: Fix potential race condition
  rtlwifi: rtl8723be: Fix potential race condition
  rtlwifi: rtl8723ae: Fix potential race condition
  rtlwifi: rtl8821ae: Fix potential race condition

 drivers/net/wireless/realtek/rtlwifi/ps.c          | 25 ++++++++--------------
 drivers/net/wireless/realtek/rtlwifi/ps.h          |  3 ---
 .../net/wireless/realtek/rtlwifi/rtl8188ee/dm.c    |  2 ++
 .../net/wireless/realtek/rtlwifi/rtl8192ee/dm.c    |  2 ++
 .../net/wireless/realtek/rtlwifi/rtl8723ae/dm.c    |  2 ++
 .../net/wireless/realtek/rtlwifi/rtl8723be/dm.c    |  2 ++
 .../net/wireless/realtek/rtlwifi/rtl8821ae/dm.c    |  2 ++
 7 files changed, 19 insertions(+), 19 deletions(-)

-- 
2.1.4


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

end of thread, other threads:[~2016-07-05 14:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-25 18:37 [PATCH 0/6] rtlwifi: Miscellaneous fixes and cleanups Larry Finger
2016-06-25 18:37 ` [PATCH 1/6] rtlwifi: Remove unused parameter from rtl_ps_set_rf_state() Larry Finger
2016-07-05 14:32   ` [1/6] " Kalle Valo
2016-06-25 18:37 ` [PATCH 2/6] rtlwifi: rtl8188ee: Fix potential race condition Larry Finger
2016-06-25 18:37 ` [PATCH 3/6] rtlwifi: rtl8192ee: " Larry Finger
2016-06-25 18:37 ` [PATCH 4/6] rtlwifi: rtl8723be: " Larry Finger
2016-06-25 18:37 ` [PATCH 5/6] rtlwifi: rtl8723ae: " Larry Finger
2016-06-25 18:37 ` [PATCH 6/6] rtlwifi: rtl8821ae: " Larry Finger

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.