lkml.org 
[lkml]   [2010]   [Mar]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[081/156] iwlwifi: Silence tfds_in_queue message
    2.6.33-stable review patch.  If anyone has any objections, please let us know.

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

    From: Adel Gadllah <adel.gadllah@gmail.com>

    commit c8406ea8fa1adde8dc5400127281d497bbcdb84a upstream.

    Commit a239a8b47cc0e5e6d7416a89f340beac06d5edaa introduced a
    noisy message, that fills up the log very fast.

    The error seems not to be fatal (the connection is stable and
    performance is ok), so make it IWL_DEBUG_TX rather than IWL_ERR.

    Signed-off-by: Adel Gadllah <adel.gadllah@gmail.com>
    Acked-by: Reinette Chatre <reinette.chatre@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-tx.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/drivers/net/wireless/iwlwifi/iwl-tx.c
    +++ b/drivers/net/wireless/iwlwifi/iwl-tx.c
    @@ -127,7 +127,7 @@ void iwl_free_tfds_in_queue(struct iwl_p
    if (priv->stations[sta_id].tid[tid].tfds_in_queue >= freed)
    priv->stations[sta_id].tid[tid].tfds_in_queue -= freed;
    else {
    - IWL_ERR(priv, "free more than tfds_in_queue (%u:%d)\n",
    + IWL_DEBUG_TX(priv, "free more than tfds_in_queue (%u:%d)\n",
    priv->stations[sta_id].tid[tid].tfds_in_queue,
    freed);
    priv->stations[sta_id].tid[tid].tfds_in_queue = 0;



    \
     
     \ /
      Last update: 2010-03-31 01:43    [W:3.421 / U:0.364 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site