diff options
author | David Kilroy <kilroyd@googlemail.com> | 2009-02-04 23:05:48 +0000 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-02-11 11:44:27 -0500 |
commit | 47445cb95015bef0d54ca799f31e454797378a71 (patch) | |
tree | e77ff21e2ff91edd8931b07379360e4c09341654 /drivers/net/wireless/orinoco/spectrum_cs.c | |
parent | 2131266d6e53e8f84f8111323036343d72bcb856 (diff) | |
download | talos-op-linux-47445cb95015bef0d54ca799f31e454797378a71.tar.gz talos-op-linux-47445cb95015bef0d54ca799f31e454797378a71.zip |
orinoco: Rename orinoco.c
So that we can split up the file and still produce a module named
orinoco.o.
Signed-off-by: David Kilroy <kilroyd@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/orinoco/spectrum_cs.c')
-rw-r--r-- | drivers/net/wireless/orinoco/spectrum_cs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/orinoco/spectrum_cs.c b/drivers/net/wireless/orinoco/spectrum_cs.c index 9aefe19dbac2..38e5198e44c7 100644 --- a/drivers/net/wireless/orinoco/spectrum_cs.c +++ b/drivers/net/wireless/orinoco/spectrum_cs.c @@ -4,7 +4,7 @@ * Communications and Intel PRO/Wireless 2011B. * * The driver implements Symbol firmware download. The rest is handled - * in hermes.c and orinoco.c. + * in hermes.c and main.c. * * Utilities for downloading the Symbol firmware are available at * http://sourceforge.net/projects/orinoco/ @@ -15,7 +15,7 @@ * Portions based on Spectrum24tDnld.c from original spectrum24 driver: * Copyright (C) Symbol Technologies. * - * See copyright notice in file orinoco.c. + * See copyright notice in file main.c. */ #define DRIVER_NAME "spectrum_cs" |