[PATCH] bsd: Prepare event buffer on init process

Jouni Malinen j
Mon Dec 23 10:15:24 PST 2013


On Mon, Dec 23, 2013 at 10:17:40AM +0900, Masashi Honma wrote:
> diff --git a/src/drivers/driver_bsd.c b/src/drivers/driver_bsd.c
> index fb6402d..e4e050a 100644
> --- a/src/drivers/driver_bsd.c
> +++ b/src/drivers/driver_bsd.c
> @@ -62,6 +62,8 @@ struct bsd_driver_data {
>   int prev_privacy; /* privacy state to restore on deinit */
>   int prev_wpa; /* wpa state to restore on deinit */
>   enum ieee80211_opmode opmode; /* operation mode */
> + char *event_buf;
> + size_t event_buf_len;

This is whitespace damaged.. Could you please resend in a way that
avoids removing tabs?

-- 
Jouni Malinen                                            PGP id EFC895FA



More information about the Hostap mailing list