]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
b43: Fix HostFlags data types
authorMichael Buesch <mb@bu3sch.de>
Fri, 18 Apr 2008 19:06:37 +0000 (21:06 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 24 Apr 2008 01:25:34 +0000 (21:25 -0400)
commita259d6a45b915e00e8c6085e35fea7b61e3008a8
treed66c8e86d80beda10400d6ec5b9264ce05dffe42
parent1855ba7812dbd294fcfc083dc7d3b14d3b1f38db
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>
drivers/net/wireless/b43/main.c
drivers/net/wireless/b43/phy.c