diff options
| author | Greg Kroah-Hartman <gregkh@suse.de> | 2008-10-28 15:38:58 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-10-28 15:38:58 -0700 |
| commit | 29df2ab2eee0366eff377c8a8d1806fda902de31 (patch) | |
| tree | 140822bd8515de17ec42fb0be426c0a9ce69d2da | |
| parent | 0434c367e33d096eefc6d1f560a751470396b91e (diff) | |
| download | patches-29df2ab2eee0366eff377c8a8d1806fda902de31.tar.gz | |
add todo file for rtl2860 driver
| -rw-r--r-- | staging/staging-add-rtl2860-wireless-driver.patch | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/staging/staging-add-rtl2860-wireless-driver.patch b/staging/staging-add-rtl2860-wireless-driver.patch index 1d0c1a882d525b..7756fee3da28ac 100644 --- a/staging/staging-add-rtl2860-wireless-driver.patch +++ b/staging/staging-add-rtl2860-wireless-driver.patch @@ -27,6 +27,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> drivers/staging/rtl2860/2860_main_dev.c | 1377 +++ drivers/staging/rtl2860/Kconfig | 5 drivers/staging/rtl2860/Makefile | 41 + drivers/staging/rtl2860/TODO | 17 drivers/staging/rtl2860/aironet.h | 210 drivers/staging/rtl2860/ap.h | 557 + drivers/staging/rtl2860/chlist.h | 1296 +++ @@ -86,7 +87,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> drivers/staging/rtl2860/sta/wpa.c | 2086 +++++ drivers/staging/rtl2860/sta_ioctl.c | 6944 +++++++++++++++++++ drivers/staging/rtl2860/wpa.h | 356 - 64 files changed, 89640 insertions(+) + 65 files changed, 89657 insertions(+) --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig @@ -89570,6 +89571,26 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> +} + --- /dev/null ++++ b/drivers/staging/rtl2860/TODO +@@ -0,0 +1,17 @@ ++I'm hesitant to add a TODO file here, as the wireless developers would ++really have people help them out on the "clean" rtl2860 driver that can ++be found at the rtl2860.sf.net site. ++ ++But, if you wish to clean up this driver instead, here's a short list of ++things that need to be done to get it into a more mergable shape: ++ ++TODO: ++ - checkpatch.pl clean ++ - sparse clean ++ - port to in-kernel 80211 stack ++ - remove reading from /etc/ config files ++ - review by the wireless developer community ++ ++Please send any patches or complaints about this driver to Greg ++Kroah-Hartman <greg@kroah.com> and don't bother the upstream wireless ++kernel developers about it, they want nothing to do with it. +--- /dev/null +++ b/drivers/staging/rtl2860/wpa.h @@ -0,0 +1,356 @@ +/* |
