aboutsummaryrefslogtreecommitdiff
path: root/net/ieee80211/softmac/ieee80211softmac_scan.c
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2006-01-31 19:35:14 +0100
committerJohn W. Linville <linville@tuxdriver.com>2006-03-22 22:16:59 -0500
commitf484d582d3e66ad78dcce2465c9ec479bacc1075 (patch)
tree0a3e633beb6176d6b2bc71278f75240ea5c6cac7 /net/ieee80211/softmac/ieee80211softmac_scan.c
parent7985905106a64d6ca32bd87fd6b52c588f03f5c6 (diff)
[PATCH] trivial fixes to softmac
This patch removes a blank line that shouldn't be there and fixes a spelling error in softmac. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/ieee80211/softmac/ieee80211softmac_scan.c')
-rw-r--r--net/ieee80211/softmac/ieee80211softmac_scan.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ieee80211/softmac/ieee80211softmac_scan.c b/net/ieee80211/softmac/ieee80211softmac_scan.c
index 46c08a9f404..846c62db3c4 100644
--- a/net/ieee80211/softmac/ieee80211softmac_scan.c
+++ b/net/ieee80211/softmac/ieee80211softmac_scan.c
@@ -233,5 +233,4 @@ void ieee80211softmac_scan_finished(struct ieee80211softmac_device *sm)
ieee80211softmac_call_events(sm, IEEE80211SOFTMAC_EVENT_SCAN_FINISHED, NULL);
}
-
EXPORT_SYMBOL_GPL(ieee80211softmac_scan_finished);