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

Commit 697900ac authored by Holger Schurig's avatar Holger Schurig Committed by John W. Linville
Browse files

libertas: move association code from join.c into scan.c



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: default avatarHolger Schurig <hs4233@mail.mn-solutions.de>
Acked-by: default avatarDan Williams <dcbw@redhat.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 53f36d70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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

Loading