commit | 7079604ddb83f428359feace3aeaf8a9f435be4a | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Mon Dec 14 16:34:31 2015 -0600 |
committer | Kalle Valo <kvalo@codeaurora.org> | Wed Dec 30 17:06:30 2015 +0200 |
tree | a01f624491b2aa76a13d8cb4015f96eb20bd1655 | |
parent | 84a38fb3167e6cc25c4acfcbb79aa0d800542fd7 [diff] |
rtlwifi: rtl8723be: Fix module parameter initialization This driver has a number of errors in the module initialization. These include the following: Parameter msi_support is stored in two places - one is removed. Paramters sw_crypto and disable_watchdog were never stored in the final locations, nor were they initialized properly. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Cc: Stable <stable@vger.kernel.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>