diff options
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 6e700bf8d4a5..d152f54064fd 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -2184,9 +2184,6 @@ enum ieee80211_rate_control_changed { | |||
2184 | * normally except for the %IEEE80211_TX_CTL_TX_OFFCHAN flag. When the | 2184 | * normally except for the %IEEE80211_TX_CTL_TX_OFFCHAN flag. When the |
2185 | * duration (which will always be non-zero) expires, the driver must call | 2185 | * duration (which will always be non-zero) expires, the driver must call |
2186 | * ieee80211_remain_on_channel_expired(). | 2186 | * ieee80211_remain_on_channel_expired(). |
2187 | * The driver must not call ieee80211_remain_on_channel_expired() before | ||
2188 | * the TX status for a frame that was sent off-channel, otherwise the TX | ||
2189 | * status is reported to userspace in an invalid way. | ||
2190 | * Note that this callback may be called while the device is in IDLE and | 2187 | * Note that this callback may be called while the device is in IDLE and |
2191 | * must be accepted in this case. | 2188 | * must be accepted in this case. |
2192 | * This callback may sleep. | 2189 | * This callback may sleep. |