Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
This commit is contained in:
@@ -11387,7 +11387,8 @@ static int nl80211_nan_add_func(struct sk_buff *skb,
|
||||
break;
|
||||
case NL80211_NAN_FUNC_FOLLOW_UP:
|
||||
if (!tb[NL80211_NAN_FUNC_FOLLOW_UP_ID] ||
|
||||
!tb[NL80211_NAN_FUNC_FOLLOW_UP_REQ_ID]) {
|
||||
!tb[NL80211_NAN_FUNC_FOLLOW_UP_REQ_ID] ||
|
||||
!tb[NL80211_NAN_FUNC_FOLLOW_UP_DEST]) {
|
||||
err = -EINVAL;
|
||||
goto out;
|
||||
}
|
||||
|
Reference in New Issue
Block a user