|
Linux Kernel
3.7.1
|
#include <phy_common.h>
Data Fields | |
| struct b43_phy_operations * | ops |
| union { | |
| struct b43_phy_a * a | |
| struct b43_phy_g * g | |
| struct b43_phy_n * n | |
| struct b43_phy_lp * lp | |
| struct b43_phy_ht * ht | |
| struct b43_phy_lcn * lcn | |
| }; | |
| bool | supports_2ghz |
| bool | supports_5ghz |
| bool | is_40mhz |
| bool | gmode |
| u8 | analog |
| u8 | type |
| u8 | rev |
| u8 | writes_counter |
| u16 | radio_manuf |
| u16 | radio_ver |
| u8 | radio_rev |
| bool | radio_on |
| int | desired_txpower |
| bool | hardware_power_control |
| unsigned long | next_txpwr_check_time |
| unsigned int | channel |
| u16 | channel_freq |
| enum nl80211_channel_type | channel_type |
| atomic_t | txerr_cnt |
Definition at line 200 of file phy_common.h.
| union { ... } |
Definition at line 214 of file phy_common.h.
Definition at line 238 of file phy_common.h.
Definition at line 267 of file phy_common.h.
| u16 channel_freq |
Definition at line 268 of file phy_common.h.
Definition at line 269 of file phy_common.h.
| int desired_txpower |
Definition at line 257 of file phy_common.h.
Definition at line 216 of file phy_common.h.
| bool gmode |
Definition at line 235 of file phy_common.h.
| bool hardware_power_control |
Definition at line 260 of file phy_common.h.
| struct b43_phy_ht* ht |
Definition at line 222 of file phy_common.h.
| bool is_40mhz |
Definition at line 232 of file phy_common.h.
| struct b43_phy_lcn* lcn |
Definition at line 224 of file phy_common.h.
Definition at line 220 of file phy_common.h.
Definition at line 218 of file phy_common.h.
| unsigned long next_txpwr_check_time |
Definition at line 264 of file phy_common.h.
| struct b43_phy_operations* ops |
Definition at line 202 of file phy_common.h.
| u16 radio_manuf |
Definition at line 248 of file phy_common.h.
| bool radio_on |
Definition at line 253 of file phy_common.h.
| u8 radio_rev |
Definition at line 250 of file phy_common.h.
| u16 radio_ver |
Definition at line 249 of file phy_common.h.
| u8 rev |
Definition at line 242 of file phy_common.h.
| bool supports_2ghz |
Definition at line 228 of file phy_common.h.
| bool supports_5ghz |
Definition at line 229 of file phy_common.h.
| atomic_t txerr_cnt |
Definition at line 272 of file phy_common.h.
Definition at line 240 of file phy_common.h.
| u8 writes_counter |
Definition at line 245 of file phy_common.h.
1.8.2