Below is the plain commit:
```
wtap(4): Rename physical interface
The original physical interface created by wtap is "wlan%d", which will confuse us with the vap created by ifconfig which also named "wlan%d". Rename the physical interface to "wtap%d".
```
This diff depends on D35624.