diff options
author | Marcelo Tosatti <mtosatti@redhat.com> | 2006-12-14 18:48:20 -0200 |
---|---|---|
committer | Andres Salomon <dilinger@debian.org> | 2006-12-20 15:50:25 -0500 |
commit | 110dd4f4de1d277a95f6aa9102e62d1fd609af95 (patch) | |
tree | ad61d6fccbc10159a7f6dc4ca9f866f1aebcf498 | |
parent | b569ecd022021de2acc4df0d5366e52e6dea0499 (diff) | |
download | lwn-110dd4f4de1d277a95f6aa9102e62d1fd609af95.tar.gz lwn-110dd4f4de1d277a95f6aa9102e62d1fd609af95.zip |
libertas: remove Arnd's wlan_ioctl.c comments
The ioctl handling is fairly OK now.
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
(cherry picked from aab5ac286446dcc04d3d5cb14cf7a3a86f116bc7 commit)
-rw-r--r-- | drivers/net/wireless/libertas/wlan_ioctl.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/net/wireless/libertas/wlan_ioctl.c b/drivers/net/wireless/libertas/wlan_ioctl.c index 91f20e4cf8f9..ad868b5573e2 100644 --- a/drivers/net/wireless/libertas/wlan_ioctl.c +++ b/drivers/net/wireless/libertas/wlan_ioctl.c @@ -19,19 +19,6 @@ * */ -/* - * Editor's comment: - * - * This whole file is a total mess, the author needs some education - * about ioctl handling. - * - * For now it probably needs to stay in order not to break existing - * tools, but we need to come up with some proper replacement for - * those calls that are actually needed. - * - * -arnd - */ - #include <linux/ctype.h> #include <linux/delay.h> #include <linux/if.h> |