wlan-ap-Telecominfraproject/feeds
ravi vaishnav 4beda3ab66 Wifi-3463. Fix for scan timeout with scan on same interface
Successive scan requests on same interface cause scan timeout.
Scan requests are enqueued at the Opensync layer and is designed
to handle the requests sequentially. If there are successive
scan requests for the same interface, then we end up deleteling
an on-going scan context. This is due to the interface name being
used as key for the AVL entries, and we were trying to reuse the
AVL entry if one already exist.
Solution is to always allocate a new entry without any reuse.

Signed-off-by: ravi vaishnav <ravi.vaishnav@netexperience.com>
2021-08-13 12:19:00 -04:00
..
bluetooth openwrt-20.x: add support for latest 20.x 2020-12-02 12:14:16 +01:00
ipq807x Wifi-2690. ipq807x:Enable bridge-mgr to control port mac address learning 2021-06-25 15:20:35 -04:00
python feed/package: move the package backport to their own folder 2020-12-02 09:48:18 +01:00
python-20.x openwrt-20.x: add support for latest 20.x 2020-12-02 12:14:16 +01:00
realtek/rtl83xx-poe realtek: add feed 2020-12-02 09:48:18 +01:00
wifi-ax WIFI-3236: Added reason code to switch_chan ubus call 2021-07-29 14:42:58 -04:00
wifi-trunk WIFI-3236: Added reason code to switch_chan ubus call 2021-07-29 14:42:58 -04:00
wlan-ap Wifi-3463. Fix for scan timeout with scan on same interface 2021-08-13 12:19:00 -04:00