commit | 602d5ff4e784454fe8197980c989d649c5d9e4a3 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Mon Aug 29 14:14:17 2022 +0800 |
committer | developer <developer@mediatek.com> | Mon Aug 29 14:26:18 2022 +0800 |
tree | fabcf205c5af6f696af3eaa94c63e2d293dcf910 | |
parent | 0ab47d58d3a262974ac16fb522e1179ee21fc010 [diff] |
[rdk-b][mt7986][wifi-hal][Refactor get ap enable and get channel bandwidth functions] [Description] Refactor these two functions to stop annoying error message. Wi-Fi agent call them every 5 seconds. If the radio is not set up, the command would ouput command fail message to stderr. Thus, add a check and move error message to /dev/null in two functions. In getApEnable, we only consider stdout output. [Release-log] N/A