Function declaration whitespace
authormentor <mentor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Mon, 8 Oct 2007 11:38:21 +0000 (11:38 +0000)
committermentor <mentor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Mon, 8 Oct 2007 11:38:21 +0000 (11:38 +0000)
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2731 0192ed92-7a03-0410-a25b-9323aeb14dbd

net80211/ieee80211_scan_ap.c

index cf035a5c8bc5a6b99a8586cb36b491a5b4b8fea0..c1a9df49fa63ba82e1779d4026719ca17d0ff6a5 100644 (file)
@@ -571,8 +571,9 @@ found:
  */
 static int
 ap_end(struct ieee80211_scan_state *ss, struct ieee80211vap *vap,
-   int (*action)(struct ieee80211vap *, const struct ieee80211_scan_entry *),
-   u_int32_t flags)
+               int (*action)(struct ieee80211vap *, 
+                       const struct ieee80211_scan_entry *), 
+                       u_int32_t flags)
 {
        struct ap_state *as = ss->ss_priv;
        struct ieee80211com *ic = NULL;