mbox series

[0/2] Modify the handling of the reason for a wakeup

Message ID 20190304215940.2608-1-Larry.Finger@lwfinger.net (mailing list archive)
Headers show
Series Modify the handling of the reason for a wakeup | expand

Message

Larry Finger March 4, 2019, 9:59 p.m. UTC
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>
---
Larry Finger (2):
  rtlwifi: Fix duplicate tests of one of the RX descriptors
  rtlwifi: Convert the wake_match variable to local

 .../net/wireless/realtek/rtlwifi/rtl8188ee/trx.c | 15 ++++++++-------
 .../net/wireless/realtek/rtlwifi/rtl8192ee/trx.c | 15 ++++++++-------
 .../net/wireless/realtek/rtlwifi/rtl8723be/trx.c | 16 ++++++++--------
 .../net/wireless/realtek/rtlwifi/rtl8821ae/trx.c | 14 +++++++-------
 drivers/net/wireless/realtek/rtlwifi/wifi.h      |  1 -
 5 files changed, 31 insertions(+), 30 deletions(-)