Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47445cb9 authored by David Kilroy's avatar David Kilroy Committed by John W. Linville
Browse files

orinoco: Rename orinoco.c



So that we can split up the file and still produce a module named
orinoco.o.

Signed-off-by: default avatarDavid Kilroy <kilroyd@googlemail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 2131266d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
#
# Makefile for the orinoco wireless device drivers.
#
orinoco-objs := main.o

obj-$(CONFIG_HERMES)		+= orinoco.o hermes.o hermes_dld.o
obj-$(CONFIG_PCMCIA_HERMES)	+= orinoco_cs.o
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
 * A driver for "Hermes" chipset based Apple Airport wireless
 * card.
 *
 * Copyright notice & release notes in file orinoco.c
 * Copyright notice & release notes in file main.c
 *
 * Note specific to airport stub:
 *
+1 −1
Original line number Diff line number Diff line
/* orinoco.c - (formerly known as dldwd_cs.c and orinoco_cs.c)
/* main.c - (formerly known as dldwd_cs.c, orinoco_cs.c and orinoco.c)
 *
 * A driver for Hermes or Prism 2 chipset based PCMCIA wireless
 * adaptors, with Lucent/Agere, Intersil or Symbol firmware.
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 * Linksys, D-Link and Farallon Skyline. It should also work on Symbol
 * cards such as the 3Com AirConnect and Ericsson WLAN.
 *
 * Copyright notice & release notes in file orinoco.c
 * Copyright notice & release notes in file main.c
 */

#define DRIVER_NAME "orinoco_cs"
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
 * both native PCI and PCMCIA-to-PCI bridges.
 *
 * Copyright (C) 2005, Pavel Roskin.
 * See orinoco.c for license.
 * See main.c for license.
 */

#ifndef _ORINOCO_PCI_H
Loading