mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-29 15:43:59 +08:00
09e93f28aa
Fix following sparse warnings in mt76x2_mac_write_txwi:
- drivers/net/wireless/mediatek/mt76/mt76x2_mac.c:201:26: warning:
incorrect type in assignment (different base types)
- drivers/net/wireless/mediatek/mt76/mt76x2_mac.c:201:26: expected
restricted __le32 [usertype] iv
- drivers/net/wireless/mediatek/mt76/mt76x2_mac.c:201:26: got unsigned
int [unsigned] [usertype] <noident>
- drivers/net/wireless/mediatek/mt76/mt76x2_mac.c:202:27: warning:
incorrect type in assignment (different base types)
- drivers/net/wireless/mediatek/mt76/mt76x2_mac.c:202:27: expected
restricted __le32 [usertype] eiv
- drivers/net/wireless/mediatek/mt76/mt76x2_mac.c:202:27: got unsigned
int [unsigned] [usertype] <noident>
Fixes:
|
||
---|---|---|
.. | ||
agg-rx.c | ||
debugfs.c | ||
dma.c | ||
dma.h | ||
eeprom.c | ||
Kconfig | ||
mac80211.c | ||
Makefile | ||
mmio.c | ||
mt76.h | ||
mt76x2_core.c | ||
mt76x2_debugfs.c | ||
mt76x2_dfs.c | ||
mt76x2_dfs.h | ||
mt76x2_dma.c | ||
mt76x2_dma.h | ||
mt76x2_eeprom.c | ||
mt76x2_eeprom.h | ||
mt76x2_init.c | ||
mt76x2_mac.c | ||
mt76x2_mac.h | ||
mt76x2_main.c | ||
mt76x2_mcu.c | ||
mt76x2_mcu.h | ||
mt76x2_pci.c | ||
mt76x2_phy.c | ||
mt76x2_regs.h | ||
mt76x2_trace.c | ||
mt76x2_trace.h | ||
mt76x2_tx.c | ||
mt76x2.h | ||
trace.c | ||
trace.h | ||
tx.c | ||
util.c | ||
util.h |