mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
1a95c8df7e
Configure the QoS counters when entering D0i3. The fw might use them later when performing protocol offloading (we'll update the the counters back on d0i3 exit in a following patch). Non-QoS counter is handled internally in the fw, so no need to configure it. Also, add support for a new version of WOWLAN_CONFIG_CMD Signed-off-by: Eliad Peller <eliad@wizery.com> Reviewed-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
11 lines
396 B
Makefile
11 lines
396 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 sf.o
|
|
iwlmvm-y += scan.o time-event.o rs.o
|
|
iwlmvm-y += power.o coex.o
|
|
iwlmvm-y += led.o tt.o offloading.o
|
|
iwlmvm-$(CONFIG_IWLWIFI_DEBUGFS) += debugfs.o debugfs-vif.o
|
|
iwlmvm-$(CONFIG_PM_SLEEP) += d3.o
|
|
|
|
ccflags-y += -D__CHECK_ENDIAN__ -I$(src)/../
|