• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/vt6655/

Lines Matching defs:byRSR

169  *      byRSR           - Rx Status
180 unsigned char byRSR, unsigned char byNewRSR, unsigned char byRxRate,
186 if (byRSR & RSR_ADDROK)
188 if (byRSR & RSR_CRCOK) {
195 if (byRSR & RSR_ADDRBROAD) {
199 else if (byRSR & RSR_ADDRMULTI) {
212 if(byRSR & RSR_CRCOK) {
215 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"11M: ALL[%d], OK[%d]:[%02x]\n", (int)pStatistic->CustomStat.ullRsr11M, (int)pStatistic->CustomStat.ullRsr11MCRCOk, byRSR);
219 if(byRSR & RSR_CRCOK) {
222 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO" 5M: ALL[%d], OK[%d]:[%02x]\n", (int)pStatistic->CustomStat.ullRsr5M, (int)pStatistic->CustomStat.ullRsr5MCRCOk, byRSR);
226 if(byRSR & RSR_CRCOK) {
229 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO" 2M: ALL[%d], OK[%d]:[%02x]\n", (int)pStatistic->CustomStat.ullRsr2M, (int)pStatistic->CustomStat.ullRsr2MCRCOk, byRSR);
233 if(byRSR & RSR_CRCOK) {
236 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO" 1M: ALL[%d], OK[%d]:[%02x]\n", (int)pStatistic->CustomStat.ullRsr1M, (int)pStatistic->CustomStat.ullRsr1MCRCOk, byRSR);
240 if(byRSR & RSR_CRCOK) {
247 if(byRSR & RSR_CRCOK) {
254 if(byRSR & RSR_CRCOK) {
261 if(byRSR & RSR_CRCOK) {
268 if(byRSR & RSR_CRCOK) {
275 if(byRSR & RSR_CRCOK) {
282 if(byRSR & RSR_CRCOK) {
289 if(byRSR & RSR_CRCOK) {
298 if (byRSR & RSR_BSSIDOK)
301 if (byRSR & RSR_BCNSSIDOK)
303 if (byRSR & RSR_IVLDLEN) //invalid len (> 2312 byte)
305 if (byRSR & RSR_IVLDTYP) //invalid packet type
307 if (byRSR & (RSR_IVLDTYP | RSR_IVLDLEN))
334 if (byRSR & RSR_ADDRBROAD)
336 else if (byRSR & RSR_ADDRMULTI)
378 * byRSR - Rx Status
392 unsigned char byRSR,
401 byRSR,