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.fin...@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

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to