1CFG80211_CQM_PKTLOSS(9) Actions and configuration CFG80211_CQM_PKTLOSS(9)
2
3
4
6 cfg80211_cqm_pktloss_notify - notify userspace about packetloss to peer
7
9 void cfg80211_cqm_pktloss_notify(struct net_device * dev,
10 const u8 * peer, u32 num_packets,
11 gfp_t gfp);
12
14 dev
15 network device
16
17 peer
18 peer's MAC address
19
20 num_packets
21 how many packets were lost -- should be a fixed threshold but
22 probably no less than maybe 50, or maybe a throughput dependent
23 threshold (to account for temporary interference)
24
25 gfp
26 context flags
27
29 Johannes Berg <johannes@sipsolutions.net>
30 Author.
31
33Kernel Hackers Manual 3.10 June 2019 CFG80211_CQM_PKTLOSS(9)