Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0961284c authored by Axel K's avatar Axel K Committed by Greg Kroah-Hartman
Browse files

Staging: rt3090: rename device from raX to wlanX



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: default avatarAxel Koellhofer <rain_maker@root-forum.org>
Acked-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 7dbefe3d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1414,8 +1414,8 @@
#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"