Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 73070c45 authored by Adam Lee's avatar Adam Lee Committed by John W. Linville
Browse files

rtlwifi: make MSI support a module parameter



This makes MSI support a module parameter, for debugging and workaround
convenience.

Signed-off-by: default avatarAdam Lee <adam.lee@canonical.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent e5b02f64
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2030,6 +2030,10 @@ struct rtl_mod_params {

	/* default: 1 = using linked fw power save */
	bool fwctrl_lps;

	/* default: 0 = not using MSI interrupts mode */
	/* submodules should set their own defalut value */
	bool msi_support;
};

struct rtl_hal_usbint_cfg {