commit | 0007d4837ac94d672f313cfc462f879b5d06f221 | [log] [tgz] |
---|---|---|
author | Alex Dubov <oakad@yahoo.com> | Thu Apr 12 16:59:23 2007 +1000 |
committer | Pierre Ossman <drzeus@drzeus.cx> | Tue May 01 13:04:14 2007 +0200 |
tree | 4c4b0b816f572dc7be56351ed0a1dacd6faa6d82 | |
parent | 592d372ae89dd5b43117cf5113a910f67f6e6a7e [diff] |
tifm_sd: separate command flags, socket flags and register bit masks host->flags variable was hosting a collection of bits with different semantics. For clarity, hardware bit masks are now defined as macros, socket flags represented as bit fields and flags (now cmd_flags) only hosts command processing modifiers. Signed-off-by: Alex Dubov <oakad@yahoo.com> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>