wlcore: use u8 instead of enum for bcn_filt_mode
authorLuciano Coelho <coelho@ti.com>
Thu, 7 Jun 2012 20:39:25 +0000 (23:39 +0300)
committerLuciano Coelho <coelho@ti.com>
Fri, 8 Jun 2012 06:14:08 +0000 (09:14 +0300)
commitb551a3c9eb625326b11154a604fce2108f70fb96
tree201a1a5383cc03881f6e1e76d0197d3aaa918750
parent648f6ed9f7f0e4d56d65266734e748a02f8e2df7
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>
drivers/net/wireless/ti/wlcore/conf.h
This page took 0.025966 seconds and 5 git commands to generate.