netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -4.2] rtlwifi: rtl8723be: Add module parameter for MSI interrupts
@ 2015-08-02 18:24 Larry Finger
  2015-08-03  8:26 ` [-4.2] " Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Larry Finger @ 2015-08-02 18:24 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, Larry Finger, netdev, Stable

The driver code allows for the disabling of MSI interrupts; however the
module_parm line was missed and the option fails to show with modinfo.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Stable <stable@vger.kernel.org> [3.15+]
---

Kalle,

This one-liner should be applied as soon as possible.

Thanks,

Larry
---
 drivers/net/wireless/rtlwifi/rtl8723be/sw.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/rtlwifi/rtl8723be/sw.c b/drivers/net/wireless/rtlwifi/rtl8723be/sw.c
index 1017f02..7bf88d9 100644
--- a/drivers/net/wireless/rtlwifi/rtl8723be/sw.c
+++ b/drivers/net/wireless/rtlwifi/rtl8723be/sw.c
@@ -385,6 +385,7 @@ module_param_named(debug, rtl8723be_mod_params.debug, int, 0444);
 module_param_named(ips, rtl8723be_mod_params.inactiveps, bool, 0444);
 module_param_named(swlps, rtl8723be_mod_params.swctrl_lps, bool, 0444);
 module_param_named(fwlps, rtl8723be_mod_params.fwctrl_lps, bool, 0444);
+module_param_named(msi, rtl8723be_mod_params.msi_support, bool, 0444);
 module_param_named(disable_watchdog, rtl8723be_mod_params.disable_watchdog,
 		   bool, 0444);
 MODULE_PARM_DESC(swenc, "Set to 1 for software crypto (default 0)\n");
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [-4.2] rtlwifi: rtl8723be: Add module parameter for MSI interrupts
  2015-08-02 18:24 [PATCH -4.2] rtlwifi: rtl8723be: Add module parameter for MSI interrupts Larry Finger
@ 2015-08-03  8:26 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2015-08-03  8:26 UTC (permalink / raw)
  To: Larry Finger; +Cc: linux-wireless, Larry Finger, netdev, Stable


> The driver code allows for the disabling of MSI interrupts; however the
> module_parm line was missed and the option fails to show with modinfo.
> 
> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
> Cc: Stable <stable@vger.kernel.org> [3.15+]

Thanks, applied to wireless-drivers.git.

Kalle Valo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-03  8:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-02 18:24 [PATCH -4.2] rtlwifi: rtl8723be: Add module parameter for MSI interrupts Larry Finger
2015-08-03  8:26 ` [-4.2] " Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).