lkml.org 
[lkml]   [2011]   [Apr]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patches in this message
    /
    From
    Date
    Subject[PATCH] Remove extra output from normal iwlwifi use
    I personally do not think that having the IWL_ERR, which I have
    removed below, enabled during normal use (not debugging) is of any use
    to anyone.

    --- drivers/net/wireless/iwlwifi/iwl-agn-rs.c.orig 2011-04-18
    00:22:55.000000000 +1000
    +++ drivers/net/wireless/iwlwifi/iwl-agn-rs.c 2011-04-16
    01:09:57.000000000 +1000
    @@ -398,10 +398,7 @@
    tid);
    ieee80211_stop_tx_ba_session(sta, tid);
    }
    - } else {
    - IWL_ERR(priv, "Aggregation not enabled for tid %d "
    - "because load = %u\n", tid, load);
    - }
    + }
    return ret;
    }

    --- drivers/net/wireless/iwlwifi/iwl-agn-tx.c.orig 2011-04-18
    00:21:05.000000000 +1000
    +++ drivers/net/wireless/iwlwifi/iwl-agn-tx.c 2011-04-16
    01:08:29.000000000 +1000
    @@ -991,9 +991,6 @@
    if (unlikely(tx_fifo < 0))
    return tx_fifo;

    - IWL_WARN(priv, "%s on ra = %pM tid = %d\n",
    - __func__, sta->addr, tid);
    -
    sta_id = iwl_sta_id(sta);
    if (sta_id == IWL_INVALID_STATION) {
    IWL_ERR(priv, "Start AGG on invalid station\n");
    Signed-off-by: dave bl <db.pub.mail@gmail.com>


    \
     
     \ /
      Last update: 2011-04-17 16:27    [W:4.097 / U:0.292 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site