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

#include <ieee80211.h>

Data Fields

__le16 rx_mcs_map
 
__le16 rx_highest
 
__le16 tx_mcs_map
 
__le16 tx_highest
 

Detailed Description

struct ieee80211_vht_mcs_info - VHT MCS information : RX MCS map 2 bits for each stream, total 8 streams : Indicates highest long GI VHT PPDU data rate STA can receive. Rate expressed 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 MCS map 2 bits for each stream, total 8 streams : Indicates highest long GI VHT PPDU data rate STA can transmit. Rate expressed in units of 1 Mbps. If this field is 0 this value should not be used to consider the highest TX data rate supported.

Definition at line 1137 of file ieee80211.h.

Field Documentation

__le16 rx_highest

Definition at line 1139 of file ieee80211.h.

__le16 rx_mcs_map

Definition at line 1138 of file ieee80211.h.

__le16 tx_highest

Definition at line 1141 of file ieee80211.h.

__le16 tx_mcs_map

Definition at line 1140 of file ieee80211.h.


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