]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtlwifi: rtl8723be: Fix module parameter initialization
authorLarry Finger <Larry.Finger@lwfinger.net>
Mon, 14 Dec 2015 22:34:31 +0000 (16:34 -0600)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 30 Dec 2015 15:06:30 +0000 (17:06 +0200)
commit7079604ddb83f428359feace3aeaf8a9f435be4a
treea01f624491b2aa76a13d8cb4015f96eb20bd1655
parent84a38fb3167e6cc25c4acfcbb79aa0d800542fd7
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>
drivers/net/wireless/realtek/rtlwifi/rtl8723be/sw.c