logoalt Hacker News

ryandraketoday at 7:03 PM2 repliesview on HN

As someone who knows very little about WiFi, I always thought it sucked that if you wanted to go from 802.11this to 802.11that, it always requires brand new hardware with a different WiFi chip that implemented the new standard. Is there a good reason that software-defined 802.11 doesn't exist and that every new standard requires a different radio+SoC?


Replies

pid-1today at 7:23 PM

Radio modulation / coding (at least for 802.11) benefits greatly from paralelism (lots of matrix multiplication etc).

I imagine that using an ASIC is way more cost efficient vs using a CPU.

smallnixtoday at 7:06 PM

One example is the introduction of MIMO, a technique to send multiple data streams in the same frequency band in parallel. This requires multiple antennas, i.e. hardware which wasn't there in the previous wifi version. Note this was 2009.