aboutsummaryrefslogtreecommitdiffstats
path: root/package/rt61/patches/01-wireless_extensions_version.patch
diff options
context:
space:
mode:
authorTim Yardley <lst@openwrt.org>2007-03-05 01:38:44 +0000
committerTim Yardley <lst@openwrt.org>2007-03-05 01:38:44 +0000
commitccfa4a7af6c49dd72a541f25568e1ab561002aa7 (patch)
tree2c8745bf81de6241ca198fe4883e26cffde146ba /package/rt61/patches/01-wireless_extensions_version.patch
parent44a2fd050c2c95f342ccca8bcdcb3d05f4ac1042 (diff)
downloadupstream-ccfa4a7af6c49dd72a541f25568e1ab561002aa7.tar.gz
upstream-ccfa4a7af6c49dd72a541f25568e1ab561002aa7.tar.bz2
upstream-ccfa4a7af6c49dd72a541f25568e1ab561002aa7.zip
trunk.. same deal as changeset:6526
SVN-Revision: 6527
Diffstat (limited to 'package/rt61/patches/01-wireless_extensions_version.patch')
-rw-r--r--package/rt61/patches/01-wireless_extensions_version.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/rt61/patches/01-wireless_extensions_version.patch b/package/rt61/patches/01-wireless_extensions_version.patch
deleted file mode 100644
index b0e254a908..0000000000
--- a/package/rt61/patches/01-wireless_extensions_version.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN rt61-1.1.0-b1/Module/rtmp_main.c rt61-1.1.0-b1.new/Module/rtmp_main.c
---- rt61-1.1.0-b1/Module/rtmp_main.c 2006-06-18 10:58:40.000000000 +0200
-+++ rt61-1.1.0-b1.new/Module/rtmp_main.c 2006-12-17 19:59:10.000000000 +0100
-@@ -252,7 +252,7 @@
- net_dev->stop = RT61_close;
- net_dev->get_stats = RT61_get_ether_stats;
-
--#if WIRELESS_EXT >= 12
-+#if WIRELESS_EXT >= 12 && WIRELESS_EXT < 21
- net_dev->get_wireless_stats = RT61_get_wireless_stats;
- net_dev->wireless_handlers = (struct iw_handler_def *) &rt61_iw_handler_def;
- #endif