#include "iwl-io.h"
#include "iwl-prph.h"
#include "iwl-eeprom-parse.h"
#include "agn.h"
#include "dev.h"
#include "commands.h"
Go to the source code of this file.
#define IWL_5150_VOLTAGE_TO_TEMPERATURE_COEFF (-5) |
Initial value:= {
.set_hw_params = iwl1000_hw_set_hw_params,
.nic_config = iwl1000_nic_config,
}
Definition at line 177 of file devices.c.
Initial value:= {
.set_hw_params = iwl2000_hw_set_hw_params,
.nic_config = iwl2000_nic_config,
}
Definition at line 235 of file devices.c.
Initial value:= {
.set_hw_params = iwl2000_hw_set_hw_params,
.nic_config = iwl2000_nic_config,
}
Definition at line 241 of file devices.c.
Initial value:= {
.set_hw_params = iwl5000_hw_set_hw_params,
.set_channel_switch = iwl5000_hw_channel_switch,
}
Definition at line 422 of file devices.c.
Initial value:= {
.set_hw_params = iwl5150_hw_set_hw_params,
.set_channel_switch = iwl5000_hw_channel_switch,
.temperature = iwl5150_temperature,
}
Definition at line 428 of file devices.c.
Initial value:= {
.set_hw_params = iwl6000_hw_set_hw_params,
.set_channel_switch = iwl6000_hw_channel_switch,
.nic_config = iwl6000_nic_config,
}
Definition at line 585 of file devices.c.
Initial value:= {
.set_hw_params = iwl6000_hw_set_hw_params,
.set_channel_switch = iwl6000_hw_channel_switch,
.nic_config = iwl6000_nic_config,
}
Definition at line 592 of file devices.c.