diff options
Diffstat (limited to 'include/net/mac80211.h')
| -rw-r--r-- | include/net/mac80211.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 25b18877747f..f4ab2fb4d50c 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
| @@ -2119,6 +2119,11 @@ void ieee80211_free_txskb(struct ieee80211_hw *hw, struct sk_buff *skb); | |||
| 2119 | * appropriately (only the last frame may have %IEEE80211_TX_STATUS_EOSP) | 2119 | * appropriately (only the last frame may have %IEEE80211_TX_STATUS_EOSP) |
| 2120 | * and also take care of the EOSP and MORE_DATA bits in the frame. | 2120 | * and also take care of the EOSP and MORE_DATA bits in the frame. |
| 2121 | * The driver may also use ieee80211_sta_eosp() in this case. | 2121 | * The driver may also use ieee80211_sta_eosp() in this case. |
| 2122 | * | ||
| 2123 | * Note that if the driver ever buffers frames other than QoS-data | ||
| 2124 | * frames, it must take care to never send a non-QoS-data frame as | ||
| 2125 | * the last frame in a service period, adding a QoS-nulldata frame | ||
| 2126 | * after a non-QoS-data frame if needed. | ||
| 2122 | */ | 2127 | */ |
| 2123 | 2128 | ||
| 2124 | /** | 2129 | /** |
