]> git.ipfire.org Git - thirdparty/hostap.git/commit
Remove unused find_first_bit()
authorJouni Malinen <j@w1.fi>
Sun, 14 Dec 2014 17:01:25 +0000 (19:01 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 14 Dec 2014 17:01:25 +0000 (19:01 +0200)
commit7781da6b2bb95e14d9305d5cea9d3f9228473720
treeed60650ee47b1808ea85ec0cb1b6f082a7135ea0
parent9ae52e70347de3013255a42b019a93d0dcd02147
Remove unused find_first_bit()

This was used only for the VHT capability checks for determining bit
offset for right shift. That was replaced with a constant defines since
there is no need to calculate this at runtime.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/utils/common.c
src/utils/common.h