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

staging: wilc1000: make add_virtual_intf static



This patch makes add_virtual_intf 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 c156032d
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -3321,9 +3321,11 @@ static int change_station(struct wiphy *wiphy, struct net_device *dev,
 *  @date	01 JUL 2012
 *  @version	1.0
 */
struct wireless_dev *add_virtual_intf(struct wiphy *wiphy, const char *name,
static struct wireless_dev *add_virtual_intf(struct wiphy *wiphy,
					     const char *name,
					     unsigned char name_assign_type,
				      enum nl80211_iftype type, u32 *flags,
					     enum nl80211_iftype type,
					     u32 *flags,
					     struct vif_params *params)
{
	perInterface_wlan_t *nic;