rt2x00: Disable link tuning in rt2500usb
authorIvo van Doorn <IvDoorn@gmail.com>
Sun, 3 Aug 2008 21:36:01 +0000 (23:36 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 4 Aug 2008 19:09:11 +0000 (15:09 -0400)
commitd06193f311102b2c990ec5f66b470ea49ecc73a4
tree9aca429cc9b809a00f5f2f13163a218dd152b920
parent5cbbb376d65ed181ed290cea505ba37a0425ee25
rt2x00: Disable link tuning in rt2500usb

In the legacy rt2570 driver the link tuner was never
really called. And now the reason has finally become
apparent: It breaks TX capabilities

As soon as the device has been associated all following
TX frames will be queued in the hardware and never transmitted
to the air. Disabling sections of the link tuner did not
have the expected result, but completely disabling the
link tuner did have the right result (Both of my rt2570 devices
came back to life).

This should fix Fedora bug: 411481

v2: Fix typos

Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2500usb.c