Skip to content

Commit

Permalink
libertas: move association code from join.c into scan.c
Browse files Browse the repository at this point in the history
Besides code moving, I did the following changes:

* made some functions static
* removed some unneeded #include's
* made patch checkpatch.pl clean

Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de>
Acked-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Holger Schurig authored and John W. Linville committed Apr 8, 2008
1 parent 53f36d7 commit 697900a
Show file tree
Hide file tree
Showing 11 changed files with 890 additions and 931 deletions.
2 changes: 1 addition & 1 deletion drivers/net/wireless/libertas/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
libertas-objs := main.o wext.o \
rx.o tx.o cmd.o \
cmdresp.o scan.o \
join.o 11d.o \
11d.o \
debugfs.o \
ethtool.o assoc.o

Expand Down
Loading

0 comments on commit 697900a

Please sign in to comment.