]> Git Repo - linux.git/commitdiff
[PATCH] ray_cs: Remove dependency on ieee80211
authorMichael Wu <[email protected]>
Mon, 14 Aug 2006 06:27:17 +0000 (23:27 -0700)
committerJohn W. Linville <[email protected]>
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 <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
drivers/net/wireless/ray_cs.c

index 61b83a5e737a719719646d37a4ff76d03b9fd949..8e112d139e297417548bf5cd7801509504d2104e 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>
This page took 0.06325 seconds and 4 git commands to generate.