History log of /drivers/net/wireless/iwlegacy/Makefile
Revision Date Author Comments
f19ab370a7ba40570dcdb2c0c3cdaa8c20efde97 15-Nov-2011 Stanislaw Gruszka <sgruszka@redhat.com> iwlegacy: rename iwl-debug.c to debug.c

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
7f8e12238049b0e5398e77cdf15f95a41077841f 15-Nov-2011 Stanislaw Gruszka <sgruszka@redhat.com> iwlegacy: rename module name

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
0cdc21363cc27989fe9aa1cde614ef4c0429d62f 15-Nov-2011 Stanislaw Gruszka <sgruszka@redhat.com> iwlegacy: merge common .c files

Merge iwl-{tx,rx,sta,scan,power,eeprom,led,hcmd}.c into common.c .

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
4ed47911a2e0f9a425d22253433452ffa59d533e 15-Nov-2011 Stanislaw Gruszka <sgruszka@redhat.com> iwlegacy: rename iwl-core.c to common.c

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
ccf5533ec4cdf792ec17c375b1186cfed4086f2a 06-Sep-2011 Stanislaw Gruszka <sgruszka@redhat.com> iwlegacy: rename iwl-3945-{rs,debugfs}.c to 3945-{rs,debug}.c

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
f3a1b49d669472159e05327fff64ec55315a0f54 30-Aug-2011 Stanislaw Gruszka <sgruszka@redhat.com> iwlegacy: rename iwl-4965-{rs,calib,debugfs}.c to 4965-{rs,calib,debug}.c

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
fcb74588dccb06d8e3e13afb36c5401cae470518 30-Aug-2011 Stanislaw Gruszka <sgruszka@redhat.com> iwlegacy: merge iwl-4965-lib.c into 4965-mac.c

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
a1751b22a82e6cd2da6c9e79611cfd6d6aba1d39 15-Nov-2011 Stanislaw Gruszka <sgruszka@redhat.com> iwlegacy: merge iwl-4965-{tx,rx}.c into 4965-mac.c

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
eb3cdfb72d1cc73d8f78f01bc107064d77727d30 30-Aug-2011 Stanislaw Gruszka <sgruszka@redhat.com> iwlegacy: merge iwl-4965-sta.c into 4965-mac.c

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
862d32e6db6183e5cb67fe465818578556196a94 30-Aug-2011 Stanislaw Gruszka <sgruszka@redhat.com> iwlegacy: merge iwl-4965-ucode.c into 4965.c

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
56e7a8cca0fd9e096acd2233f0e9f95df6423071 30-Aug-2011 Stanislaw Gruszka <sgruszka@redhat.com> iwlegacy: merge iwl-4965-eeprom.c into 4965.c

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
ecce1f09e847351d18e503e533000f781cac1d41 29-Aug-2011 Stanislaw Gruszka <sgruszka@redhat.com> iwlegacy: merge iwl-3945-led.c into 3945.c

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
fc19cbde0c38c24f2d473f9095fbd5772883ec59 29-Aug-2011 Stanislaw Gruszka <sgruszka@redhat.com> iwlegacy: merge iwl-4965-led.c into 4965.c

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
61fe55f61fb48b691251e0f75505674db77f5d29 15-Nov-2011 Stanislaw Gruszka <sgruszka@redhat.com> iwlegacy: rename base 4965 and 3945 file names

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
d31751679897441d89e6ae59da98f1424b3f7dfe 15-Nov-2011 Stanislaw Gruszka <sgruszka@redhat.com> iwlegacy: rename remaining IWLs to ILs

Also rename config names IWLWIFI_LEGACY to IWLEGACY

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
fee005e5dd82a43546c1b1beb187e82415360940 15-Aug-2011 Stanislaw Gruszka <sgruszka@redhat.com> iwlegacy: remove tracing

This is not useful.

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
be663ab67077fac8e23eb8e231a8c1c94cb32e54 21-Feb-2011 Wey-Yi Guy <wey-yi.w.guy@intel.com> 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 <meenakshi.venkataraman@intel.com>
Acked-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>