From: Luciano Coelho Date: Thu, 7 Jun 2012 20:39:25 +0000 (+0300) Subject: wlcore: use u8 instead of enum for bcn_filt_mode X-Git-Tag: v3.6-rc1~125^2~559^2~8^2~8 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b551a3c9eb625326b11154a604fce2108f70fb96;p=pandora-kernel.git 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 --- Reading git-diff-tree failed