]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/wireless/wavelan_cs.p.h
latency.c: use QoS infrastructure
[linux-2.6-omap-h63xx.git] / drivers / net / wireless / wavelan_cs.p.h
index c65fe7a391ecf15b400fbe529ad38f4a47ca13e0..33dd97094227afd07a3d3fb005b4761e7f651d8f 100644 (file)
  * the Wavelan itself (NCR -> AT&T -> Lucent).
  *
  * All started with Anders Klemets <klemets@paul.rutgers.edu>,
- * writting a Wavelan ISA driver for the MACH microkernel. Girish
+ * writing a Wavelan ISA driver for the MACH microkernel. Girish
  * Welling <welling@paul.rutgers.edu> had also worked on it.
  * Keith Moore modify this for the Pcmcia hardware.
  * 
 /***************************** INCLUDES *****************************/
 
 /* Linux headers that we need */
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/kernel.h>
 #include <linux/init.h>
 #undef WAVELAN_ROAMING_EXT     /* Enable roaming wireless extensions */
 #undef SET_PSA_CRC             /* Set the CRC in PSA (slower) */
 #define USE_PSA_CONFIG         /* Use info from the PSA */
-#undef STRUCT_CHECK            /* Verify padding of structures */
 #undef EEPROM_IS_PROTECTED     /* Doesn't seem to be necessary */
 #define MULTICAST_AVOID                /* Avoid extra multicast (I'm sceptical) */
 #undef SET_MAC_ADDRESS         /* Experimental */
@@ -549,7 +547,7 @@ typedef struct wavepoint_beacon
                        spec_id2,       /* Unused */
                        pdu_type,       /* Unused */
                        seq;            /* WavePoint beacon sequence number */
-  unsigned short       domain_id,      /* WavePoint Domain ID */
+  __be16               domain_id,      /* WavePoint Domain ID */
                        nwid;           /* WavePoint NWID */
 } wavepoint_beacon;
 
@@ -739,8 +737,7 @@ static void
 /* ---------------------- INTERRUPT HANDLING ---------------------- */
 static irqreturn_t
        wavelan_interrupt(int,  /* Interrupt handler */
-                         void *,
-                         struct pt_regs *);
+                         void *);
 static void
        wavelan_watchdog(struct net_device *);  /* Transmission watchdog */
 /* ------------------- CONFIGURATION CALLBACKS ------------------- */