commit | bd2d18b50631c027af7674c3f328913c3b87d422 | [log] [tgz] |
---|---|---|
author | Vladimir Kondratiev <QCA_vkondrat@QCA.qualcomm.com> | Thu Jul 30 13:52:02 2015 +0300 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Thu Aug 06 09:43:37 2015 +0300 |
tree | 6bc435805458157a52d4064b34ce25b6ae52f75c | |
parent | 91a8edcc3173958fd8102343a8a7919a7b703ef0 [diff] |
wil6210: remove 3-MSI support In the recent kernel versions, multiple MSI is not well supported. In particular, it is not supported on x86 and ARM architectures. Also, internal interrupt handling logic is simpler and more effective when using single interrupt. Remove support for 3 MSI, convert module parameter "use_msi" from int with range [0,1,3] to boolean. Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>