Merge branch 'work.alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux-2.6-block.git] / drivers / staging / ks7010 / TODO
CommitLineData
13a9930d
WS
1KS7010 Linux driver
2===================
3
4This driver is based on source code from the Ben Nanonote extra repository [1]
5which is based on the original v007 release from Renesas [2]. Some more
6background info about the chipset can be found here [3] and here [4]. Thank
7you to all which already participated in cleaning up the driver so far!
8
9[1] http://projects.qi-hardware.com/index.php/p/openwrt-packages/source/tree/master/ks7010/src
10[2] http://downloads.qi-hardware.com/software/ks7010_sdio_v007.tar.bz2
11[3] http://en.qi-hardware.com/wiki/Ben_NanoNote_Wi-Fi
12[4] https://wikidevi.com/wiki/Renesas
13
14TODO
15----
16
17First a few words what not to do (at least not blindly):
18
19- don't be overly strict with the 80 char limit. Only if it REALLY makes the
20 code more readable
13a9930d
WS
21
22Now the TODOs:
23
24- fix codechecker warnings (checkpatch, sparse, smatch). But PLEASE make sure
25 that you are not only silencing the warning but really fixing code. You
26 should understand the change you submit.
13a9930d 27- fix the 'card removal' event when card is inserted when booting
13a9930d
WS
28- check what other upstream wireless mechanisms can be used instead of the
29 custom ones here
dd85d712
TH
30- replace custom Michael MIC implementation with the kernel
31 implementation. This task is only required for a *clean* WEXT interface.
13a9930d
WS
32
33Please send any patches to:
34Greg Kroah-Hartman <gregkh@linuxfoundation.org>
35Wolfram Sang <wsa@the-dreams.de>
36Linux Driver Project Developer List <driverdev-devel@linuxdriverproject.org>