[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)
commit79058acaf5b6d4bcc3056382619de3ca9cebc62f
tree694484ef56c756f59ff18000c028f1995d1a2868
parent0073602544954002e35699477dc59cdd5e9112e3
[PATCH] hostap: Make hostap_tx_encrypt() static

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>
drivers/net/wireless/hostap/hostap_80211.h
drivers/net/wireless/hostap/hostap_80211_tx.c