Searched refs:DS_OOR (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dwl_main.c3435 #define DS_OOR 0x8000 //Deepsleep OutOfRange Status macro
3437 lp->timer_oor_cnt = DS_OOR;
3475 if ( (lp->timer_oor_cnt & ~DS_OOR) > 300 ) {
3478 lp->timer_oor_cnt |= DS_OOR;
3482 lp->timer_oor.expires = RUN_AT( (lp->timer_oor_cnt & ~DS_OOR) * HZ );

Completed in 124 milliseconds