Skip to content
  • Ivo van Doorn's avatar
    rt2x00: Disable link tuning in rt2500usb · d06193f3
    Ivo van Doorn authored
    
    
    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: default avatarIvo van Doorn <IvDoorn@gmail.com>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    d06193f3