Message ID | 20230310145346.1397068-1-miquel.raynal@bootlin.com (mailing list archive) |
---|---|
Headers | show |
Series | ieee802154: Active scan support | expand |
Hi, On Fri, Mar 10, 2023 at 10:12 AM Miquel Raynal <miquel.raynal@bootlin.com> wrote: > > Hello, > Following the initial support for passive scan and beaconing, here is an > addition to support active scans. > Thanks, > Miquèl Acked-by: Alexander Aring <aahringo@redhat.com> but I need to admit those are more scan mechanism related work and I trust Miquel he does the right thing, because he is actually more into this topic as me and worked previously on it. For me, I do not see anything that will break something e.g. overwriting framebuffer/dealing with frame filter levels and I am pretty sure Miquel already knows to take care of it. Even if there would later be a problem regarding that, we can hopefully work things out. Thanks. Sorry for the late reply. - Alex
Hello. On 23.03.23 13:58, Alexander Aring wrote: > Hi, > > On Fri, Mar 10, 2023 at 10:12 AM Miquel Raynal > <miquel.raynal@bootlin.com> wrote: >> >> Hello, >> Following the initial support for passive scan and beaconing, here is an >> addition to support active scans. >> Thanks, >> Miquèl > > Acked-by: Alexander Aring <aahringo@redhat.com> This patch has been applied to the wpan-next tree and will be part of the next pull request to net-next. Thanks! regards Stefan Schmidt
Hi, aahringo@redhat.com wrote on Thu, 23 Mar 2023 08:58:43 -0400: > Hi, > > On Fri, Mar 10, 2023 at 10:12 AM Miquel Raynal > <miquel.raynal@bootlin.com> wrote: > > > > Hello, > > Following the initial support for passive scan and beaconing, here is an > > addition to support active scans. > > Thanks, > > Miquèl > > Acked-by: Alexander Aring <aahringo@redhat.com> > > but I need to admit those are more scan mechanism related work and I > trust Miquel he does the right thing, because he is actually more into > this topic as me and worked previously on it. > For me, I do not see anything that will break something e.g. > overwriting framebuffer/dealing with frame filter levels and I am > pretty sure Miquel already knows to take care of it. I agree with the fact that the risk is rather low on this one. Now coming: - Handling of limited devices (ca8210) - Associations/dis-associations (+ additional care to avoid confusing the devices) > > Even if there would later be a problem regarding that, we can > hopefully work things out. Of course. > > Thanks. > > Sorry for the late reply. > > - Alex > Thanks! Miquèl
Hi, On Fri, Mar 24, 2023 at 5:57 AM Miquel Raynal <miquel.raynal@bootlin.com> wrote: > > Hi, > > aahringo@redhat.com wrote on Thu, 23 Mar 2023 08:58:43 -0400: > > > Hi, > > > > On Fri, Mar 10, 2023 at 10:12 AM Miquel Raynal > > <miquel.raynal@bootlin.com> wrote: > > > > > > Hello, > > > Following the initial support for passive scan and beaconing, here is an > > > addition to support active scans. > > > Thanks, > > > Miquèl > > > > Acked-by: Alexander Aring <aahringo@redhat.com> > > > > but I need to admit those are more scan mechanism related work and I > > trust Miquel he does the right thing, because he is actually more into > > this topic as me and worked previously on it. > > For me, I do not see anything that will break something e.g. > > overwriting framebuffer/dealing with frame filter levels and I am > > pretty sure Miquel already knows to take care of it. > > I agree with the fact that the risk is rather low on this one. Now > coming: > - Handling of limited devices (ca8210) > - Associations/dis-associations (+ additional care to avoid confusing > the devices) > ok. Thanks for the update. - Alex