]> git.baikalelectronics.ru Git - kernel.git/commit
mt76: mt7615: add support for registering a second wiphy via debugfs
authorFelix Fietkau <nbd@nbd.name>
Wed, 30 Oct 2019 22:27:48 +0000 (23:27 +0100)
committerFelix Fietkau <nbd@nbd.name>
Fri, 14 Feb 2020 09:05:59 +0000 (10:05 +0100)
commite06daae10aa9f847c40d2e835fac69bc46ebd029
tree1fa7405dcffcc921759f181d3edce9d80404c1b7
parentc6103885be320d50066cdcffaac906f7f8fe220a
mt76: mt7615: add support for registering a second wiphy via debugfs

This is only used for testing for now. In the future it will be possible to
enable the second PHY through an proper API via device tree

Running:
 echo 1 > /sys/kernel/debug/ieee80211/phyX/mt76/dbdc

will register a second wiphy (and limit the primary one to 2 spatial streams).
The second wiphy will only be able to run on 5 GHz, while the primary one can
operate in both bands (if supported by the device).

Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt7615/debugfs.c
drivers/net/wireless/mediatek/mt76/mt7615/eeprom.c
drivers/net/wireless/mediatek/mt76/mt7615/init.c
drivers/net/wireless/mediatek/mt76/mt7615/mt7615.h