mirror of
https://github.com/proski/madwifi
synced 2024-11-21 22:11:32 +03:00
Function declaration whitespace
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2731 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
parent
a5bfbf4367
commit
bdd0a567f3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user