From: Wey-Yi Guy Date: Mon, 21 Feb 2011 18:57:10 +0000 (-0800) Subject: iwlwifi: split the drivers for agn and legacy devices 3945/4965 X-Git-Tag: v2.6.39-rc1~468^2~158^2^2~70^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa833c4b1a928b8d3c4fcc2faaa0d6b81ea02b56;p=pandora-kernel.git iwlwifi: split the drivers for agn and legacy devices 3945/4965 Intel WiFi devices 3945 and 4965 now have their own driver in the folder drivers/net/wireless/iwlegacy Add support to build these drivers independently of the driver for AGN devices. Selecting the 3945 builds iwl3945.ko and iwl_legacy.ko, and selecting the 4965 builds iwl4965.ko and iwl_legacy.ko. iwl-legacy.ko contains code shared between both devices. The 3945 is an ABG/BG device, with no support for 802.11n. The 4965 is a 2x3 ABGN device. Signed-off-by: Meenakshi Venkataraman Acked-by: Johannes Berg Signed-off-by: Wey-Yi Guy --- Reading git-diff-tree failed