aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSukesh Srikakula <[email protected]>2011-05-13 11:59:40 +0200
committerGreg Kroah-Hartman <[email protected]>2011-05-17 12:12:32 -0700
commit8343f18056900eb8ca6dea45b70ffa4cce4b65cc (patch)
treef01c337561862f51a49d296dd147c97e87e130c5
parente6e8f894aac3ab87aa272ed1479fa1f89c30844d (diff)
staging: brcm80211: brcmfmac driver's interface name changed to "wlan"
Currently interface name for the brcmfmac driver is "eth". This is changed to "wlan". Cc: [email protected] Cc: [email protected] Reviewed-by: Franky (Zhenhui) Lin <[email protected]> Reviewed-by: Brett Rudley <[email protected]> Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/brcm80211/brcmfmac/dhd_linux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/brcm80211/brcmfmac/dhd_linux.c b/drivers/staging/brcm80211/brcmfmac/dhd_linux.c
index 31a5ca05fca7..ad3b5abdb3a5 100644
--- a/drivers/staging/brcm80211/brcmfmac/dhd_linux.c
+++ b/drivers/staging/brcm80211/brcmfmac/dhd_linux.c
@@ -325,7 +325,7 @@ uint dhd_roam = 1;
uint dhd_radio_up = 1;
/* Network inteface name */
-char iface_name[IFNAMSIZ];
+char iface_name[IFNAMSIZ] = "wlan";
module_param_string(iface_name, iface_name, IFNAMSIZ, 0);
/* The following are specific to the SDIO dongle */