Show
Ignore:
Timestamp:
06/30/2009 10:41:55 AM (9 months ago)
Author:
eko
Message:

check only sw disabled radio

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/router/rc/watchdog.c

    r12224 r12410  
    4747                        if (radiostate == 1) 
    4848#else 
    49                         if (radiostate == 0) 
     49                        if (radiostate & WL_RADIO_SW_DISABLE == 0) 
    5050#endif 
    5151                                led_control(LED_WLAN, LED_ON);