projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5b02f6
)
rtlwifi: make MSI support a module parameter
author
Adam Lee
<adam.lee@canonical.com>
Mon, 5 May 2014 08:33:36 +0000
(16:33 +0800)
committer
John 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
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/rtlwifi/wifi.h
b/drivers/net/wireless/rtlwifi/wifi.h
index 6965afdf572a9d57c06fabd8b070fbc8cc58b9ce..eef93d1ccc561b5f71d6b2c10a3cde01fd956595 100644
(file)
--- a/
drivers/net/wireless/rtlwifi/wifi.h
+++ b/
drivers/net/wireless/rtlwifi/wifi.h
@@
-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 {