From: Johannes Berg Date: Mon, 10 Jun 2013 14:12:52 +0000 (+0200) Subject: iwlwifi: create opmode/device dependencies X-Git-Tag: v3.11-rc1~64^2~166^2^2~38^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f25bbdb160e4317f5d0efac90357d0a899a4be1;p=pandora-kernel.git iwlwifi: create opmode/device dependencies The older devices (pre-7000/3000 series) all only work with the DVM opmode due to firmware availability, while newer ones will only work with the MVM opmode for the same reason. When building a driver that only has one of MVM or DVM, there's no reason to build the device support and have the PCIe IDs for all devices since they can't be used anyway, so avoid that. Reviewed-by: Emmanuel Grumbach Signed-off-by: Johannes Berg --- Reading git-diff-tree failed