diff options
| author | Stanislaw Gruszka <[email protected]> | 2018-10-26 14:00:26 +0200 |
|---|---|---|
| committer | Felix Fietkau <[email protected]> | 2018-11-30 12:21:43 +0100 |
| commit | a74d6336092c954ddf07e0e0a31466befdef6ed7 (patch) | |
| tree | 79ae04c0995b818342d6025ca865648c36912c82 /tools/perf/scripts/python/syscall-counts.py | |
| parent | ad3f993a0857ad3b792e7463828eb0d90cdd6f4d (diff) | |
mt76: remove mcu_msg_alloc
We almost always use patter like this:
skb = mt76_mcu_msg_alloc(dev, &msg, sizeof(msg));
return mt76_mcu_send_msg(dev, skb, CMD_FUN_SET_OP, wait_resp);
This is not needed, we can allocate skb in mcu_send_msg routine.
Signed-off-by: Stanislaw Gruszka <[email protected]>
Signed-off-by: Felix Fietkau <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions