1. NAME

ieee80211_sta_eosp - notify mac80211 about end of SP

2. SYNOPSIS

void ieee80211_sta_eosp(struct ieee80211_sta *  pubsta );

3. ARGUMENTS

pubsta
    the station

4. DESCRIPTION

When a device transmits frames in a way that it canAqt tell mac80211 in the TX status about the EOSP, it must clear the IEEE80211_TX_STATUS_EOSP bit and call this function instead. This applies for PS-Poll as well as uAPSD.

Note that just like with _tx_status and _rx drivers must not mix calls to irqsafe/non-irqsafe versions, this function must not be mixed with those either. Use the all irqsafe, or all non-irqsafe, donAqt mix!

5. NB

the _irqsafe version of this function doesnAqt exist, no driver needs it right now. DonAqt call this function if youAqd need the _irqsafe version, look at the git history and restore the _irqsafe version!

6. AUTHOR

Johannes Berg <>
    Author.

7. COPYRIGHT