1IEEE80211_STA_EOSP(9) Advanced driver interface IEEE80211_STA_EOSP(9)
2
3
4
6 ieee80211_sta_eosp - notify mac80211 about end of SP
7
9 void ieee80211_sta_eosp(struct ieee80211_sta * pubsta);
10
12 pubsta
13 the station
14
16 When a device transmits frames in a way that it can't tell mac80211 in
17 the TX status about the EOSP, it must clear the
18 IEEE80211_TX_STATUS_EOSP bit and call this function instead. This
19 applies for PS-Poll as well as uAPSD.
20
21 Note that just like with _tx_status and _rx drivers must not mix calls
22 to irqsafe/non-irqsafe versions, this function must not be mixed with
23 those either. Use the all irqsafe, or all non-irqsafe, don't mix!
24
26 the _irqsafe version of this function doesn't exist, no driver needs it
27 right now. Don't call this function if you'd need the _irqsafe version,
28 look at the git history and restore the _irqsafe version!
29
31 Johannes Berg <johannes@sipsolutions.net>
32 Author.
33
35Kernel Hackers Manual 3.10 June 2019 IEEE80211_STA_EOSP(9)