Commit c156032d authored by Chaehyun Lim's avatar Chaehyun Lim Committed by Greg Kroah-Hartman
Browse files

staging: wilc1000: make mgmt_tx static



This patch makes mgmt_tx static. This function is used only at
wilc_wfi_cfgoperation.c file.

Signed-off-by: default avatarChaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 85c587a5
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2354,7 +2354,7 @@ void WILC_WFI_add_wilcvendorspec(u8 *buff)
 */
extern linux_wlan_t *g_linux_wlan;
extern bool bEnablePS;
int mgmt_tx(struct wiphy *wiphy,
static int mgmt_tx(struct wiphy *wiphy,
		   struct wireless_dev *wdev,
		   struct cfg80211_mgmt_tx_params *params,
		   u64 *cookie)