commit | c67a3d05024fad00ac160e868967a1e711073993 | [log] [tgz] |
---|---|---|
author | Johannes Berg <[email protected]> | Wed Jun 07 09:31:13 2017 +0200 |
committer | Luca Coelho <[email protected]> | Tue Aug 01 12:41:44 2017 +0300 |
tree | 94f15a21cbcee5614fcb8660a45bdf80a0b81422 | |
parent | c8c017a6ff933ff88f3abf7d924e717284e218af [diff] |
iwlwifi: mvm: byte-swap constant instead of variable Convention has it to byte-swap the constant instead of the variable when doing bit checks. This also generates better code when the swap is actually needed, since the constant can be swapped at compile-time. Signed-off-by: Johannes Berg <[email protected]> Signed-off-by: Luca Coelho <[email protected]>