• Troy Tan's avatar
    rtlwifi: rtl8192ee: Fix handling of new style descriptors · d0311314
    Troy Tan authored
    The hardware and firmware for the RTL8192EE utilize a FIFO list of
    descriptors. There were some problems with the initial implementation.
    The worst of these failed to detect that the FIFO was becoming full,
    which led to the device needing to be power cycled. As this condition
    is not relevant to most of the devices supported by rtlwifi, a callback
    routine was added to detect this situation. This patch implements the
    necessary changes in the pci handler, and the linkage into the appropriate
    rtl8192ee routine.
    Signed-off-by: default avatarTroy Tan <troy_tan@realsil.com.cn>
    Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
    Cc: Stable <stable@vger.kernel.org> [V3.18]
    Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
    d0311314
wifi.h 71.9 KB