Searched defs:regulatory_class (Results 1 – 3 of 3) sorted by relevance
40 struct regulatory_class { struct41 u32 starting_freq; /*MHz, */42 u8 channel_set[NUM_CHANNELS];43 u8 channel_cck_power[NUM_CHANNELS]; /*dbm*/44 u8 channel_ofdm_power[NUM_CHANNELS];/*dbm*/45 u8 txpower_limit; /*dbm*/46 u8 channel_spacing; /*MHz*/47 u8 modem;
43 struct regulatory_class { struct44 u32 starting_freq; /* MHz, */45 u8 channel_set[MAX_CHANNEL_NUM];46 u8 channel_cck_power[MAX_CHANNEL_NUM];/* dbm */47 u8 channel_ofdm_power[MAX_CHANNEL_NUM];/* dbm */48 u8 txpower_limit; /* dbm */49 u8 channel_spacing; /* MHz */50 u8 modem;
52 struct regulatory_class { struct53 u32 starting_freq; /* MHz, */54 u8 channel_set[MAX_CHANNEL_NUM];55 u8 channel_cck_power[MAX_CHANNEL_NUM]; /* dbm */56 u8 channel_ofdm_power[MAX_CHANNEL_NUM]; /* dbm */57 u8 txpower_limit; /* dbm */58 u8 channel_spacing; /* MHz */59 u8 modem;