Lines Matching defs:il_channel_info
485 struct il_channel_info { struct
486 struct il4965_channel_tgd_info tgd;
487 struct il4965_channel_tgh_info tgh;
488 struct il_eeprom_channel eeprom; /* EEPROM regulatory limit */
489 struct il_eeprom_channel ht40_eeprom; /* EEPROM regulatory limit for
492 u8 channel; /* channel number */
493 u8 flags; /* flags copied from EEPROM */
494 s8 max_power_avg; /* (dBm) regul. eeprom, normal Tx, any rate */
495 s8 curr_txpow; /* (dBm) regulatory/spectrum/user (not h/w) limit */
496 s8 min_power; /* always 0 */
497 s8 scan_power; /* (dBm) regul. eeprom, direct scans, any rate */
499 u8 group_idx; /* 0-4, maps channel to group1/2/3/4/5 */
500 u8 band_idx; /* 0-4, maps channel to band1/2/3/4/5 */
501 enum nl80211_band band;
504 s8 ht40_max_power_avg; /* (dBm) regul. eeprom, normal Tx, any rate */
505 u8 ht40_flags; /* flags copied from EEPROM */
506 u8 ht40_extension_channel; /* HT_IE_EXT_CHANNEL_* */
511 struct il3945_channel_power_info power_info[IL4965_MAX_RATE];
514 struct il3945_scan_power_info scan_pwr_info[IL_NUM_SCAN_RATES];