mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 14:07:05 +07:00
fakelb: add virtual phy reset defaults
This patch adds reset defaults for the fakelb phy. I used the channel 13 and page 0 which is the same default like at86rf233. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
parent
12da8d97ab
commit
e214a9040a
@ -173,6 +173,11 @@ static int fakelb_add_one(struct device *dev)
|
||||
/* 950 MHz GFSK 802.15.4d-2009 */
|
||||
hw->phy->supported.channels[6] |= 0x3ffc00;
|
||||
|
||||
ieee802154_random_extended_addr(&hw->phy->perm_extended_addr);
|
||||
/* fake phy channel 13 as default */
|
||||
hw->phy->current_channel = 13;
|
||||
phy->channel = hw->phy->current_channel;
|
||||
|
||||
hw->parent = dev;
|
||||
|
||||
err = ieee802154_register_hw(hw);
|
||||
|
Loading…
Reference in New Issue
Block a user