Project

General

Profile

Revision 119

Minor wireless updates (for debugging off)

View differences:

wireless.c
84 84
	timer_val.it_interval = interval;
85 85
	timer_val.it_value = first_time;
86 86
	if(setitimer(ITIMER_REAL,&timer_val,NULL)==-1)
87
		{
87
	{
88 88
		WL_DEBUG_PRINT("Error creating a timer.\r\n"); 
89 89
		perror("Failure's cause");
90 90
		exit(1); 
......
348 348
		{
349 349
			WL_DEBUG_PRINT("No response received.\r\n");
350 350
			if (wl_buf[2] == 2)
351
			{
351 352
				WL_DEBUG_PRINT("CCA Failure\r\n");
353
			}
352 354
			if (wl_buf[2] == 3)
355
			{
353 356
				WL_DEBUG_PRINT("Purged\r\n");
357
			}
354 358
		}
355 359
		
356 360
		if (wl_packet_groups[group] != NULL &&

Also available in: Unified diff