mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-08 15:04:45 +00:00
616f5701f4
Quantenna Pearl device exposes multiple (up to 3) radio interfaces under single PCIe function. So far all the wiphy devices were attached to the same pcie device. As a result, all different wireless network devices were reported under the same sysfs directory for pcie device, e.g.: $ ls /sys/class/net/wlan0/device/net/ wlan0 wlan1 It turns out that such behavior may confuse various users of wireless subsystem. For instance, it turned out to be the case for: - Linux init systems, e.g. for renaming based on parent device - OpenWRT configuration scripts Suggested solution is to add an intermediate virtual platform device for each radio interface. Signed-off-by: Sergey Matyukevich <sergey.matyukevich.os@quantenna.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> |
||
---|---|---|
.. | ||
pcie | ||
bus.h | ||
cfg80211.c | ||
cfg80211.h | ||
commands.c | ||
commands.h | ||
core.c | ||
core.h | ||
debug.c | ||
debug.h | ||
event.c | ||
event.h | ||
Kconfig | ||
Makefile | ||
qlink_util.c | ||
qlink_util.h | ||
qlink.h | ||
qtn_hw_ids.h | ||
shm_ipc_defs.h | ||
shm_ipc.c | ||
shm_ipc.h | ||
switchdev.h | ||
trans.c | ||
trans.h | ||
util.c | ||
util.h |