ccflags-$(CONFIG_USB_MTU3_DEBUG) += -DDEBUG obj-$(CONFIG_USB_MTU3) += mtu3.o mtu3-y := mtu3_plat.o ifneq ($(filter y,$(CONFIG_USB_MTU3_HOST) $(CONFIG_USB_MTU3_DUAL_ROLE)),) mtu3-y += mtu3_host.o endif ifneq ($(filter y,$(CONFIG_USB_MTU3_GADGET) $(CONFIG_USB_MTU3_DUAL_ROLE)),) mtu3-y += mtu3_core.o mtu3_gadget_ep0.o mtu3_gadget.o mtu3_qmu.o endif ifneq ($(CONFIG_USB_MTU3_DUAL_ROLE),) mtu3-y += mtu3_dr.o endif ry'/>
summaryrefslogtreecommitdiff
path: root/drivers
ect name='context' onchange='this.form.submit();'>
AgeCommit message (Expand)AuthorFilesLines
space:
mode:
authorSara Sharon <sara.sharon@intel.com>2016-09-08 17:32:19 +0300
committerLuca Coelho <luciano.coelho@intel.com>2017-02-03 16:26:39 +0200
commit0e7ac018dc06a1fcd7cbb54a1ee81082f46af870 (patch)
tree06de73bac413362a66ba1c9c0b22e03645291a8d /drivers
parent4f23f206ddce85a92b1acdebe0f4e9ed01b1d3f4 (diff)
iwlwifi: mvm: support new statistics APIs
For CDB arch there is another auxiliary mac. Support statistics APIs that were changed to reflect that. Signed-off-by: Sara Sharon <sara.sharon@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers')