diff options
author | Holger Schurig <hs4233@mail.mn-solutions.de> | 2009-10-22 15:30:58 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-27 16:49:58 -0400 |
commit | e93156e7c4c3e2be355cac27c58664e4385c58fd (patch) | |
tree | 2408d6096b2b478cf877a52422464cd045b36a0c /drivers/net/wireless/libertas/scan.c | |
parent | 560c63383f060b5ea68834e4720ab7bfb4303ff7 (diff) | |
download | linux-stable-e93156e7c4c3e2be355cac27c58664e4385c58fd.tar.gz linux-stable-e93156e7c4c3e2be355cac27c58664e4385c58fd.tar.bz2 linux-stable-e93156e7c4c3e2be355cac27c58664e4385c58fd.zip |
libertas: sort and categorize entries in decl.h
This now makes decl.h only contain declarations for functions that don't
have their own *.h file.
No function change.
Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/libertas/scan.c')
-rw-r--r-- | drivers/net/wireless/libertas/scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/libertas/scan.c b/drivers/net/wireless/libertas/scan.c index 5f0a598a3b50..c6a6c042b82f 100644 --- a/drivers/net/wireless/libertas/scan.c +++ b/drivers/net/wireless/libertas/scan.c @@ -12,10 +12,10 @@ #include <net/lib80211.h> #include "host.h" -#include "decl.h" #include "dev.h" #include "scan.h" #include "assoc.h" +#include "wext.h" #include "cmd.h" //! Approximate amount of data needed to pass a scan result back to iwlist |