WICG / netinfo

https://wicg.github.io/netinfo/
Other
95 stars 28 forks source link

Increased 802.11ac link speed #34

Closed eligrey closed 8 years ago

eligrey commented 8 years ago

The maximum 802.11ac speed listed in this table is incorrect. The maximum speed of an 802.11ac connection is 6900 Mbps (8T8R on both ends over a 160MHz channel in 5GHz spectrum).

I'd also be okay with capping it at ~3400 Mbps (4T4R @ 160MHz) until 802.11ac hardware surpasses that point.

igrigorik commented 8 years ago

@eligrey do you have any references we can point at? Current wikipedia link points to outdated data.

eligrey commented 8 years ago

http://www.cisco.com/c/en/us/solutions/collateral/enterprise-networks/802-11ac-solution/q-and-a-c67-734152.html

The 802.11ac IEEE standard allows for theoretical speeds up to 6.9 Gbps in the 5-GHz band

This page has an easy to understand chart of the values, and a breakdown of how those values were calculated. Also I I guess we might as well use the absolute maximum theoretical, so I'll update my PR to use 6933.3 Mbps.

igrigorik commented 8 years ago

Thanks Eli, looks good. One more nitpick: can you update the ref field with the cisco link and squash?

eligrey commented 8 years ago

Done.