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

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
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment