Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134444
b: refs/heads/master
c: 47445cb
h: refs/heads/master
v: v3
  • Loading branch information
David Kilroy authored and John W. Linville committed Feb 11, 2009
1 parent 9f3b5ec commit fe39523
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2131266d6e53e8f84f8111323036343d72bcb856
refs/heads/master: 47445cb95015bef0d54ca799f31e454797378a71
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/orinoco/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/orinoco/airport.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* 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.
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/orinoco/orinoco_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/orinoco/orinoco_pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/orinoco/orinoco_tmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* provisions above, a recipient may use your version of this file
* under either the MPL or the GPL.
*
* The actual driving is done by orinoco.c, this is just resource
* The actual driving is done by main.c, this is just resource
* allocation stuff.
*
* This driver is modeled after the orinoco_plx driver. The main
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/orinoco/spectrum_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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"
Expand Down

0 comments on commit fe39523

Please sign in to comment.