0001 KS7010 Linux driver
0002 ===================
0003
0004 This driver is based on source code from the Ben Nanonote extra repository [1]
0005 which is based on the original v007 release from Renesas [2]. Some more
0006 background info about the chipset can be found here [3] and here [4]. Thank
0007 you to all which already participated in cleaning up the driver so far!
0008
0009 [1] http://projects.qi-hardware.com/index.php/p/openwrt-packages/source/tree/master/ks7010/src
0010 [2] http://downloads.qi-hardware.com/software/ks7010_sdio_v007.tar.bz2
0011 [3] http://en.qi-hardware.com/wiki/Ben_NanoNote_Wi-Fi
0012 [4] https://wikidevi.com/wiki/Renesas
0013
0014 TODO
0015 ----
0016
0017 First a few words what not to do (at least not blindly):
0018
0019 - don't be overly strict with the 80 char limit. Only if it REALLY makes the
0020 code more readable
0021
0022 Now the TODOs:
0023
0024 - fix codechecker warnings (checkpatch, sparse, smatch). But PLEASE make sure
0025 that you are not only silencing the warning but really fixing code. You
0026 should understand the change you submit.
0027 - fix the 'card removal' event when card is inserted when booting
0028 - check what other upstream wireless mechanisms can be used instead of the
0029 custom ones here
0030
0031 Please send any patches to:
0032 Greg Kroah-Hartman <gregkh@linuxfoundation.org>
0033 Linux Driver Project Developer List <driverdev-devel@linuxdriverproject.org>