ipw2200: minor cleanups
authorJiri Benc <jbenc@suse.cz>
Fri, 26 Aug 2005 00:09:39 +0000 (20:09 -0400)
committerJeff Garzik <jgarzik@pobox.com>
Fri, 26 Aug 2005 00:09:39 +0000 (20:09 -0400)
This removes one trap for a programmer, few unused macros, and one
unused struct.

Signed-off-by: Pavel Machek <pavel@suse.cz>
Signed-off-by: Jiri Benc <jbenc@suse.cz>
drivers/net/wireless/ipw2200.c
drivers/net/wireless/ipw2200.h

index fe328671192d2908050e58fd43f6438965941461..6d0b6b1df4cae960d609c47cad6674a066f957b8 100644 (file)
@@ -4485,7 +4485,7 @@ static void ipw_debug_config(struct ipw_priv *priv)
        IPW_DEBUG_INFO("RATE MASK: 0x%08X\n", priv->rates_mask);
 }
 #else
-#define ipw_debug_config(x) do {} while (0);
+#define ipw_debug_config(x) do {} while (0)
 #endif
 
 static inline void ipw_set_fixed_rate(struct ipw_priv *priv,
index 746bcdb1c2977798556a0e39438a50d80495f004..3bff09d931541b8c823a4fcce5c6830739e7f8b3 100644 (file)
@@ -73,8 +73,6 @@ enum connection_manager_assoc_states
 };
 
 
-#define IPW_NORMAL                   0
-#define IPW_NOWAIT                   0
 #define IPW_WAIT                     (1<<0)
 #define IPW_QUIET                    (1<<1)
 #define IPW_ROAMING                  (1<<2)
@@ -180,7 +178,7 @@ enum connection_manager_assoc_states
 
 /* even if MAC WEP set (allows pre-encrypt) */
 #define DCT_FLAG_NO_WEP              0x20
-#define IPW_
+
 /* overwrite TSF field */
 #define DCT_FLAG_TSF_REQD                  0x40
 
@@ -513,12 +511,6 @@ struct notif_authenticate {
        u16 status;
 } __attribute__ ((packed));
 
-struct temperature
-{
-       s32 measured;
-       s32 active;
-} __attribute__ ((packed));
-
 struct notif_calibration {
        u8 data[104];
 } __attribute__ ((packed));