Skip to content

Commit

Permalink
net/wireless: ipw2x00: remove WEXT_USECHANNELS define
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stanislav Yakovlev authored and John W. Linville committed Mar 8, 2012
1 parent f44d4eb commit d11f0ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions drivers/net/wireless/ipw2x00/ipw2100.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,6 @@ static const char *command_types[] = {
};
#endif

#define WEXT_USECHANNELS 1

static const long ipw2100_frequencies[] = {
2412, 2417, 2422, 2427,
2432, 2437, 2442, 2447,
Expand Down
2 changes: 0 additions & 2 deletions drivers/net/wireless/ipw2x00/ipw2200.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
#ifndef __ipw2200_h__
#define __ipw2200_h__

#define WEXT_USECHANNELS 1

#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/init.h>
Expand Down

0 comments on commit d11f0ca

Please sign in to comment.