commit | 06f34572c6110e2e2d5e653a957f1d74db9e3f2b | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Mon Dec 14 16:34:34 2015 -0600 |
committer | Kalle Valo <kvalo@codeaurora.org> | Wed Dec 30 17:06:34 2015 +0200 |
tree | ccaf2d32dbfe7b96ae4a53a2752d93651d1905c7 | |
parent | 78bae1de422a7f6f2b4b61f6a5c379e3d7f96f44 [diff] |
rtlwifi: rtl8188ee: Fix module parameter initialization In this driver, parameters disable_watchdog and sw_crypto are never copied into the locations used in the main code. While modifying the parameter handling, the copying of parameter msi_support is moved to be with the rest. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Cc: Stable <stable@vger.kernel.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>