projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
648f6ed
)
wlcore: use u8 instead of enum for bcn_filt_mode
author
Luciano Coelho
<coelho@ti.com>
Thu, 7 Jun 2012 20:39:25 +0000
(23:39 +0300)
committer
Luciano Coelho
<coelho@ti.com>
Fri, 8 Jun 2012 06:14:08 +0000
(09:14 +0300)
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>
drivers/net/wireless/ti/wlcore/conf.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ti/wlcore/conf.h
b/drivers/net/wireless/ti/wlcore/conf.h
index
2e84ae1
..
0950bd2
100644
(file)
--- a/
drivers/net/wireless/ti/wlcore/conf.h
+++ b/
drivers/net/wireless/ti/wlcore/conf.h
@@
-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.