Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ath5k_rx_status Struct Reference

#include <ath5k.h>

Data Fields

u16 rs_datalen
 
u16 rs_tstamp
 
u8 rs_status
 
u8 rs_phyerr
 
s8 rs_rssi
 
u8 rs_keyix
 
u8 rs_rate
 
u8 rs_antenna
 
u8 rs_more
 

Detailed Description

struct ath5k_rx_status - RX Status descriptor : Data length : Timestamp : Status code : PHY error mask : RSSI in 0.5dbm units : Index to the key used for decrypting : Rate used to decode the frame : Antenna used to receive the frame : Indicates this is a frame fragment (Fast frames)

Definition at line 713 of file ath5k.h.

Field Documentation

u8 rs_antenna

Definition at line 721 of file ath5k.h.

u16 rs_datalen

Definition at line 714 of file ath5k.h.

u8 rs_keyix

Definition at line 719 of file ath5k.h.

u8 rs_more

Definition at line 722 of file ath5k.h.

u8 rs_phyerr

Definition at line 717 of file ath5k.h.

u8 rs_rate

Definition at line 720 of file ath5k.h.

s8 rs_rssi

Definition at line 718 of file ath5k.h.

u8 rs_status

Definition at line 716 of file ath5k.h.

u16 rs_tstamp

Definition at line 715 of file ath5k.h.


The documentation for this struct was generated from the following file: