View | Details | Raw Unified | Return to bug 270649
Collapse All | Expand All

(-)b/contrib/wpa/src/l2_packet/l2_packet_freebsd.c (-1 / +1 lines)
Lines 85-90 static void l2_packet_receive(int sock, void *eloop_ctx, void *sock_ctx) Link Here
85
85
86
	if (pcap_next_ex(pcap, &hdr, &packet) == -1) {
86
	if (pcap_next_ex(pcap, &hdr, &packet) == -1) {
87
		wpa_printf(MSG_ERROR, "Error reading packet, has device disappeared?");
87
		wpa_printf(MSG_ERROR, "Error reading packet, has device disappeared?");
88
		packet = NULL;
88
		eloop_terminate();
89
		eloop_terminate();
89
	}
90
	}
90
91
91
- 

Return to bug 270649