commit | d0ff23c1107e8c6ddc7534cafb65844b292b1540 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <ben@decadent.org.uk> | Tue Feb 12 15:36:24 2019 +0000 |
committer | Felix Fietkau <nbd@nbd.name> | Mon Feb 18 20:10:28 2019 +0100 |
tree | db1c8cb1d0dcda468d2b09a3207a8a76c15404eb | |
parent | 3eeb7c062d88cd3d9a7c0deac71bb1b48ac99c30 [diff] |
mt76: Use the correct hweight8() function mt76_init_stream_cap() and mt76_get_txpower() call __sw_hweight8() directly, but that's only defined if CONFIG_GENERIC_HWEIGHT is enabled. The function that works on all architectures is hweight8(). Fixes: 551e1ef4d291 ("mt76: add mt76_init_stream_cap routine") Fixes: 9313faacbb4e ("mt76: move mt76x02_get_txpower to mt76 core") Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Felix Fietkau <nbd@nbd.name>