TODO 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. KS7010 Linux driver
  2. ===================
  3. This driver is based on source code from the Ben Nanonote extra repository [1]
  4. which is based on the original v007 release from Renesas [2]. Some more
  5. background info about the chipset can be found here [3] and here [4]. Thank
  6. you to all which already participated in cleaning up the driver so far!
  7. [1] http://projects.qi-hardware.com/index.php/p/openwrt-packages/source/tree/master/ks7010/src
  8. [2] http://downloads.qi-hardware.com/software/ks7010_sdio_v007.tar.bz2
  9. [3] http://en.qi-hardware.com/wiki/Ben_NanoNote_Wi-Fi
  10. [4] https://wikidevi.com/wiki/Renesas
  11. TODO
  12. ----
  13. First a few words what not to do (at least not blindly):
  14. - don't be overly strict with the 80 char limit. Only if it REALLY makes the
  15. code more readable
  16. - No '#if 0/1' removal unless the surrounding code is understood and removal is
  17. really OK. There might be some hints hidden there.
  18. Now the TODOs:
  19. - fix codechecker warnings (checkpatch, sparse, smatch). But PLEASE make sure
  20. that you are not only silencing the warning but really fixing code. You
  21. should understand the change you submit.
  22. - fix the 'card removal' event when card is inserted when booting
  23. - check what other upstream wireless mechanisms can be used instead of the
  24. custom ones here
  25. Please send any patches to:
  26. Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  27. Wolfram Sang <wsa@the-dreams.de>
  28. Linux Driver Project Developer List <driverdev-devel@linuxdriverproject.org>