aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Lee <adam.lee@canonical.com>2014-05-05 04:33:36 -0400
committerJohn W. Linville <linville@tuxdriver.com>2014-05-13 15:56:31 -0400
commit73070c45d50060f686df1f34c649cbc089991a28 (patch)
treef14b23f0f7a5ba9cfb1bea10d425faecac87342e
parente5b02f649bbe2c412e833951c7ef62c14191daee (diff)
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>
-rw-r--r--drivers/net/wireless/rtlwifi/wifi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/wireless/rtlwifi/wifi.h b/drivers/net/wireless/rtlwifi/wifi.h
index 6965afdf572a..eef93d1ccc56 100644
--- a/drivers/net/wireless/rtlwifi/wifi.h
+++ b/drivers/net/wireless/rtlwifi/wifi.h
@@ -2030,6 +2030,10 @@ struct rtl_mod_params {
2030 2030
2031 /* default: 1 = using linked fw power save */ 2031 /* default: 1 = using linked fw power save */
2032 bool fwctrl_lps; 2032 bool fwctrl_lps;
2033
2034 /* default: 0 = not using MSI interrupts mode */
2035 /* submodules should set their own defalut value */
2036 bool msi_support;
2033}; 2037};
2034 2038
2035struct rtl_hal_usbint_cfg { 2039struct rtl_hal_usbint_cfg {