projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fd0950
)
iwlagn: change the logging level for aggregation enable check
author
Wey-Yi Guy
<
[email protected]
>
Fri, 27 May 2011 15:40:31 +0000
(08:40 -0700)
committer
John W. Linville
<
[email protected]
>
Wed, 1 Jun 2011 19:36:35 +0000
(15:36 -0400)
Aggregation will not enable if the traffic is lower than the threshold,
this is not an error condition, so change the logging level.
Signed-off-by: Wey-Yi Guy <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/iwlwifi/iwl-agn-rs.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/iwlwifi/iwl-agn-rs.c
b/drivers/net/wireless/iwlwifi/iwl-agn-rs.c
index 592b0cfcf717a7a9f76af9515ae77481dfda47bb..85e082830c1ebd80d464e360dc57eae32e52f912 100644
(file)
--- a/
drivers/net/wireless/iwlwifi/iwl-agn-rs.c
+++ b/
drivers/net/wireless/iwlwifi/iwl-agn-rs.c
@@
-426,7
+426,7
@@
static int rs_tl_turn_on_agg_for_tid(struct iwl_priv *priv,
ieee80211_stop_tx_ba_session(sta, tid);
}
} else {
- IWL_
ERR
(priv, "Aggregation not enabled for tid %d "
+ IWL_
DEBUG_HT
(priv, "Aggregation not enabled for tid %d "
"because load = %u\n", tid, load);
}
return ret;