[PATCH] ray_cs: Remove dependency on ieee80211
authorMichael Wu <flamingice@sourmilk.net>
Mon, 14 Aug 2006 06:27:17 +0000 (23:27 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 14 Aug 2006 19:43:23 +0000 (15:43 -0400)
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>
drivers/net/wireless/ray_cs.c

index 61b83a5..8e112d1 100644 (file)
@@ -52,8 +52,8 @@
 #include <pcmcia/ds.h>
 #include <pcmcia/mem_op.h>
 
-#include <net/ieee80211.h>
 #include <linux/wireless.h>
+#include <net/iw_handler.h>
 
 #include <asm/io.h>
 #include <asm/system.h>