Skip to content

Commit

Permalink
orinoco: Move WEXT handlers into a separate file
Browse files Browse the repository at this point in the history
No functional change.

Signed-off-by: David Kilroy <kilroyd@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
David Kilroy authored and John W. Linville committed Feb 13, 2009
1 parent 712a434 commit cb1576a
Show file tree
Hide file tree
Showing 5 changed files with 2,408 additions and 2,350 deletions.
2 changes: 1 addition & 1 deletion drivers/net/wireless/orinoco/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Makefile for the orinoco wireless device drivers.
#
orinoco-objs := main.o fw.o hw.o mic.o scan.o
orinoco-objs := main.o fw.o hw.o mic.o scan.o wext.o

obj-$(CONFIG_HERMES) += orinoco.o hermes.o hermes_dld.o
obj-$(CONFIG_PCMCIA_HERMES) += orinoco_cs.o
Expand Down
Loading

0 comments on commit cb1576a

Please sign in to comment.