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

#include <cfg80211.h>

Data Fields

enum ieee80211_band band
 
u16 center_freq
 
u16 hw_value
 
u32 flags
 
int max_antenna_gain
 
int max_power
 
int max_reg_power
 
bool beacon_found
 
u32 orig_flags
 
int orig_mag
 
int orig_mpwr
 

Detailed Description

struct ieee80211_channel - channel definition

This structure describes a single channel for use with cfg80211.

: center frequency in MHz : hardware-specific value for the channel : channel flags from &enum ieee80211_channel_flags. : channel flags at registration time, used by regulatory code to support devices with additional restrictions : band this channel belongs to. : maximum antenna gain in dBi : maximum transmission power (in dBm) : maximum regulatory transmission power (in dBm) : helper to regulatory code to indicate when a beacon has been found on this channel. Use regulatory_hint_found_beacon() to enable this, this is useful only on 5 GHz band. : internal use : internal use

ath5k_hw_phy_init() - Initialize PHY : The &struct ath5k_hw : The : One of enum ath5k_driver_mode : Try a fast channel switch instead

This is the main function used during reset to initialize PHY or do a fast channel change if possible.

NOTE: Do not call this one from the driver, it assumes PHY is in a warm reset state !

Definition at line 135 of file cfg80211.h.

Field Documentation

enum ieee80211_band band

Definition at line 136 of file cfg80211.h.

bool beacon_found

Definition at line 143 of file cfg80211.h.

u16 center_freq

Definition at line 137 of file cfg80211.h.

u32 flags

Definition at line 139 of file cfg80211.h.

u16 hw_value

Definition at line 138 of file cfg80211.h.

int max_antenna_gain

Definition at line 140 of file cfg80211.h.

int max_power

Definition at line 141 of file cfg80211.h.

int max_reg_power

Definition at line 142 of file cfg80211.h.

u32 orig_flags

Definition at line 144 of file cfg80211.h.

int orig_mag

Definition at line 145 of file cfg80211.h.

int orig_mpwr

Definition at line 145 of file cfg80211.h.


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