Linux Kernel
3.7.1
|
#include <ieee80211.h>
Data Fields | |
u8 | rx_mask [IEEE80211_HT_MCS_MASK_LEN] |
__le16 | rx_highest |
u8 | tx_params |
u8 | reserved [3] |
struct ieee80211_mcs_info - MCS information : RX mask : highest supported RX rate. If set represents the highest supported RX data rate in units of 1 Mbps. If this field is 0 this value should not be used to consider the highest RX data rate supported. : TX parameters
Definition at line 941 of file ieee80211.h.
u8 reserved[3] |
Definition at line 945 of file ieee80211.h.
__le16 rx_highest |
Definition at line 943 of file ieee80211.h.
u8 rx_mask[IEEE80211_HT_MCS_MASK_LEN] |
Definition at line 942 of file ieee80211.h.
u8 tx_params |
Definition at line 944 of file ieee80211.h.