提交 2d8cbd31 编写于 作者: S Stefan Schmidt 提交者: Marcel Holtmann

ieee802154/atusb: Set default ed level to 0xbe like the rest of these drivers

Signed-off-by: NStefan Schmidt <stefan@osg.samsung.com>
Acked-by: NAlexander Aring <alex.aring@gmail.com>
Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
上级 f1a71886
......@@ -365,8 +365,8 @@ static int atusb_channel(struct ieee802154_hw *hw, u8 page, u8 channel)
static int atusb_ed(struct ieee802154_hw *hw, u8 *level)
{
/* @@@ not used by the stack yet */
*level = 0;
BUG_ON(!level);
*level = 0xbe;
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册