]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
rtlwifi: rtl8188ee: Fix module parameter initialization
authorLarry Finger <Larry.Finger@lwfinger.net>
Mon, 14 Dec 2015 22:34:34 +0000 (16:34 -0600)
committerSasha Levin <sasha.levin@oracle.com>
Mon, 1 Feb 2016 19:47:16 +0000 (14:47 -0500)
commit07493d2c6685b2e0a243f5dfda8cabbf581994d8
tree0ec8424442834cffe7efbcc505f0182475b78ace
parent35de29368026457b742115a340cead9bfea9b0bd
rtlwifi: rtl8188ee: Fix module parameter initialization

[ Upstream commit 06f34572c6110e2e2d5e653a957f1d74db9e3f2b ]

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>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
drivers/net/wireless/rtlwifi/rtl8188ee/sw.c