mirror of
https://github.com/torvalds/linux.git
synced 2024-12-01 16:41:39 +00:00
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>
This commit is contained in:
parent
23d1d3d922
commit
ad26848142
@ -9,7 +9,6 @@ TODO:
|
|||||||
- checkpatch.pl clean
|
- checkpatch.pl clean
|
||||||
- sparse clean
|
- sparse clean
|
||||||
- port to in-kernel 80211 stack and common rt2x00 infrastructure
|
- port to in-kernel 80211 stack and common rt2x00 infrastructure
|
||||||
- remove reading from /etc/ config files
|
|
||||||
- review by the wireless developer community
|
- review by the wireless developer community
|
||||||
|
|
||||||
Please send any patches or complaints about this driver to Greg
|
Please send any patches or complaints about this driver to Greg
|
||||||
|
@ -80,11 +80,9 @@
|
|||||||
***********************************************************************************/
|
***********************************************************************************/
|
||||||
|
|
||||||
#ifdef RTMP_MAC_PCI
|
#ifdef RTMP_MAC_PCI
|
||||||
#define STA_PROFILE_PATH "/etc/Wireless/RT2860STA/RT2860STA.dat"
|
|
||||||
#define STA_DRIVER_VERSION "2.1.0.0"
|
#define STA_DRIVER_VERSION "2.1.0.0"
|
||||||
#endif /* RTMP_MAC_PCI // */
|
#endif /* RTMP_MAC_PCI // */
|
||||||
#ifdef RTMP_MAC_USB
|
#ifdef RTMP_MAC_USB
|
||||||
#define STA_PROFILE_PATH "/etc/Wireless/RT2870STA/RT2870STA.dat"
|
|
||||||
#define STA_DRIVER_VERSION "2.1.0.0"
|
#define STA_DRIVER_VERSION "2.1.0.0"
|
||||||
/* RT3070 version: 2.1.1.0 */
|
/* RT3070 version: 2.1.1.0 */
|
||||||
#endif /* RTMP_MAC_USB // */
|
#endif /* RTMP_MAC_USB // */
|
||||||
|
Loading…
Reference in New Issue
Block a user