Skip to content
Commit dd063ffa authored by Taehee Yoo's avatar Taehee Yoo Committed by Johannes Berg
Browse files

virt_wifi: implement ndo_get_iflink



->ndo_get_iflink() is useful for finding lower interface.

Test commands:
    ip link add dummy0 type dummy
    ip link add vw1 link dummy0 type virt_wifi
    ip link show vw1

Before:
    9: vw1: <BROADCAST,MULTICAST> ...
After:
    9: vw1@dummy0: <BROADCAST,MULTICAST> ...

Signed-off-by: default avatarTaehee Yoo <ap420073@gmail.com>
Link: https://lore.kernel.org/r/20200305090636.28221-1-ap420073@gmail.com


Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent a916062a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment