Browse Source

[PATCH] ray_cs: Remove dependency on ieee80211

This patch removes the dependency on ieee80211.h from
the ray_cs driver. ray_cs only needs iw_handler.h.

Signed-off-by: Michael Wu <flamingice@sourmilk.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Michael Wu 18 years ago
parent
commit
113b898e38
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/net/wireless/ray_cs.c

+ 1 - 1
drivers/net/wireless/ray_cs.c

@@ -52,8 +52,8 @@
 #include <pcmcia/ds.h>
 #include <pcmcia/ds.h>
 #include <pcmcia/mem_op.h>
 #include <pcmcia/mem_op.h>
 
 
-#include <net/ieee80211.h>
 #include <linux/wireless.h>
 #include <linux/wireless.h>
+#include <net/iw_handler.h>
 
 
 #include <asm/io.h>
 #include <asm/io.h>
 #include <asm/system.h>
 #include <asm/system.h>