Skip to content

Commit

Permalink
wlcore: use u8 instead of enum for bcn_filt_mode
Browse files Browse the repository at this point in the history
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: Luciano Coelho <coelho@ti.com>
  • Loading branch information
Luciano Coelho committed May 15, 2012
1 parent 9d8c5b1 commit 6de31d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/ti/wlcore/conf.h
Expand Up @@ -824,7 +824,7 @@ struct conf_conn_settings {
*
* Range: CONF_BCN_FILT_MODE_*
*/
enum conf_bcn_filt_mode bcn_filt_mode;
u8 bcn_filt_mode;

/*
* Configure Beacon filter pass-thru rules.
Expand Down

0 comments on commit 6de31d0

Please sign in to comment.