lkml.org 
[lkml]   [2012]   [Jan]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[74/75] iwlwifi: update SCD BC table for all SCD queues
    3.1-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Emmanuel Grumbach <emmanuel.grumbach@intel.com>

    commit 96f1f05af76b601ab21a7dc603ae0a1cea4efc3d upstream.

    Since we configure all the queues as CHAINABLE, we need to update the
    byte count for all the queues, not only the AGGREGATABLE ones.

    Not doing so can confuse the SCD and make the fw assert.

    Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
    Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
    Signed-off-by: John W. Linville <linville@tuxdriver.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

    ---
    drivers/net/wireless/iwlwifi/iwl-trans.c | 4 +---
    1 file changed, 1 insertion(+), 3 deletions(-)

    --- a/drivers/net/wireless/iwlwifi/iwl-trans.c
    +++ b/drivers/net/wireless/iwlwifi/iwl-trans.c
    @@ -1068,9 +1068,7 @@ static int iwl_trans_tx(struct iwl_priv
    iwl_print_hex_dump(priv, IWL_DL_TX, (u8 *)tx_cmd->hdr, hdr_len);

    /* Set up entry for this TFD in Tx byte-count array */
    - if (ampdu)
    - iwl_trans_txq_update_byte_cnt_tbl(priv, txq,
    - le16_to_cpu(tx_cmd->len));
    + iwl_trans_txq_update_byte_cnt_tbl(priv, txq, le16_to_cpu(tx_cmd->len));

    dma_sync_single_for_device(priv->bus->dev, txcmd_phys, firstlen,
    DMA_BIDIRECTIONAL);



    \
     
     \ /
      Last update: 2012-01-04 00:07    [W:4.201 / U:0.108 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site