• Sara Sharon's avatar
    iwlwifi: pcie: fix erroneous print · 0916224e
    Sara Sharon authored
    When removing the driver, the following flow can happen:
    1. host command is in progress, for example at index 68.
    2. RX interrupt is received with the response.
    3. Before it is processed, the remove flow kicks in, and
       calls iwl_pcie_txq_unmap. The function cleans all DMA,
       and promotes the read pointer to 69.
    4. RX thread proceeds with the processing, and is calling
       iwl_pcie_cmdq_reclaim, which will print this error:
       iwl_pcie_cmdq_reclaim: Read index for DMA queue txq id (0),
       index 4 is out of range [0-256] 69 69.
    
    Detect this situation, and avoid the print. Change it to
    warning while at it, to make such issues more noticeable
    in the future.
    Signed-off-by: default avatarSara Sharon <sara.sharon@intel.com>
    Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
    0916224e
tx.c 68.6 KB