Skip to content

Commit

Permalink
wilc1000: backport to 4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
  • Loading branch information
Nicolas Ferre authored and ldesroches committed Feb 24, 2016
1 parent c89257b commit 424ea2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
Expand Up @@ -564,7 +564,7 @@ static void CfgConnectResult(enum conn_event enuConnDisconnEvent,
pstrDisconnectNotifInfo->u16reason = 1;
}
cfg80211_disconnected(dev, pstrDisconnectNotifInfo->u16reason, pstrDisconnectNotifInfo->ie,
pstrDisconnectNotifInfo->ie_len, false,
pstrDisconnectNotifInfo->ie_len,
GFP_KERNEL);
}
}
Expand Down

0 comments on commit 424ea2b

Please sign in to comment.