提交 8343f180 编写于 作者: S Sukesh Srikakula 提交者: Greg Kroah-Hartman

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: devel@linuxdriverproject.org
Cc: linux-wireless@vger.kernel.org
Reviewed-by: NFranky (Zhenhui) Lin <frankyl@broadcom.com>
Reviewed-by: NBrett Rudley <brudley@broadcom.com>
Signed-off-by: NArend van Spriel <arend@broadcom.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 e6e8f894
...@@ -325,7 +325,7 @@ uint dhd_roam = 1; ...@@ -325,7 +325,7 @@ uint dhd_roam = 1;
uint dhd_radio_up = 1; uint dhd_radio_up = 1;
/* Network inteface name */ /* Network inteface name */
char iface_name[IFNAMSIZ]; char iface_name[IFNAMSIZ] = "wlan";
module_param_string(iface_name, iface_name, IFNAMSIZ, 0); module_param_string(iface_name, iface_name, IFNAMSIZ, 0);
/* The following are specific to the SDIO dongle */ /* The following are specific to the SDIO dongle */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册