diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/mac80211.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 1a1d0d8203aa..784ab769b00b 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -276,7 +276,8 @@ struct ieee80211_tx_control { | |||
276 | * @RX_FLAG_FAILED_PLCP_CRC: Set this flag if the PCLP check failed on | 276 | * @RX_FLAG_FAILED_PLCP_CRC: Set this flag if the PCLP check failed on |
277 | * the frame. | 277 | * the frame. |
278 | * @RX_FLAG_TSFT: The timestamp passed in the RX status (@mactime field) | 278 | * @RX_FLAG_TSFT: The timestamp passed in the RX status (@mactime field) |
279 | * is valid. | 279 | * is valid. This is useful in monitor mode and necessary for beacon frames |
280 | * to enable IBSS merging. | ||
280 | */ | 281 | */ |
281 | enum mac80211_rx_flags { | 282 | enum mac80211_rx_flags { |
282 | RX_FLAG_MMIC_ERROR = 1<<0, | 283 | RX_FLAG_MMIC_ERROR = 1<<0, |