Linux Kernel
3.7.1
|
#include <rt2x00.h>
Data Fields | |
unsigned int | supported_bands |
unsigned int | supported_rates |
unsigned int | num_channels |
struct rf_channel * | channels |
struct channel_info * | channels_info |
struct ieee80211_sta_ht_cap | ht |
struct hw_mode_spec: Hardware specifications structure
Details about the supported modes, rates and channels of a particular chipset. This is used by rt2x00lib to build the ieee80211_hw_mode array for mac80211.
: Bitmask contained the supported bands (2.4GHz, 5.2GHz). : Rate types which are supported (CCK, OFDM). : Number of supported channels. This is used as array size for , and . : Device/chipset specific channel values (See &struct rf_channel). : Additional information for channels (See &struct channel_info). : Driver HT Capabilities (See &ieee80211_sta_ht_cap).
struct rf_channel* channels |
struct channel_info* channels_info |