[PATCH] hostap: Make hostap_tx_encrypt() static
authorJouni Malinen <jkmaline@cc.hut.fi>
Sat, 25 Mar 2006 05:24:54 +0000 (21:24 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 27 Mar 2006 16:40:32 +0000 (11:40 -0500)
hostap_tx_encrypt() is used only inside hostap_80211_tx.c and there
are no plans to use it elsewhere in the future either, so let's make
it static. As a bonus, this should silence Coverity scanner from
complaining about bogus FORWARD_NULL case (CID: 274).

Signed-off-by: Jouni Malinen <jkmaline@cc.hut.fi>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found