On Thu, 2019-01-24 at 16:46 +0900, Masashi Honma wrote: > Signed-off-by: Masashi Honma <masashi.honma@xxxxxxxxx> > --- > tests/hwsim/p2p_utils.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/tests/hwsim/p2p_utils.py b/tests/hwsim/p2p_utils.py > index 6c8a3cc4b..3abc00a62 100644 > --- a/tests/hwsim/p2p_utils.py > +++ b/tests/hwsim/p2p_utils.py > @@ -241,7 +241,7 @@ def go_neg_pin(i_dev, r_dev, i_intent=None, r_intent=None, i_method='enter', r_m > pin = r_dev.wps_read_pin() > logger.info("Start GO negotiation " + i_dev.ifname + " -> " + r_dev.ifname) > r_dev.dump_monitor() > - res = queue.Queue() > + res = Queue() Ah, heh. I guess you got a bit confused with the queue stuff, or maybe even 2to3 did :) johannes _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap