Notify userspace about packetloss to peer
void cfg80211_cqm_pktloss_notify(struct net_device * dev, const u8 * peer, u32 num_packets, gfp_t gfp);
dev
network device
peer
peer's MAC address
num_packets
how many packets were lost -- should be a fixed threshold but probably no less than maybe 50, or maybe a throughput dependent threshold (to account for temporary interference)
gfp
context flags
Johannes Berg <[email protected]>
Author.