1. NAME

cfg80211_cqm_pktloss_notify - notify userspace about packetloss to peer

2. SYNOPSIS

void cfg80211_cqm_pktloss_notify(struct net_device *  dev , const u8 *  peer , u32  num_packets , gfp_t  gfp );

3. ARGUMENTS

dev
    network device

peer
    peerAqs 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

4. AUTHOR

Johannes Berg <>
    Author.

5. COPYRIGHT