mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
Wifi:RTL8188EU: modify to creat p2p0 interface for wifi direct.
This commit is contained in:
parent
bac65c4e71
commit
6d2d02f268
|
|
@ -210,7 +210,7 @@ char* ifname = "wlan%d";
|
|||
module_param(ifname, charp, 0644);
|
||||
MODULE_PARM_DESC(ifname, "The default name to allocate for first interface");
|
||||
|
||||
char* if2name = "wlan%d";
|
||||
char* if2name = "p2p0";
|
||||
module_param(if2name, charp, 0644);
|
||||
MODULE_PARM_DESC(if2name, "The default name to allocate for second interface");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user