Commit 76bae570 authored by Holger Schurig's avatar Holger Schurig Committed by John W. Linville

libertas: rename persistcfg.c -> mesh.c

mesh.c will be the file where we concentrate all mesh-related
code. This allows us to either add a KConfig entry for mesh and
makes matters easier for the cfg80211 transition.
Signed-off-by: default avatarHolger Schurig <holgerschurig@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent b8d83392
...@@ -5,7 +5,7 @@ libertas-y += cmdresp.o ...@@ -5,7 +5,7 @@ libertas-y += cmdresp.o
libertas-y += debugfs.o libertas-y += debugfs.o
libertas-y += ethtool.o libertas-y += ethtool.o
libertas-y += main.o libertas-y += main.o
libertas-y += persistcfg.o libertas-y += mesh.o
libertas-y += rx.o libertas-y += rx.o
libertas-y += scan.o libertas-y += scan.o
libertas-y += tx.o libertas-y += tx.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment