diff options
author | Larry Finger <Larry.Finger@lwfinger.net> | 2019-04-04 13:29:31 -0500 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2019-04-13 14:15:45 +0300 |
commit | ddab2eee7949f94b8ecdc5c84ae238826142d35d (patch) | |
tree | 96a3c4e7139f960ed221c4b0fa4caab2239222b4 /drivers/net/wireless/realtek/rtlwifi/pci.h | |
parent | 0961d9874a2e504ecaedf563bb3c73628a0a7088 (diff) |
rtlwifi: Convert the wake_match variable to local
In five of the drivers, the contents of bits 29-31 of one of the RX
descriptors is used to set bits in a variable that is used to save the
wakeup condition for output in a debugging statement. The resulting
variable is not used anywhere else even though it is stored in a struct
and could be available in other routines. This variable is changed to be
local.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/realtek/rtlwifi/pci.h')
0 files changed, 0 insertions, 0 deletions