aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rt2860
diff options
context:
space:
mode:
authorSebastian Dalfuß <sd@sedf.de>2009-11-06 08:49:00 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2009-12-11 15:23:16 -0500
commitad26848142950277172a983e7e525fa8806a6300 (patch)
treeaa2b93a5978f71f6690553cccba45a93af9a647e /drivers/staging/rt2860
parent23d1d3d92283d6888e8e595cd52848728cd3da35 (diff)
Staging: rt2860: remove remainders of /etc reading stuff
The stuff that tries to read a file from /etc is already removed, so this patch just removes the last remainders. Signed-off-by: Sebastian Dalfuß <sd@sedf.de> Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/staging/rt2860')
-rw-r--r--drivers/staging/rt2860/TODO1
-rw-r--r--drivers/staging/rt2860/rt_linux.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/rt2860/TODO b/drivers/staging/rt2860/TODO
index 6158dc2a4b6..8e2f6ee0a2b 100644
--- a/drivers/staging/rt2860/TODO
+++ b/drivers/staging/rt2860/TODO
@@ -9,7 +9,6 @@ TODO:
9 - checkpatch.pl clean 9 - checkpatch.pl clean
10 - sparse clean 10 - sparse clean
11 - port to in-kernel 80211 stack and common rt2x00 infrastructure 11 - port to in-kernel 80211 stack and common rt2x00 infrastructure
12 - remove reading from /etc/ config files
13 - review by the wireless developer community 12 - review by the wireless developer community
14 13
15Please send any patches or complaints about this driver to Greg 14Please send any patches or complaints about this driver to Greg
diff --git a/drivers/staging/rt2860/rt_linux.h b/drivers/staging/rt2860/rt_linux.h
index e1eb740839e..7efc109c22f 100644
--- a/drivers/staging/rt2860/rt_linux.h
+++ b/drivers/staging/rt2860/rt_linux.h
@@ -80,11 +80,9 @@
80 ***********************************************************************************/ 80 ***********************************************************************************/
81 81
82#ifdef RTMP_MAC_PCI 82#ifdef RTMP_MAC_PCI
83#define STA_PROFILE_PATH "/etc/Wireless/RT2860STA/RT2860STA.dat"
84#define STA_DRIVER_VERSION "2.1.0.0" 83#define STA_DRIVER_VERSION "2.1.0.0"
85#endif /* RTMP_MAC_PCI // */ 84#endif /* RTMP_MAC_PCI // */
86#ifdef RTMP_MAC_USB 85#ifdef RTMP_MAC_USB
87#define STA_PROFILE_PATH "/etc/Wireless/RT2870STA/RT2870STA.dat"
88#define STA_DRIVER_VERSION "2.1.0.0" 86#define STA_DRIVER_VERSION "2.1.0.0"
89/* RT3070 version: 2.1.1.0 */ 87/* RT3070 version: 2.1.1.0 */
90#endif /* RTMP_MAC_USB // */ 88#endif /* RTMP_MAC_USB // */