Bug 40042
Summary: | iwlagn: bad 802.11n performance and "aggregation not enabled" flood in dmesg | ||
---|---|---|---|
Product: | Drivers | Reporter: | Dmitry Nezhevenko (dion) |
Component: | network-wireless | Assignee: | drivers_network-wireless (drivers_network-wireless) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | florian, linville, wey-yi.w.guy |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.0 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | enable HT without checking |
Description
Dmitry Nezhevenko
2011-07-25 18:46:12 UTC
looks like the rate scale algor. believe the traffic is not high enough to trigger the HT. what kernel version you are using? Wey It's 3.0 on laptop (with intel card) and 2.6.39 on "server" (with atheros). If you are talking about "load" then rarely it becames 10: [133484.288110] iwlagn 0000:02:00.0: Aggregation not enabled for tid 0 because load = 7 [133489.629618] iwlagn 0000:02:00.0: Aggregation not enabled for tid 0 because load = 6 [133493.258147] iwlagn 0000:02:00.0: Aggregation not enabled for tid 0 because load = 10 [133499.604734] iwlagn 0000:02:00.0: Aggregation not enabled for tid 0 because load = 1 [133507.886679] iwlagn 0000:02:00.0: Aggregation not enabled for tid 0 because load = 1 I'm downloading same file via http (and file is stored on server with atheros card, so everything is purely local and doesn't depends on any external resources) Created attachment 66592 [details]
enable HT without checking
please try this patch, I enable the HT without checking the traffic load
Wey
I'm getting: [136613.600081] iwlagn 0000:02:00.0: iwlagn_tx_agg_start on ra = 00:21:91:f3:c8:a1 tid = 0 and download speed is something around 6 mb/sec. So this is better and looks exactly like in Windows. I don't know, is it possible to get better results in these conditions. Are you saying with the patch you are getting higher speed? Thanks Wey Yes. Exactly. it's something around 3 mb/sec without patch and 5-7 mb/sec with. A patch referencing this bug report has been merged in Linux v3.2-rc1: commit dd5b6d0a2059027366028630746d951b1e1e24b3 Author: Wey-Yi Guy <wey-yi.w.guy@intel.com> Date: Thu Aug 25 23:10:55 2011 -0700 iwlagn: enable 11n aggregation without checking traffic load |