diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2013-07-03 21:10:07 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2013-07-03 21:10:07 -0400 |
commit | 9f3effe182bfdce8aabeb1da4a61f9035664dad0 (patch) | |
tree | 3f94588e4a0898c5419b4700c9ad6e4ac7f2a0d9 | |
parent | b09a3ad67fda1b8f6c7a86d49c2dfec5dd707e9a (diff) | |
download | compat-wireless-cw1200-9f3effe182bfdce8aabeb1da4a61f9035664dad0.tar.gz compat-wireless-cw1200-9f3effe182bfdce8aabeb1da4a61f9035664dad0.tar.bz2 compat-wireless-cw1200-9f3effe182bfdce8aabeb1da4a61f9035664dad0.zip |
cw1200: add a readme to denote current status.
-rw-r--r-- | README-CW1200 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README-CW1200 b/README-CW1200 new file mode 100644 index 0000000..6b5a232 --- /dev/null +++ b/README-CW1200 @@ -0,0 +1,11 @@ +The cw1200 driver has been accepted into the upstream linux kernel; it +will be present in the 3.11-rc and newer releases. Consequently it will +be part of the 3.11-rc and newer compat-drivers/backports releases. + + https://backports.wiki.kernel.org/index.php/Releases + +Once that occurs, this git repository will become largely irrelevant, +though there are a set of patches to implement support for kernels older +than 2.6.36 and re-implement the ETF/ITP test mode code that was +stripped out in the mainstreaming effort. + |