mirror of
https://github.com/torvalds/linux.git
synced 2026-04-25 01:52:32 -04:00
In order to avoid NIC destruction due to high temperature, CT kill will power down the NIC. To avoid this, thermal throttling will decrease throughput to prevent the NIC from reaching the temperature at which CT kill is performed. Signed-off-by: Eytan Lifshitz <eytan.lifshitz@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
11 lines
367 B
Makefile
11 lines
367 B
Makefile
obj-$(CONFIG_IWLMVM) += iwlmvm.o
|
|
iwlmvm-y += fw.o mac80211.o nvm.o ops.o phy-ctxt.o mac-ctxt.o
|
|
iwlmvm-y += utils.o rx.o tx.o binding.o quota.o sta.o
|
|
iwlmvm-y += scan.o time-event.o rs.o
|
|
iwlmvm-y += power.o bt-coex.o
|
|
iwlmvm-y += led.o tt.o
|
|
iwlmvm-$(CONFIG_IWLWIFI_DEBUGFS) += debugfs.o
|
|
iwlmvm-$(CONFIG_PM_SLEEP) += d3.o
|
|
|
|
ccflags-y += -D__CHECK_ENDIAN__ -I$(src)/../
|