Linux Kernel
3.7.1
|
#include <rt2x00dump.h>
struct rt2x00dump_hdr - Dump frame header
Each frame dumped to the debugfs file starts with this header attached. This header contains the description of the actual frame which was dumped.
New fields inside the structure must be appended to the end of the structure. This way userspace tools compiled for earlier header versions can still correctly handle the frame dump (although they will not handle all data passed to them in the dump).
Definition at line 109 of file rt2x00dump.h.
__le16 chip_rev |
Definition at line 119 of file rt2x00dump.h.
__le16 chip_rf |
Definition at line 118 of file rt2x00dump.h.
__le16 chip_rt |
Definition at line 117 of file rt2x00dump.h.
__le32 data_length |
Definition at line 115 of file rt2x00dump.h.
__le32 desc_length |
Definition at line 114 of file rt2x00dump.h.
__u8 entry_index |
Definition at line 123 of file rt2x00dump.h.
__le32 header_length |
Definition at line 113 of file rt2x00dump.h.
Definition at line 122 of file rt2x00dump.h.
__le32 timestamp_sec |
Definition at line 125 of file rt2x00dump.h.
__le32 timestamp_usec |
Definition at line 126 of file rt2x00dump.h.
Definition at line 121 of file rt2x00dump.h.
__le32 version |
Definition at line 110 of file rt2x00dump.h.