mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-10 07:29:40 +00:00
rtl8188eu: Fix build warning for kernel 4.1 and later
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
b5cf1b0cf3
commit
0160af01ca
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue