Devicescape releases Wi-Fi technology to open source community
Devicescape releases Wi-Fi technology to open source community
Posted May 2, 2006 8:02 UTC (Tue) by freggy (guest, #37477)Parent article: Devicescape releases Wi-Fi technology to open source community
Yet another IEEE802 stack for Linux!? Wireless support is already a disaster in Linux, because several drivers use a different IEEE802 stack. Some info about current drivers:
- Intel Centrino: included in kernel, but make sure you don't have the latest one used in Core Duo's, because they require binary-only daemon
- Prism54 Fullmac: included in kernel, but driver development seems halted. No support for WPA
- Prism54 Softmac: there is some development, but seems it is too early to start using in production environment (no wep/wpa,limited documentation,...), not included in kernel
- Broadcom: in the past considered as evil for Linux, today there's a reverse-engineered driver which will be included in 2.6.17, and which has WPA support
- Ralink rt2x00: not included in kernel, because it uses its own IEEE802 stack.
- RTL8180: Realtek provided documentation, but driver delopment seems slow/halted.
So, situation in OpenBSD is a lot better than in Linux (OpenBSD has ralink driver included for example). And furthermore, from linux 2.6.17 on, Broadcom, infamous for being the worst supporter of Linux drivers, will be better supported than realtek, who has provided documentation to the community. Isn't it ironic?
It's really time that Linux developers start paying some extra attention to the current state of wireless drivers...