commit | a259d6a45b915e00e8c6085e35fea7b61e3008a8 | [log] [tgz] |
---|---|---|
author | Michael Buesch <mb@bu3sch.de> | Fri Apr 18 21:06:37 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Apr 23 21:25:34 2008 -0400 |
tree | d66c8e86d80beda10400d6ec5b9264ce05dffe42 | |
parent | 1855ba7812dbd294fcfc083dc7d3b14d3b1f38db [diff] |
b43: Fix HostFlags data types The HostFlags are a bitmask of 48bit. So we must use an u64 datatype to hold all bits. Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>