Project : madwifi
Revision : 2731
Author : mentor (Matthew W. S. Bell)
Date : 2007-10-08 13:38:21 +0200 (Mon, 08 Oct 2007)
Log Message :
Function declaration whitespace
Affected Files:
* madwifi/trunk/net80211/ieee80211_scan_ap.c updated
Modified: madwifi/trunk/net80211/ieee80211_scan_ap.c
===================================================================
--- madwifi/trunk/net80211/ieee80211_scan_ap.c 2007-10-05 18:58:06 UTC (rev
2730)
+++ madwifi/trunk/net80211/ieee80211_scan_ap.c 2007-10-08 11:38:21 UTC (rev
2731)
@@ -571,8 +571,9 @@
*/
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;
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
|