|
@@ -2039,13 +2039,11 @@ deliver:
|
|
|
down(&bus->sdsem);
|
|
|
}
|
|
|
rxcount = maxframes - rxleft;
|
|
|
-#ifdef DEBUG
|
|
|
/* Message if we hit the limit */
|
|
|
if (!rxleft)
|
|
|
brcmf_dbg(DATA, "hit rx limit of %d frames\n",
|
|
|
maxframes);
|
|
|
else
|
|
|
-#endif /* DEBUG */
|
|
|
brcmf_dbg(DATA, "processed %d frames\n", rxcount);
|
|
|
/* Back off rxseq if awaiting rtx, update rx_seq */
|
|
|
if (bus->rxskip)
|