commit | b551a3c9eb625326b11154a604fce2108f70fb96 | [log] [tgz] |
---|---|---|
author | Luciano Coelho <coelho@ti.com> | Thu Jun 07 23:39:25 2012 +0300 |
committer | Luciano Coelho <coelho@ti.com> | Fri Jun 08 09:14:08 2012 +0300 |
tree | 201a1a5383cc03881f6e1e76d0197d3aaa918750 | |
parent | 648f6ed9f7f0e4d56d65266734e748a02f8e2df7 [diff] |
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: Luciano Coelho <coelho@ti.com>