summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/usb_trace.h
Commit message (Collapse)AuthorAgeFilesLines
* mt76: usb: fix static tracepointsLorenzo Bianconi2018-11-301-2/+27
| | | | | | | | | | Add submit_urb and rx_urb static tracepoints in mt76-usb module. Move trace_mac_txstat_fetch in mt76x02_mac_load_tx_status routine in order to be available to usb drivers. Moreover remove no longer used mt76x0/trace.{c,h} Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com> Signed-off-by: Felix Fietkau <nbd@nbd.name>
* mt76: add usb support to mt76 layerLorenzo Bianconi2018-08-021-0/+71
This will be used by drivers for MT76x2u based devices Tested-by: <cug_yangyuancong@hotmail.com> Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>