Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d11f0ca0 authored by Stanislav Yakovlev's avatar Stanislav Yakovlev Committed by John W. Linville
Browse files

net/wireless: ipw2x00: remove WEXT_USECHANNELS define



Driver does not use it any more.

Signed-off-by: default avatarStanislav Yakovlev <stas.yakovlev@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent f44d4eb5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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,
+0 −2
Original line number Diff line number Diff line
@@ -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>