Re: [PATCH] ieee802154: hwsim: fix GPF in hwsim_set_edge_lqi

From: Dongliang Mu
Date: Wed Jul 07 2021 - 10:40:45 EST


On Wed, Jul 7, 2021 at 9:44 PM Alexander Aring <alex.aring@xxxxxxxxx> wrote:
>
> Hi,
>
> On Mon, 5 Jul 2021 at 09:13, Dongliang Mu <mudongliangabcd@xxxxxxxxx> wrote:
> >
> > Both MAC802154_HWSIM_ATTR_RADIO_ID and MAC802154_HWSIM_ATTR_RADIO_EDGE,
> > MAC802154_HWSIM_EDGE_ATTR_ENDPOINT_ID and MAC802154_HWSIM_EDGE_ATTR_LQI
> > must be present to fix GPF.
> >
> > Fixes: f25da51fdc38 ("ieee802154: hwsim: add replacement for fakelb")
> > Signed-off-by: Dongliang Mu <mudongliangabcd@xxxxxxxxx>
>
> Acked-by: Alexander Aring <aahringo@xxxxxxxxxx>
>
> Thanks, but there are more places than this one. Can you send patches
> for them as well? Thanks! :)

Sure. I will double-check those places and send patches to fix them.

>
> - Alex