carl9170 firmware: speedup handle_rx
authorChristian Lamparter <chunkeey@googlemail.com>
Mon, 26 Jul 2010 21:55:09 +0000 (23:55 +0200)
committerChristian Lamparter <chunkeey@googlemail.com>
Mon, 26 Jul 2010 21:55:09 +0000 (23:55 +0200)
commit59c208a70905fc6376383aa1e7f4f7c6811c69b3
tree1d95bf2135e79c204e65c415f5cc5366b06f0c3d
parentb96940e2ea6b783faea07da811ab4ad4c8de59cb
carl9170 firmware: speedup handle_rx

Thanks to the improved rx processing in the driver,
rx overruns should no longer happen that frequently.

Also, The overrun detection might not be triggered
in this code-path at all when the recv wlan queue
has run dry.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
carlfw/src/wlan.c