diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-05-27 11:40:32 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-06-01 15:36:36 -0400 |
commit | 5bc9890ff114cdd39de8561610f6af3bb4b08cfb (patch) | |
tree | 799ea1edb01337b337b54770d11776e4b8fd6694 /drivers/net/wireless/iwlwifi/iwl-agn-tx.c | |
parent | 5f88ac2d72a7f8e1cadab6d9cbc0fe1837cbcd7a (diff) |
iwlagn: change log to better represent the state of aggregation process
Multiple A-MPDU actions will received from mac80211 while setting up the
aggregation queue, change the message log to better represent the states.
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-agn-tx.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-agn-tx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-agn-tx.c b/drivers/net/wireless/iwlwifi/iwl-agn-tx.c index ce7b49139030..8bd48f61a9f5 100644 --- a/drivers/net/wireless/iwlwifi/iwl-agn-tx.c +++ b/drivers/net/wireless/iwlwifi/iwl-agn-tx.c | |||
@@ -1033,8 +1033,8 @@ int iwlagn_tx_agg_start(struct iwl_priv *priv, struct ieee80211_vif *vif, | |||
1033 | if (unlikely(tx_fifo < 0)) | 1033 | if (unlikely(tx_fifo < 0)) |
1034 | return tx_fifo; | 1034 | return tx_fifo; |
1035 | 1035 | ||
1036 | IWL_WARN(priv, "%s on ra = %pM tid = %d\n", | 1036 | IWL_DEBUG_HT(priv, "TX AGG request on ra = %pM tid = %d\n", |
1037 | __func__, sta->addr, tid); | 1037 | sta->addr, tid); |
1038 | 1038 | ||
1039 | sta_id = iwl_sta_id(sta); | 1039 | sta_id = iwl_sta_id(sta); |
1040 | if (sta_id == IWL_INVALID_STATION) { | 1040 | if (sta_id == IWL_INVALID_STATION) { |