net/wireless: ipw2x00: remove unused definitions for regulatory domain
authorStanislav Yakovlev <stas.yakovlev@gmail.com>
Fri, 9 Mar 2012 00:06:50 +0000 (19:06 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 12 Mar 2012 18:19:37 +0000 (14:19 -0400)
ipw2200 driver does not use these defines, it uses geo struct instead.
Therefore remove them from its header.

Note: we keep them in the ipw2100 driver's header, because the driver
still uses them.

Signed-off-by: Stanislav Yakovlev <stas.yakovlev@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ipw2x00/ipw2200.h

index 66e84ec0eb55445ee16ff20dfe58038629343569..570d6fb889671b514a996bc468eab1ac39efcb31 100644 (file)
@@ -1997,18 +1997,6 @@ struct ipw_cmd_log {
 #define CFG_SYS_ANTENNA_B               0x03   /* force antenna B */
 #define CFG_SYS_ANTENNA_SLOW_DIV        0x02   /* consider background noise */
 
-/*
- * The definitions below were lifted off the ipw2100 driver, which only
- * supports 'b' mode, so I'm sure these are not exactly correct.
- *
- * Somebody fix these!!
- */
-#define REG_MIN_CHANNEL             0
-#define REG_MAX_CHANNEL             14
-
-#define REG_CHANNEL_MASK            0x00003FFF
-#define IPW_IBSS_11B_DEFAULT_MASK   0x87ff
-
 #define IPW_MAX_CONFIG_RETRIES 10
 
 #endif                         /* __ipw2200_h__ */