Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2d8cbd31 authored by Stefan Schmidt's avatar Stefan Schmidt Committed by Marcel Holtmann
Browse files

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

parent f1a71886
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
}