]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
rtlwifi: make MSI support a module parameter
authorAdam Lee <adam.lee@canonical.com>
Mon, 5 May 2014 08:33:36 +0000 (16:33 +0800)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 13 May 2014 19:56:31 +0000 (15:56 -0400)
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>
drivers/net/wireless/rtlwifi/wifi.h

index 6965afdf572a9d57c06fabd8b070fbc8cc58b9ce..eef93d1ccc561b5f71d6b2c10a3cde01fd956595 100644 (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 {