]> git.ipfire.org Git - thirdparty/hostap.git/commit
FST: Make fst_hw_mode_to_band() non-inline function
authorJouni Malinen <j@w1.fi>
Sun, 26 Jul 2015 13:34:35 +0000 (16:34 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 26 Jul 2015 15:45:14 +0000 (18:45 +0300)
commit8f997f044f4d024cd2b775614da1b9fe13f43c38
treea6a37de42b12d70ea803d7862f4ccb1a38620109
parent78ca254237960136121dc5ff374170ade5a1e330
FST: Make fst_hw_mode_to_band() non-inline function

There is no need for using an inline function for this. Save a bit in
binary size by using a normal function.

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