commit | 42ba15d1ca7486f4287a60f937d540b9c3da8ac8 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Tue Jan 16 13:55:12 2024 +0800 |
committer | developer <developer@mediatek.com> | Wed Jan 24 15:15:02 2024 +0800 |
tree | c3ddbd7daf354baed80b4b6700107b83bca7811e | |
parent | 2d0afd65bab78c29cad542545e529a819f9a6f64 [diff] |
[][MAC80211][WiFi6][mt76][Fix bug in VoW DebugFS command] [Description] Fix a bug in DebugFS command "vow". Specifically, variable "rv" is not properly initialized, so its value might be random, causing the conditional statement in "show_vow_info" command to fail. To fix this bug, do not check the number of arguments for "show_vow_info" command. In addition, coding style is refined. [Release-log] N/A Change-Id: I346e4eaa27ab82f924c5f10cb1f481a83eddc231 Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/8547829