diff options
| author | Sean Wang <[email protected]> | 2021-06-20 15:48:07 +0800 |
|---|---|---|
| committer | Felix Fietkau <[email protected]> | 2021-10-20 10:36:24 +0200 |
| commit | adedbc643f02f5a3193b8dcc5cfca97b4c988667 (patch) | |
| tree | d284ba751cd2e48d25fd6c1f46427c139203055e /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | bf3747ae2e25dda6a9e6c464a717c66118c588c8 (diff) | |
mt76: fix build error implicit enumeration conversion
drivers/net/wireless/mediatek/mt76/mt7915/mcu.c:114:10: error: implicit
conversion from enumeration type 'enum mt76_cipher_type' to different
enumeration type 'enum mcu_cipher_type' [-Werror,-Wenum-conversion]
return MT_CIPHER_NONE;
~~~~~~ ^~~~~~~~~~~~~~
drivers/net/wireless/mediatek/mt76/mt7921/mcu.c:114:10: error: implicit
conversion from enumeration type 'enum mt76_cipher_type' to different
enumeration type 'enum mcu_cipher_type' [-Werror,-Wenum-conversion]
return MT_CIPHER_NONE;
~~~~~~ ^~~~~~~~~~~~~~
Fixes: c368362c36d3 ("mt76: fix iv and CCMP header insertion")
Signed-off-by: Sean Wang <[email protected]>
Signed-off-by: Felix Fietkau <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions