]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: make bitfield a u32 instead of u16
authorLuca Coelho <luciano.coelho@intel.com>
Thu, 22 Feb 2018 12:50:06 +0000 (14:50 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Thu, 26 Apr 2018 12:18:07 +0000 (15:18 +0300)
commit65b434484598a220f50962ac9ff244e1651eda9f
treef947df21919acc34bee3f2bd7e0b64131d13ab36
parentc1e34e75cd4c96fd2c4330c09acdcb49b78dd22e
iwlwifi: make bitfield a u32 instead of u16

The bitfield we use in struct iwl_cfg contains 17 bits, but we declare
it as u16.  The compiler doesn't seem to have any problems with that
(it probably automatically makes it u32), but it's cleaner to use a
type that is long enough for all the flags.

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/iwl-config.h