commit | 229ad6b66c675919d14ab28c9726eed72fe55891 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Fri Mar 24 02:06:28 2023 +0800 |
committer | developer <developer@mediatek.com> | Fri Mar 24 14:14:04 2023 +0800 |
tree | 4eaded753e7a3289a8b430e446a3c62fe8ea5908 | |
parent | 592a1e38af22d0dd733e836d5f78200fdd7a95c3 [diff] |
[][MAC80211][core][Fix color aging not being queued] [Description] Fix color aging work not being queue and stale color doesn't get aged out. The sdata is not running when we first queue color_aging_work if we put it in ieee80211_setup_sdata(). Move that to ieee80211_do_open() after sdata is running. [Release-log] N/A Change-Id: Ie2ea7466851206838c1c9c70eb318d8315adb9e7 Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/7289974