mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-02-08 07:42:49 +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,
|
const char *name,
|
||||||
#else
|
#else
|
||||||
char *name,
|
char *name,
|
||||||
|
#endif
|
||||||
|
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 1, 0))
|
||||||
|
unsigned char name_assign_type,
|
||||||
#endif
|
#endif
|
||||||
enum nl80211_iftype type, u32 *flags, struct vif_params *params)
|
enum nl80211_iftype type, u32 *flags, struct vif_params *params)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue