From: Jouni Malinen Date: Sat, 25 Mar 2006 05:24:54 +0000 (-0800) Subject: [PATCH] hostap: Make hostap_tx_encrypt() static X-Git-Tag: v2.6.17-rc1~158^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79058acaf5b6d4bcc3056382619de3ca9cebc62f;p=pandora-kernel.git [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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed