masayuki2009 commented on a change in pull request #2175:
URL: https://github.com/apache/incubator-nuttx/pull/2175#discussion_r514972528
##########
File path: drivers/wireless/gs2200m.c
##########
@@ -3071,6 +3086,34 @@ static void gs2200m_irq_worker(FAR void *arg)
t = gs2200m_recv_pkt(dev, pkt_dat);
+ if (true == gs2200m_disassociate_flag)
+ {
+ /* Disassociate recovery */
+
+ wlwarn("=== receive DISASSOCIATE\n");
+ dev->valid_cid_bits = 0;
+
+ gs2200m_disassociate(dev);
+ do
Review comment:
OK, but please fixup the commit (we don't need the separate commit)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]