rtlwifi: make MSI support a module parameter

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

Signed-off-by: Adam Lee <adam.lee@canonical.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Adam Lee 2014-05-05 16:33:36 +08:00 committed by John W. Linville
parent e5b02f649b
commit 73070c45d5
1 changed files with 4 additions and 0 deletions

View File

@ -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 {