diff options
author | Holger Schurig <hs4233@mail.mn-solutions.de> | 2009-10-22 09:30:58 -0400 |
---|---|---|
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) |
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 @@ | |||
12 | #include <net/lib80211.h> | 12 | #include <net/lib80211.h> |
13 | 13 | ||
14 | #include "host.h" | 14 | #include "host.h" |
15 | #include "decl.h" | ||
16 | #include "dev.h" | 15 | #include "dev.h" |
17 | #include "scan.h" | 16 | #include "scan.h" |
18 | #include "assoc.h" | 17 | #include "assoc.h" |
18 | #include "wext.h" | ||
19 | #include "cmd.h" | 19 | #include "cmd.h" |
20 | 20 | ||
21 | //! Approximate amount of data needed to pass a scan result back to iwlist | 21 | //! Approximate amount of data needed to pass a scan result back to iwlist |