rtl8188eu: Fix build warning for kernel 4.1 and later

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-08-12 10:58:21 -05:00
parent b5cf1b0cf3
commit 0160af01ca

View file

@ -3236,6 +3236,9 @@ static int
const char *name,
#else
char *name,
#endif
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 1, 0))
unsigned char name_assign_type,
#endif
enum nl80211_iftype type, u32 *flags, struct vif_params *params)
{