From: Adam Lee Date: Fri, 28 Mar 2014 03:36:18 +0000 (+0800) Subject: rtlwifi: add MSI interrupts mode support X-Git-Tag: v3.15-rc1~113^2~18^2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94010fa0dd07e8b904e7c6b6589f15573008ab15;p=pandora-kernel.git rtlwifi: add MSI interrupts mode support Add MSI interrupts mode support, enable it when submodules' msi_support flag is true, also could fallback to pin-based interrupts mode if MSI interrupts mode fails. RealTek's policy(on modules which work well with MSI interrupts mode) is: > If the platform supports both MSI and pin-based, use MSI. > If the platform supports MSI only, use MSI. > If the platform supports pin-based only, use pin-based. Also as RealTek's testing results, RTL8188EE and RTL8723BE work well with both MSI mode and pin-based mode fallback. Signed-off-by: Adam Lee Signed-off-by: John W. Linville --- Reading git-diff-tree failed