qcacld-3.0: Fix LFR3 roaming and NUD race condition issue
If data stall happens, both LFR3 roaming and NUD may happen, if LFR3 happens first, updated connected bssid, NUD handler will add new bssid to blacklist and trigger roaming again by mistake. Fix: Once roaming succeed, reset NUD status to NUD_NONE to finish current NUD cycle, but don't zero gw mac addr since roaming does't update gateway. Change-Id: I03685ca21348444d929e042f12dc3a837ca51940 CRs-Fixed: 2818785
Loading
Please register or sign in to comment