diff options
Diffstat (limited to 'include/net/mac80211.h')
-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 027d51f876ee..1a1d0d8203aa 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -295,7 +295,8 @@ enum mac80211_rx_flags { | |||
295 | * The low-level driver should provide this information (the subset | 295 | * The low-level driver should provide this information (the subset |
296 | * supported by hardware) to the 802.11 code with each received | 296 | * supported by hardware) to the 802.11 code with each received |
297 | * frame. | 297 | * frame. |
298 | * @mactime: MAC timestamp as defined by 802.11 | 298 | * @mactime: value in microseconds of the 64-bit Time Synchronization Function |
299 | * (TSF) timer when the first data symbol (MPDU) arrived at the hardware. | ||
299 | * @band: the active band when this frame was received | 300 | * @band: the active band when this frame was received |
300 | * @freq: frequency the radio was tuned to when receiving this frame, in MHz | 301 | * @freq: frequency the radio was tuned to when receiving this frame, in MHz |
301 | * @ssi: signal strength when receiving this frame | 302 | * @ssi: signal strength when receiving this frame |