__cfg80211_send_disassoc(9) notification of processed disassociation

SYNOPSIS

void __cfg80211_send_disassoc(struct net_device * dev, const u8 * buf, size_t len);

ARGUMENTS

dev

network device

buf

disassociation response frame (header + body)

len

length of the frame data

DESCRIPTION

Like cfg80211_send_disassoc, but doesn't take the wdev lock.

AUTHOR

Johannes Berg <[email protected]>

Author.

COPYRIGHT