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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dwavelan_cs.p.h631 wavepoint_history * curr_point; /* Current wavepoint */ member in struct:net_local
H A Dwavelan_cs.c524 lp->curr_point=NULL; /* No default WavePoint */
635 if(lp->curr_point==wavepoint)
636 lp->curr_point=NULL;
735 if(wavepoint==lp->curr_point) /* Sanity check... */
757 lp->curr_point=wavepoint;
791 if(lp->curr_point==NULL) /* If this is the only WavePoint, */
797 if(lp->curr_point->average_slow < SEARCH_THRESH_LOW) /* If our current */
802 lp->curr_point->average_slow + WAVELAN_ROAMING_DELTA)
805 if(lp->curr_point->average_slow > SEARCH_THRESH_HIGH) /* If our SNR is */

Completed in 56 milliseconds