diff options
author | Stanislav Yakovlev <stas.yakovlev@gmail.com> | 2012-03-07 19:32:40 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-03-08 14:05:07 -0500 |
commit | d11f0ca0121996461b17e93941e9dfa0a9eebbd1 (patch) | |
tree | 938d96f64eb4240216fbd277ada02963c0c8489e /drivers/net/wireless/ipw2x00 | |
parent | f44d4eb54432a0109ff15b2669c91f061428ff39 (diff) |
net/wireless: ipw2x00: remove WEXT_USECHANNELS define
Driver does not use it any more.
Signed-off-by: Stanislav Yakovlev <stas.yakovlev@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ipw2x00')
-rw-r--r-- | drivers/net/wireless/ipw2x00/ipw2100.c | 2 | ||||
-rw-r--r-- | drivers/net/wireless/ipw2x00/ipw2200.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/wireless/ipw2x00/ipw2100.c b/drivers/net/wireless/ipw2x00/ipw2100.c index 5d7e97e63de..ddf340f914d 100644 --- a/drivers/net/wireless/ipw2x00/ipw2100.c +++ b/drivers/net/wireless/ipw2x00/ipw2100.c | |||
@@ -298,8 +298,6 @@ static const char *command_types[] = { | |||
298 | }; | 298 | }; |
299 | #endif | 299 | #endif |
300 | 300 | ||
301 | #define WEXT_USECHANNELS 1 | ||
302 | |||
303 | static const long ipw2100_frequencies[] = { | 301 | static const long ipw2100_frequencies[] = { |
304 | 2412, 2417, 2422, 2427, | 302 | 2412, 2417, 2422, 2427, |
305 | 2432, 2437, 2442, 2447, | 303 | 2432, 2437, 2442, 2447, |
diff --git a/drivers/net/wireless/ipw2x00/ipw2200.h b/drivers/net/wireless/ipw2x00/ipw2200.h index ecb561d7a7a..66e84ec0eb5 100644 --- a/drivers/net/wireless/ipw2x00/ipw2200.h +++ b/drivers/net/wireless/ipw2x00/ipw2200.h | |||
@@ -27,8 +27,6 @@ | |||
27 | #ifndef __ipw2200_h__ | 27 | #ifndef __ipw2200_h__ |
28 | #define __ipw2200_h__ | 28 | #define __ipw2200_h__ |
29 | 29 | ||
30 | #define WEXT_USECHANNELS 1 | ||
31 | |||
32 | #include <linux/module.h> | 30 | #include <linux/module.h> |
33 | #include <linux/moduleparam.h> | 31 | #include <linux/moduleparam.h> |
34 | #include <linux/init.h> | 32 | #include <linux/init.h> |