Staging: rt3090: rename device from raX to wlanX
authorAxel K <rain_maker@root-forum.org>
Thu, 3 Sep 2009 19:53:37 +0000 (21:53 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:02:34 +0000 (12:02 -0700)
This patch sets "wlan" as the default suffix for naming the device, a
change which has also been previously applied to rt2860/rt2870 in
staging.

Signed-off-by: Axel Koellhofer <rain_maker@root-forum.org>
Acked-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/rt3090/rtmp_def.h

index cf0d5a1..aeb739d 100644 (file)
 #define INT_APCLI                      0x0400
 #define INT_MESH                       0x0500
 
-#define INF_MAIN_DEV_NAME              "ra"
-#define INF_MBSSID_DEV_NAME            "ra"
+#define INF_MAIN_DEV_NAME              "wlan"
+#define INF_MBSSID_DEV_NAME            "wlan"
 #define INF_WDS_DEV_NAME               "wds"
 #define INF_APCLI_DEV_NAME             "apcli"
 #define INF_MESH_DEV_NAME              "mesh"