Staging: rt2860: remove remainders of /etc reading stuff
authorSebastian Dalfuß <sd@sedf.de>
Fri, 6 Nov 2009 13:49:00 +0000 (14:49 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Dec 2009 20:23:16 +0000 (12:23 -0800)
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>

drivers/staging/rt2860/TODO
drivers/staging/rt2860/rt_linux.h

index 6158dc2..8e2f6ee 100644 (file)
@@ -9,7 +9,6 @@ TODO:
        - checkpatch.pl clean
        - sparse clean
        - port to in-kernel 80211 stack and common rt2x00 infrastructure
-       - remove reading from /etc/ config files
        - review by the wireless developer community
 
 Please send any patches or complaints about this driver to Greg
index e1eb740..7efc109 100644 (file)
  ***********************************************************************************/
 
 #ifdef RTMP_MAC_PCI
-#define STA_PROFILE_PATH                       "/etc/Wireless/RT2860STA/RT2860STA.dat"
 #define STA_DRIVER_VERSION                     "2.1.0.0"
 #endif /* RTMP_MAC_PCI // */
 #ifdef RTMP_MAC_USB
-#define STA_PROFILE_PATH                       "/etc/Wireless/RT2870STA/RT2870STA.dat"
 #define STA_DRIVER_VERSION                     "2.1.0.0"
 /* RT3070 version: 2.1.1.0 */
 #endif /* RTMP_MAC_USB // */