Ben NanoNote Wi-Fi
From Qi-Hardware
This section shows the availability of Wi-Fi connectivity in Ben Nanonote.
Up to now, Ben Nanonote is able to use Wi-Fi devices based on the KS7010 Wi-Fi chip from KeyStream.
KeyStream was a small Japanese startup (about 30 people) focusing on mobile Wi-Fi chips, their first and only main product being the KS3021 RF chip and the KS7010 Wi-Fi baseband chip. They were acquired by Renesas in April 2009, and are now continuing as the KeyStream brand inside Renesas. The technology will probably appear in other Renesas chips in the future.
Known users of these chips are:
- Microsoft Zune 30, and probably other Zune models as well
- Spectec SDW-821 full-size SD (SDIO) Wi-Fi card
- Spectec SDW-823 microSD (SDIO) Wi-Fi card
- (note that all other Spectec Wi-Fi cards use MTK Wi-Fi chips without Linux drivers!)
In October 2009, Renesas released driver sources licensed under the GPL (version 007 for Linux 2.6.24), and a binary firmware (v0.2f), available at ks7010_sdio_v007.tar.bz2.
Ben Nanonote Wi-Fi howto
- The original driver from KeyStream was a little bit modified in other to match with Ben Nanonote recent kernel (2.6.32.7).
- You can find this driver as stand-alone driver in the openwrt-xburst layout:
openwrt-xburst/package/ks7010/ |-- Makefile `-- src |-- Kconfig |-- Makefile |-- eap_packet.h |-- ks7010_config.c |-- ks7010_sdio.c |-- ks7010_sdio.h |-- ks_debug.c |-- ks_debug.h |-- ks_hostif.c |-- ks_hostif.h |-- ks_wlan.h |-- ks_wlan_ioctl.h |-- ks_wlan_net.c |-- michael_mic.c `-- michael_mic.h
- The tests reported were done with the Spectec SDW-823 microSD (SDIO) Wi-Fi card www.spectec.com.tw/sdw823.htm.
- You have to check the proper section in the openWrt menu in order to include this driver: Kernel modules -> Wireless Drivers -> kmod-ks7010
- You have to copy two files ks7010sd.rom and ks79xx.cfg from the original tarball in the Nanonote's "/lib/firmware" folder too.
ks7010_sdio_v007
|-- Firmware
| `-- ks7010sd.rom
`-- GPL
`-- Src
`-- sdio
`-- ks79xx.cfg
Features from vendor
- Wi-Fi modes
IEEE801.11b/g Infrastructure mode and ad-hoc mode WEP40/WEP104/WPA/WPA2 Linux Wireless extension 29
- Throughput
TCP Tx 15.3Mbps TCP Rx 19.2Mbps UDP Tx 12.6Mbps UDP Rx 14.9Mbps
TODO
- include config file and firmware in the openWrt image
- create a qi-hardware project with the driver
- determine the exact feature set of the driver
- cleanup the driver sources and get upstream feedback
