Fix some whitespace nits.

This commit is contained in:
Bernhard Schmidt 2010-12-18 20:27:09 +00:00
parent fd7e85ad14
commit 32d18ddd6d

View File

@ -14,6 +14,7 @@
*
* $FreeBSD$
*/
#include "includes.h"
#include <sys/ioctl.h>
@ -190,6 +191,7 @@ bsd_ctrl_iface(void *priv, int enable)
perror("ioctl[SIOCSIFFLAGS]");
return -1;
}
return 0;
}
@ -347,13 +349,11 @@ bsd_new_sta(void *priv, void *ctx, u8 addr[IEEE80211_ADDR_LEN])
no_ie:
drv_event_assoc(ctx, addr, iebuf, ielen);
}
static int
bsd_send_eapol(void *priv, const u8 *addr, const u8 *data, size_t data_len,
int encrypt, const u8 *own_addr)
{
struct bsd_driver_data *drv = priv;
unsigned char buf[3000];