提交 b551a3c9 编写于 作者: L Luciano Coelho

wlcore: use u8 instead of enum for bcn_filt_mode

Since we will export the conf structure as a file, we need to use well
defined types.  Instead of using enum, whose size may vary, use u8 for
bcn_filt_mode instead.
Signed-off-by: NLuciano Coelho <coelho@ti.com>
上级 648f6ed9
...@@ -824,7 +824,7 @@ struct conf_conn_settings { ...@@ -824,7 +824,7 @@ struct conf_conn_settings {
* *
* Range: CONF_BCN_FILT_MODE_* * Range: CONF_BCN_FILT_MODE_*
*/ */
enum conf_bcn_filt_mode bcn_filt_mode; u8 bcn_filt_mode;
/* /*
* Configure Beacon filter pass-thru rules. * Configure Beacon filter pass-thru rules.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册