Searched refs:sigqual (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.h560 unsigned char sigqual[WAVEPOINT_HISTORY]; /* Ringbuffer of recent SNR's */ member in struct:wavepoint_history
H A Dwavelan_cs.c614 memset(new_wavepoint->sigqual,0,WAVEPOINT_HISTORY);/* Empty ringbuffer */
692 static void wl_update_history(wavepoint_history *wavepoint, unsigned char sigqual, unsigned char seq) argument
702 wavepoint->sigqual[wavepoint->qualptr++]=0; /* If so, enter them as 0's */
707 wavepoint->sigqual[wavepoint->qualptr++]=sigqual;
713 average_fast+=wavepoint->sigqual[ptr++];
720 average_slow+=wavepoint->sigqual[ptr++];
768 unsigned short sigqual=stats[2] & MMR_SGNL_QUAL; /* SNR of beacon */ local
779 printk(KERN_DEBUG "Domain: %.4X NWID: %.4X SigQual=%d\n",ntohs(beacon->domain_id),nwid,sigqual);
794 wl_update_history(wavepoint, sigqual, beaco
[all...]

Completed in 83 milliseconds