commit | 1cc49a5b5466e30a26700af3ac9d85c8ebb1b936 | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Sat Sep 24 11:57:18 2016 -0500 |
committer | Kalle Valo <kvalo@codeaurora.org> | Tue Sep 27 18:46:03 2016 +0300 |
tree | de005ee6fc4c1ee3e70f1d6178dd48bb12dbcbbf | |
parent | ad5748893b27b9b27b2deb597443ad6702719c20 [diff] |
rtlwifi: Add HAL_DEF_WOWLAN case to *_get_hw() routines Only rtl8821ae implements WOWLAN; however, the other drivers may receive a call requesting information about this mode. The other drivers need to ignore the request rather than logging that the default branch of the switch statement has been reached. Reported by: Jean Delvare <jdelvare@suse.de> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>